/*
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
*/
/*
$bluegrey: #dde1e6;
$navy: #123350;
//$blue: #0082ca; 
//$blue: #0470ac; 
$blue: #01598a; 
$babyblue: #46bfea;
$pink: #ff4f8d;
$sharppink: #d6187e;
$teal: #00c9a9;
*/
/*
.bg-sand{
    background: $sand;
}

.bg-gold{
    background: $gold;
}

.bg-blue{
    background: $blue;
}

.bg-black{
    background: $black;
}

.bg-grey{
    background: $grey;
}

.bg-stone{
    background: $stone;
}

.bg-cream{
    background: $cream;
}

.bg-purple{
    background: $purple;
}
*/
.bg-white {
  background: #fff;
}

.bg-grey {
  background: #f9f9f9;
}

.bg-charcoal {
  background: #2d2d2d;
}

.bg-black {
  background: #0e0e0e;
}

.bg-yellow {
  background: #f4ce2b;
}

.bg-orange {
  background: #F58522;
}

.bg-peach {
  background: #FCF8ED;
}

.bg-red {
  background: #F50D0D;
}

.bg-palegreen {
  background: #F7FAF2;
}

.bg-lightgreen {
  background: #9CD062;
}

.bg-green {
  background: #2DA71F;
}

.bg-midgreen {
  background: #9CCF62;
}

.bg-darkgreen {
  background: #025102;
}

.bg-blackgreen {
  background: #09320A;
}

.bg-darkgreen_2 {
  background: #063A00;
}

.bg-purple {
  background: #6F20FF;
}

.bg-purple_light {
  background: #FBF7FF;
}

.bg-mint {
  background: #ECF8F0;
}

.txt-white {
  color: #fff !important;
}

.txt-grey {
  color: #f9f9f9 !important;
}

.txt-charcoal {
  color: #2d2d2d !important;
}

.txt-black {
  color: #0e0e0e !important;
}

.txt-yellow {
  color: #f4ce2b !important;
}

.txt-orange {
  color: #F58522 !important;
}

.txt-peach {
  color: #FCF8ED !important;
}

.txt-red {
  color: #F50D0D !important;
}

.txt-palegreen {
  color: #F7FAF2 !important;
}

.txt-lightgreen {
  color: #9CD062 !important;
}

.txt-green {
  color: #2DA71F !important;
}

.txt-midgreen {
  color: #9CCF62 !important;
}

.txt-darkgreen {
  color: #025102 !important;
}

.txt-blackgreen {
  color: #09320A !important;
}

.txt-darkgreen_2 {
  color: #063A00 !important;
}

.txt-purple {
  color: #6F20FF !important;
}

.txt-purple_light {
  color: #FBF7FF !important;
}

.txt-mint {
  color: #ECF8F0 !important;
}

.bg-navy a {
  color: white;
}
.bg-navy a:hover {
  color: white;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  position: relative;
}

/*
section{
    position: relative;
    overflow-x: hidden;
}
*/
a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

html,
body {
  color: #025102;
}
html a,
html a:hover,
body a,
body a:hover {
  color: #025102;
}

.container {
  max-width: 1140px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-right {
  justify-content: flex-end;
}

.flex-v-middle {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .xs-p-0 {
    padding: 0px !important;
  }
  .xs-pt-0 {
    padding-top: 0px !important;
  }
  .xs-pb-0 {
    padding-bottom: 0px !important;
  }
  .xs-pl-0 {
    padding-left: 0px !important;
  }
  .xs-pr-0 {
    padding-right: 0px !important;
  }
}
.hide,
.post-tags,
#comments {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

code {
  background: #e7e7e7;
  color: #025102;
}

@media only screen and (max-width: 1024px) {
  /*
  section.elementor-section {
      position: relative;
      overflow: hidden;
  }
  */
  .sm-hide {
    display: none !important;
  }
  .sm-show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-hide {
    display: none !important;
  }
  .xs-show {
    display: block !important;
  }
  .col {
    width: 100% !important;
    flex: inherit !important;
  }
}
.share-box .fab.fa-twitter:before {
  content: "";
  background: url(../images/icons/x-logo-white.png) no-repeat;
  background-size: 84%;
  display: block;
  width: 20px;
  height: 15px;
  background-position: center;
}

a {
  color: inherit;
}

.wl-txt .title {
  font-size: 50px;
  line-height: 52px;
  color: #025102;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wl-txt .title {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .wl-txt .title {
    font-size: 8vw;
    line-height: 9vw;
  }
}
.wl-txt .title-b {
  font-size: 42px;
  line-height: 45px;
  color: #025102;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .wl-txt .title-b {
    font-size: 8vw;
    line-height: 9vw;
  }
}
.wl-txt .subtitle {
  font-size: 24px;
  line-height: 30px;
  color: #025102;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .wl-txt .subtitle {
    font-size: 6vw;
    line-height: 7vw;
  }
}
.wl-txt ul,
.wl-txt ol {
  padding: 0px;
  padding-left: 17px;
  margin: 0px;
  list-style: square;
  margin-bottom: 30px;
}
.wl-txt ul li,
.wl-txt ol li {
  margin-bottom: 10px;
  color: #025102;
}
.wl-txt ul li a,
.wl-txt ol li a {
  font-weight: 500;
}
.wl-txt .desc {
  font-size: 17px;
  line-height: 25px;
  color: #025102;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wl-txt .desc {
    font-size: 4vw;
    line-height: 5.5vw;
  }
}
.wl-txt .desc p {
  font-size: inherit;
}
.wl-txt .desc p strong,
.wl-txt .desc p b {
  font-weight: 600;
}
.wl-txt .desc p:last-child {
  margin-bottom: 0px;
}
.wl-txt .desc ul,
.wl-txt .desc ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 30px;
}
.wl-txt .desc ul li,
.wl-txt .desc ol li {
  margin-bottom: 10px;
  color: #2d2d2d;
}
.wl-txt .desc ul li:before,
.wl-txt .desc ol li:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: #F58522 url(../images/icons/tick-white.svg) no-repeat center center;
  border-radius: 10px;
  color: white;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.wl-txt .desc ul li a,
.wl-txt .desc ol li a {
  font-weight: 500;
}
.wl-txt .desc ol li {
  counter-increment: lt;
}
.wl-txt .desc ol li:before {
  content: counter(lt);
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  top: 0px;
  background: #F58522;
}
.wl-txt .desc a {
  color: inherit;
}
.wl-txt.c-white .title,
.wl-txt.c-white .title-b,
.wl-txt.c-white .subtitle,
.wl-txt.c-white .desc {
  color: #fff !important;
}
.wl-txt.c-grey .title,
.wl-txt.c-grey .title-b,
.wl-txt.c-grey .subtitle,
.wl-txt.c-grey .desc {
  color: #f9f9f9 !important;
}
.wl-txt.c-charcoal .title,
.wl-txt.c-charcoal .title-b,
.wl-txt.c-charcoal .subtitle,
.wl-txt.c-charcoal .desc {
  color: #2d2d2d !important;
}
.wl-txt.c-black .title,
.wl-txt.c-black .title-b,
.wl-txt.c-black .subtitle,
.wl-txt.c-black .desc {
  color: #0e0e0e !important;
}
.wl-txt.c-yellow .title,
.wl-txt.c-yellow .title-b,
.wl-txt.c-yellow .subtitle,
.wl-txt.c-yellow .desc {
  color: #f4ce2b !important;
}
.wl-txt.c-orange .title,
.wl-txt.c-orange .title-b,
.wl-txt.c-orange .subtitle,
.wl-txt.c-orange .desc {
  color: #F58522 !important;
}
.wl-txt.c-peach .title,
.wl-txt.c-peach .title-b,
.wl-txt.c-peach .subtitle,
.wl-txt.c-peach .desc {
  color: #FCF8ED !important;
}
.wl-txt.c-red .title,
.wl-txt.c-red .title-b,
.wl-txt.c-red .subtitle,
.wl-txt.c-red .desc {
  color: #F50D0D !important;
}
.wl-txt.c-palegreen .title,
.wl-txt.c-palegreen .title-b,
.wl-txt.c-palegreen .subtitle,
.wl-txt.c-palegreen .desc {
  color: #F7FAF2 !important;
}
.wl-txt.c-lightgreen .title,
.wl-txt.c-lightgreen .title-b,
.wl-txt.c-lightgreen .subtitle,
.wl-txt.c-lightgreen .desc {
  color: #9CD062 !important;
}
.wl-txt.c-green .title,
.wl-txt.c-green .title-b,
.wl-txt.c-green .subtitle,
.wl-txt.c-green .desc {
  color: #2DA71F !important;
}
.wl-txt.c-midgreen .title,
.wl-txt.c-midgreen .title-b,
.wl-txt.c-midgreen .subtitle,
.wl-txt.c-midgreen .desc {
  color: #9CCF62 !important;
}
.wl-txt.c-darkgreen .title,
.wl-txt.c-darkgreen .title-b,
.wl-txt.c-darkgreen .subtitle,
.wl-txt.c-darkgreen .desc {
  color: #025102 !important;
}
.wl-txt.c-blackgreen .title,
.wl-txt.c-blackgreen .title-b,
.wl-txt.c-blackgreen .subtitle,
.wl-txt.c-blackgreen .desc {
  color: #09320A !important;
}
.wl-txt.c-darkgreen_2 .title,
.wl-txt.c-darkgreen_2 .title-b,
.wl-txt.c-darkgreen_2 .subtitle,
.wl-txt.c-darkgreen_2 .desc {
  color: #063A00 !important;
}
.wl-txt.c-purple .title,
.wl-txt.c-purple .title-b,
.wl-txt.c-purple .subtitle,
.wl-txt.c-purple .desc {
  color: #6F20FF !important;
}
.wl-txt.c-purple_light .title,
.wl-txt.c-purple_light .title-b,
.wl-txt.c-purple_light .subtitle,
.wl-txt.c-purple_light .desc {
  color: #FBF7FF !important;
}
.wl-txt.c-mint .title,
.wl-txt.c-mint .title-b,
.wl-txt.c-mint .subtitle,
.wl-txt.c-mint .desc {
  color: #ECF8F0 !important;
}

.scroll-down {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 18px);
  background-color: #2DA71F;
  background-image: url(../images/icons/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.scroll-down.orange {
  background-color: #F58522;
}

.wl-btn {
  background: #2DA71F;
  padding: 5px 10px;
  display: inline-block;
  color: white !important;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  -webkit-transition: background 100ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: background 100ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: background 100ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: background 100ms cubic-bezier(0.45, 0, 0.55, 1);
}
.wl-btn:hover {
  background: #9CD062;
}
.wl-btn.green-txt {
  background: none;
  color: #2DA71F !important;
  text-decoration: underline;
  padding: 5px 10px !important;
}
.wl-btn.orange-txt {
  background: none;
  color: #F58522 !important;
  text-decoration: underline;
  padding: 5px 10px !important;
}
.wl-btn.xs {
  padding: 6px 10px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
}
.wl-btn.md {
  padding: 8px 25px;
  min-width: 130px;
}
.wl-btn.lg {
  padding: 11px 20px;
  min-width: 130px;
}
.wl-btn.disabled {
  opacity: 0.5;
  cursor: default;
}
.wl-btn.full {
  width: 100%;
}
.wl-btn.white {
  background: #fff;
}
.wl-btn.white-o {
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
}
.wl-btn.white-o.xs {
  padding: 5px 10px;
}
.wl-btn.white-o.md {
  padding: 7px 25px;
}
.wl-btn.white-o.lg {
  padding: 10px 20px;
}
.wl-btn.white-o:hover {
  background: #fff;
  color: white !important;
}
.wl-btn.grey {
  background: #f9f9f9;
}
.wl-btn.grey-o {
  background: none;
  border: 1px solid #f9f9f9;
  color: #f9f9f9 !important;
}
.wl-btn.grey-o.xs {
  padding: 5px 10px;
}
.wl-btn.grey-o.md {
  padding: 7px 25px;
}
.wl-btn.grey-o.lg {
  padding: 10px 20px;
}
.wl-btn.grey-o:hover {
  background: #f9f9f9;
  color: white !important;
}
.wl-btn.charcoal {
  background: #2d2d2d;
}
.wl-btn.charcoal-o {
  background: none;
  border: 1px solid #2d2d2d;
  color: #2d2d2d !important;
}
.wl-btn.charcoal-o.xs {
  padding: 5px 10px;
}
.wl-btn.charcoal-o.md {
  padding: 7px 25px;
}
.wl-btn.charcoal-o.lg {
  padding: 10px 20px;
}
.wl-btn.charcoal-o:hover {
  background: #2d2d2d;
  color: white !important;
}
.wl-btn.black {
  background: #0e0e0e;
}
.wl-btn.black-o {
  background: none;
  border: 1px solid #0e0e0e;
  color: #0e0e0e !important;
}
.wl-btn.black-o.xs {
  padding: 5px 10px;
}
.wl-btn.black-o.md {
  padding: 7px 25px;
}
.wl-btn.black-o.lg {
  padding: 10px 20px;
}
.wl-btn.black-o:hover {
  background: #0e0e0e;
  color: white !important;
}
.wl-btn.yellow {
  background: #f4ce2b;
}
.wl-btn.yellow-o {
  background: none;
  border: 1px solid #f4ce2b;
  color: #f4ce2b !important;
}
.wl-btn.yellow-o.xs {
  padding: 5px 10px;
}
.wl-btn.yellow-o.md {
  padding: 7px 25px;
}
.wl-btn.yellow-o.lg {
  padding: 10px 20px;
}
.wl-btn.yellow-o:hover {
  background: #f4ce2b;
  color: white !important;
}
.wl-btn.orange {
  background: #F58522;
}
.wl-btn.orange-o {
  background: none;
  border: 1px solid #F58522;
  color: #F58522 !important;
}
.wl-btn.orange-o.xs {
  padding: 5px 10px;
}
.wl-btn.orange-o.md {
  padding: 7px 25px;
}
.wl-btn.orange-o.lg {
  padding: 10px 20px;
}
.wl-btn.orange-o:hover {
  background: #F58522;
  color: white !important;
}
.wl-btn.peach {
  background: #FCF8ED;
}
.wl-btn.peach-o {
  background: none;
  border: 1px solid #FCF8ED;
  color: #FCF8ED !important;
}
.wl-btn.peach-o.xs {
  padding: 5px 10px;
}
.wl-btn.peach-o.md {
  padding: 7px 25px;
}
.wl-btn.peach-o.lg {
  padding: 10px 20px;
}
.wl-btn.peach-o:hover {
  background: #FCF8ED;
  color: white !important;
}
.wl-btn.red {
  background: #F50D0D;
}
.wl-btn.red-o {
  background: none;
  border: 1px solid #F50D0D;
  color: #F50D0D !important;
}
.wl-btn.red-o.xs {
  padding: 5px 10px;
}
.wl-btn.red-o.md {
  padding: 7px 25px;
}
.wl-btn.red-o.lg {
  padding: 10px 20px;
}
.wl-btn.red-o:hover {
  background: #F50D0D;
  color: white !important;
}
.wl-btn.palegreen {
  background: #F7FAF2;
}
.wl-btn.palegreen-o {
  background: none;
  border: 1px solid #F7FAF2;
  color: #F7FAF2 !important;
}
.wl-btn.palegreen-o.xs {
  padding: 5px 10px;
}
.wl-btn.palegreen-o.md {
  padding: 7px 25px;
}
.wl-btn.palegreen-o.lg {
  padding: 10px 20px;
}
.wl-btn.palegreen-o:hover {
  background: #F7FAF2;
  color: white !important;
}
.wl-btn.lightgreen {
  background: #9CD062;
}
.wl-btn.lightgreen-o {
  background: none;
  border: 1px solid #9CD062;
  color: #9CD062 !important;
}
.wl-btn.lightgreen-o.xs {
  padding: 5px 10px;
}
.wl-btn.lightgreen-o.md {
  padding: 7px 25px;
}
.wl-btn.lightgreen-o.lg {
  padding: 10px 20px;
}
.wl-btn.lightgreen-o:hover {
  background: #9CD062;
  color: white !important;
}
.wl-btn.green {
  background: #2DA71F;
}
.wl-btn.green-o {
  background: none;
  border: 1px solid #2DA71F;
  color: #2DA71F !important;
}
.wl-btn.green-o.xs {
  padding: 5px 10px;
}
.wl-btn.green-o.md {
  padding: 7px 25px;
}
.wl-btn.green-o.lg {
  padding: 10px 20px;
}
.wl-btn.green-o:hover {
  background: #2DA71F;
  color: white !important;
}
.wl-btn.midgreen {
  background: #9CCF62;
}
.wl-btn.midgreen-o {
  background: none;
  border: 1px solid #9CCF62;
  color: #9CCF62 !important;
}
.wl-btn.midgreen-o.xs {
  padding: 5px 10px;
}
.wl-btn.midgreen-o.md {
  padding: 7px 25px;
}
.wl-btn.midgreen-o.lg {
  padding: 10px 20px;
}
.wl-btn.midgreen-o:hover {
  background: #9CCF62;
  color: white !important;
}
.wl-btn.darkgreen {
  background: #025102;
}
.wl-btn.darkgreen-o {
  background: none;
  border: 1px solid #025102;
  color: #025102 !important;
}
.wl-btn.darkgreen-o.xs {
  padding: 5px 10px;
}
.wl-btn.darkgreen-o.md {
  padding: 7px 25px;
}
.wl-btn.darkgreen-o.lg {
  padding: 10px 20px;
}
.wl-btn.darkgreen-o:hover {
  background: #025102;
  color: white !important;
}
.wl-btn.blackgreen {
  background: #09320A;
}
.wl-btn.blackgreen-o {
  background: none;
  border: 1px solid #09320A;
  color: #09320A !important;
}
.wl-btn.blackgreen-o.xs {
  padding: 5px 10px;
}
.wl-btn.blackgreen-o.md {
  padding: 7px 25px;
}
.wl-btn.blackgreen-o.lg {
  padding: 10px 20px;
}
.wl-btn.blackgreen-o:hover {
  background: #09320A;
  color: white !important;
}
.wl-btn.darkgreen_2 {
  background: #063A00;
}
.wl-btn.darkgreen_2-o {
  background: none;
  border: 1px solid #063A00;
  color: #063A00 !important;
}
.wl-btn.darkgreen_2-o.xs {
  padding: 5px 10px;
}
.wl-btn.darkgreen_2-o.md {
  padding: 7px 25px;
}
.wl-btn.darkgreen_2-o.lg {
  padding: 10px 20px;
}
.wl-btn.darkgreen_2-o:hover {
  background: #063A00;
  color: white !important;
}
.wl-btn.purple {
  background: #6F20FF;
}
.wl-btn.purple-o {
  background: none;
  border: 1px solid #6F20FF;
  color: #6F20FF !important;
}
.wl-btn.purple-o.xs {
  padding: 5px 10px;
}
.wl-btn.purple-o.md {
  padding: 7px 25px;
}
.wl-btn.purple-o.lg {
  padding: 10px 20px;
}
.wl-btn.purple-o:hover {
  background: #6F20FF;
  color: white !important;
}
.wl-btn.purple_light {
  background: #FBF7FF;
}
.wl-btn.purple_light-o {
  background: none;
  border: 1px solid #FBF7FF;
  color: #FBF7FF !important;
}
.wl-btn.purple_light-o.xs {
  padding: 5px 10px;
}
.wl-btn.purple_light-o.md {
  padding: 7px 25px;
}
.wl-btn.purple_light-o.lg {
  padding: 10px 20px;
}
.wl-btn.purple_light-o:hover {
  background: #FBF7FF;
  color: white !important;
}
.wl-btn.mint {
  background: #ECF8F0;
}
.wl-btn.mint-o {
  background: none;
  border: 1px solid #ECF8F0;
  color: #ECF8F0 !important;
}
.wl-btn.mint-o.xs {
  padding: 5px 10px;
}
.wl-btn.mint-o.md {
  padding: 7px 25px;
}
.wl-btn.mint-o.lg {
  padding: 10px 20px;
}
.wl-btn.mint-o:hover {
  background: #ECF8F0;
  color: white !important;
}
.wl-btn i {
  display: inline-block;
  position: relative;
  top: 0px;
  width: 12px;
  height: 12px;
  background: url(../images/icons/info.svg) center center no-repeat;
  background-size: 12px;
  margin-left: 4px;
}
.wl-btn.add-item.added {
  background: #2DA71F;
  color: white !important;
}
.wl-btn.download:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: -5px;
  width: 18px;
  height: 18px;
  background: url(../images/icons/download-btn.svg) center center no-repeat;
  background-size: 18px;
  margin-right: 0px;
}

.rotate {
  animation: spinner 1.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.show-more-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.show-more-wrap .show-more {
  position: relative;
  z-index: 2;
}
.show-more-wrap .show-more + .spinner {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  animation: spinner 1.5s linear infinite;
  background-size: 30px;
  margin-top: 20px;
  background: url(../images/icons/spinner.png) no-repeat center center;
  background-size: 30px;
}
.show-more-wrap .show-more.green + .spinner {
  background: url(../images/icons/spinner-green.png) no-repeat center center;
  background-size: 30px;
}

.top-banner {
  background: #9CCF62;
  color: white;
}
.top-banner.bg-purple {
  background: #6F20FF;
}
.top-banner.bg-orange {
  background: #F58522;
}
.top-banner .container {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.top-banner .container p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}

nav.wl-main {
  width: 100%;
  position: relative;
  height: 97px;
  padding-top: 15px;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  nav.wl-main {
    height: auto;
    z-index: 100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  nav.wl-main {
    padding-bottom: 15px;
  }
}
nav.wl-main .row {
  position: relative;
}
nav.wl-main .col {
  align-content: flex-end;
}
nav.wl-main .col.menu-items-wrap {
  height: 60px;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .col.menu-items-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: inherit;
    background: #09320A;
    width: 90vw !important;
    height: 100vh;
    z-index: 100;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    backdrop-filter: blur(16px);
    visibility: hidden;
    -webkit-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
    transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  nav.wl-main .col.menu-items-wrap .menu-logo {
    width: 55vw;
  }
}
@media only screen and (max-width: 991px) {
  nav.wl-main .col.menu-items-wrap.reveal {
    transform: translateX(0%);
    visibility: visible;
  }
  nav.wl-main .col.menu-items-wrap .mob-menu-reveal i {
    background: white;
  }
}
nav.wl-main .logo-wrap .logo {
  display: block;
  position: relative;
  bottom: -2px;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .logo-wrap .logo img {
    width: 210px;
  }
}
@media only screen and (max-width: 420px) {
  nav.wl-main .logo-wrap .logo img {
    width: 160px;
    position: relative;
    top: 6px;
  }
}
nav.wl-main .mob-menu-reveal {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer;
  display: none;
  -webkit-transition: top 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: top 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: top 300ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: top 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
@media only screen and (max-width: 991px) {
  nav.wl-main .mob-menu-reveal {
    display: block;
  }
}
nav.wl-main .mob-menu-reveal i {
  width: 100%;
  height: 3px;
  background: #2DA71F;
  display: block;
  position: relative;
  -webkit-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
nav.wl-main .mob-menu-reveal i:nth-child(2) {
  top: 10px;
}
nav.wl-main .mob-menu-reveal.active {
  top: 20px;
}
nav.wl-main .mob-menu-reveal.active i:nth-child(1) {
  transform: rotate(45deg) translateX(15px) translateY(14px);
}
nav.wl-main .mob-menu-reveal.active i:nth-child(2) {
  transform: rotate(-45deg) translateX(-5px) translateY(6px);
}
nav.wl-main ul.menu-items {
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  nav.wl-main ul.menu-items {
    margin-top: 20px;
  }
}
nav.wl-main ul.menu-items li {
  position: relative;
}
@media only screen and (max-width: 991px) {
  nav.wl-main ul.menu-items li {
    width: 100%;
  }
}
nav.wl-main ul.menu-items li a {
  text-decoration: none;
  color: #09320A;
  font-weight: 500;
  display: block;
  padding: 5px 20px;
}
@media only screen and (max-width: 1070px) {
  nav.wl-main ul.menu-items li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  nav.wl-main ul.menu-items li a {
    color: white !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
nav.wl-main ul.menu-items li a.current {
  font-weight: 700;
  color: #2DA71F !important;
}
nav.wl-main ul.menu-items li.has-sub-menu {
  position: relative;
}
nav.wl-main ul.menu-items li.has-sub-menu .toggle {
  width: 25px;
  height: 25px;
  display: inline-block;
  content: "";
  background: url(../images/icons/chevron-down.svg) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 8px;
  background-size: 14px;
  -webkit-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
@media only screen and (min-width: 768px) {
  nav.wl-main ul.menu-items li.has-sub-menu .toggle {
    display: none;
  }
}
nav.wl-main ul.menu-items li.has-sub-menu .toggle.active {
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  nav.wl-main ul.menu-items li.has-sub-menu .sub-menu {
    overflow: hidden;
    height: 0px;
    position: relative;
    width: 100%;
    -webkit-transition: height 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: height 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: height 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
    transition: height 300ms cubic-bezier(0.45, 0, 0.55, 1), visibility 300ms cubic-bezier(0.45, 0, 0.55, 1);
  }
}
nav.wl-main ul.menu-items li ul {
  background: white;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  nav.wl-main ul.menu-items li ul {
    width: 100%;
    left: 0px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 10px;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}
nav.wl-main ul.menu-items li ul li {
  white-space: nowrap;
}
nav.wl-main ul.menu-items li ul li a {
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  nav.wl-main ul.menu-items li:hover ul {
    opacity: 1;
    visibility: visible;
  }
}
nav.wl-main .utility-box {
  position: absolute;
  top: -20px;
  right: 4px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box {
    top: 16px;
    right: 15px;
    padding: 0px;
    margin: 0px;
    width: auto;
  }
}
nav.wl-main .utility-box a {
  display: inline-block;
  margin-left: 13px;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box a {
    margin-left: 6px;
  }
}
nav.wl-main .utility-box .search {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../images/icons/search.svg) no-repeat center center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box .search {
    width: 20px;
    height: 22px;
    background-size: 20px;
  }
}
nav.wl-main .utility-box .search {
  /*            @media only screen and (max-width: 767px){
      display: none;
  }*/
}
nav.wl-main .utility-box .account {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(../images/icons/account.svg) no-repeat center center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box .account {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
}
nav.wl-main .utility-box .heart {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(../images/icons/heart.svg) no-repeat center center;
  cursor: pointer;
}
@media only screen and (max-width: 350px) {
  nav.wl-main .utility-box .heart {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box .heart {
    width: 26px;
    height: 22px;
    background-size: 22px;
  }
}
nav.wl-main .utility-box .basket {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(../images/icons/cart-icon.svg) no-repeat center center;
  margin-left: 13px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box .basket {
    width: 26px;
    height: 22px;
    background-size: 22px;
    margin-left: 6px;
  }
}
nav.wl-main .utility-box .basket .amount {
  display: none;
}
nav.wl-main .utility-box .basket.has-items .amount {
  width: 12px;
  height: 12px;
  background: #F58522;
  color: white;
  position: absolute;
  top: 0px;
  right: -4px;
  border-radius: 6px;
  text-align: center;
  font-size: 8px;
  line-height: 13px;
  font-weight: 600;
  display: block;
}
nav.wl-main .utility-box .calculator {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(../images/icons/tiny-calc.svg) no-repeat center center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box .calculator {
    width: 26px;
    height: 22px;
    background-size: 16px;
  }
}
nav.wl-main .utility-box .menu-reveal {
  display: none;
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
  cursor: pointer;
  display: none;
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  nav.wl-main .utility-box .menu-reveal {
    display: inline-block;
    margin-left: 10px;
  }
}
nav.wl-main .utility-box .menu-reveal i {
  width: 100%;
  height: 2px;
  background: #2DA71F;
  display: block;
  position: relative;
}
nav.wl-main .utility-box .menu-reveal i:nth-child(2) {
  top: 5px;
}
nav.wl-main .utility-box .menu-reveal i:nth-child(3) {
  top: 10px;
}

.overlay-wrap {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: visibility 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: visibility 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: visibility 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
.overlay-wrap.active {
  visibility: visible;
  opacity: 1;
}
.overlay-wrap .bg {
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.modal-xl {
  --bs-modal-width: 1120px;
}

.modal-content {
  border-radius: 0px;
}

.btn-close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  background: #2da71f url(../images/icons/remove.svg) no-repeat center center;
  opacity: 1;
  border-radius: 0px;
  padding: 0px;
  z-index: 1;
}

.modal.login .modal-header p {
  font-weight: 700;
  color: #2DA71F;
}
.modal.login .modal-header p:after {
  margin-top: 5px;
  display: block;
  content: "";
  width: 200px;
  height: 3px;
  background: #2DA71F;
}
.modal.login .modal-content {
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .modal.login .modal-content {
    padding: 20px;
  }
}
.modal.login .modal-header,
.modal.login .modal-body {
  padding: 0px;
  border-bottom: none;
}
.modal.login .modal-dialog {
  max-width: 430px;
  margin: auto;
}
.modal.login .modal-body {
  padding: 20px;
  border: 1px solid #DEDEDE;
}
.modal.login .modal-body form .form-control {
  border-color: #DEDEDE !important;
}
.modal.login .modal-body form .form-label,
.modal.login .modal-body form .form-control {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #09320A;
}
.modal.login .modal-body .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #09320A;
}
.modal.login .modal-body .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.modal.login .modal-body .accordion .accordion-item .accordion-header .accordion-button .form-check-input {
  top: 1px;
  height: 13px !important;
  width: 13px !important;
}
.modal.login .modal-body .accordion .accordion-item .accordion-header .accordion-button .form-check-input.collapse {
  display: block !important;
}
.modal.login .modal-footer {
  border-top: none;
}
.modal.search .modal-dialog {
  max-width: 383px;
  background: none;
}
.modal.search .modal-content {
  background: none;
}
.modal.search .modal-body {
  padding: 0px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
  background: none;
  font-size: 24px;
  line-height: 30px;
  color: #025102;
  font-weight: 700;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  width: 38px;
  height: 38px;
  background-color: #F7FAF2;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-image: url(../images/icons/plus.svg);
  background-size: 42%;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/minus.svg);
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 17px;
  line-height: 25px;
  color: #025102;
  font-weight: normal;
}

.accordion-group {
  margin-bottom: 50px;
}

.social-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.social-box span {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block;
  border: 1px solid #2DA71F;
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 34px;
  text-align: center;
}
.social-box span svg {
  position: relative;
  left: -1px;
  top: 2px;
}
.social-box a {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block;
  border: 1px solid #2DA71F;
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 34px;
  text-align: center;
}
.social-box a svg {
  max-height: 18px;
}
.social-box a svg path,
.social-box a svg rect,
.social-box a svg circle {
  fill: #2DA71F;
}
.social-box a:hover {
  background: #2DA71F;
}
.social-box a:hover svg path,
.social-box a:hover svg rect,
.social-box a:hover svg circle {
  fill: white;
}
.social-box.white a {
  background: none;
  border: none;
}
.social-box.white a svg path,
.social-box.white a svg rect,
.social-box.white a svg circle {
  fill: white !important;
}
.social-box.white a:hover svg path,
.social-box.white a:hover svg rect,
.social-box.white a:hover svg circle {
  fill: #2DA71F !important;
}

.breadcrumb {
  font-size: 13px;
  line-height: 16px;
  color: white;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 11px;
  }
}
.breadcrumb .pipe {
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  top: -1px;
  opacity: 0.64;
}
.breadcrumb .current-page {
  font-weight: 700;
}
.breadcrumb a {
  color: white;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: white;
}
.breadcrumb .txt {
  font-weight: 600;
}
.breadcrumb.dark {
  color: #025102;
}
.breadcrumb.dark a {
  color: #025102;
}
.breadcrumb.dark a:hover {
  color: #025102;
}

.swiper-nav-buttons {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  margin-bottom: 30px;
}
.swiper-nav-buttons > div {
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 18px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 10px;
}
.swiper-nav-buttons > div.swiper-button-prev {
  background-image: url(../images/icons/arrow-left-black.svg);
}
.swiper-nav-buttons > div.swiper-button-next {
  background-image: url(../images/icons/arrow-right-black.svg);
}
.swiper-nav-buttons > div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.swiper-nav-buttons.orange > div {
  background-color: #F58522;
}
.swiper-nav-buttons.orange > div.swiper-button-prev {
  background-image: url(../images/icons/arrow-left-white.svg);
}
.swiper-nav-buttons.orange > div.swiper-button-next {
  background-image: url(../images/icons/arrow-right-white.svg);
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ECE7E0;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F58522;
}
.swiper-pagination.green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2DA71F;
}

.wl-header {
  width: 100%;
  position: relative;
  min-height: 665px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .wl-header {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wl-header {
    align-content: flex-start !important;
    height: auto;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.wl-header .container {
  position: relative;
}
.wl-header .swiper {
  overflow: visible;
}
.wl-header .swiper.header-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .wl-header .swiper.header-swiper .swiper-slide {
    height: 593px;
  }
}
@media only screen and (max-width: 767px) {
  .wl-header .swiper.header-swiper .swiper-slide {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.wl-header .swiper.header-swiper .swiper-slide.lazyloaded {
  background-size: cover;
}
.wl-header .swiper.header-swiper .swiper-slide.lazyloaded.bg-pos-center-top {
  background-position: center top;
}
.wl-header .swiper.header-swiper .swiper-slide.lazyloaded.bg-pos-center {
  background-position: center center;
}
.wl-header .swiper.header-swiper .swiper-slide.lazyloaded.bg-pos-center-bottom {
  background-position: center bottom;
}
.wl-header .swiper .swiper-pagination {
  margin: 0px;
  top: -30px;
  margin-bottom: 0px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .wl-header .swiper .swiper-pagination {
    top: 20px;
    margin-bottom: 10px;
    position: relative;
    justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wl-header .swiper .swiper-pagination {
    top: 200px;
    right: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .wl-header .swiper .swiper-pagination .swiper-pagination-bullet {
    flex: none;
    margin-bottom: 13px;
  }
}
.wl-header .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2DA71F;
}
.wl-header .image {
  position: relative;
  top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wl-header .image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wl-header .image {
    top: 0px;
  }
}
.wl-header .image img {
  width: 100%;
  height: auto;
  max-width: 553px;
}
.wl-header .info {
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.coloured-tiles {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .coloured-tiles {
    padding-bottom: 0px;
  }
}
.coloured-tiles .container {
  max-width: 1166px;
  padding-left: 0px;
  padding-right: 0px;
}
.coloured-tiles .intro {
  padding-bottom: 40px;
}
.coloured-tiles .tiles {
  justify-content: center;
}
.coloured-tiles .tiles .tile {
  position: relative;
  box-sizing: border-box;
  padding-top: 45px;
}
.coloured-tiles .tiles .tile .icon {
  position: absolute;
  left: 50px;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .coloured-tiles .tiles .tile .icon {
    position: relative;
    width: 60px;
    height: auto;
    top: 0px !important;
    left: 0px !important;
  }
}
.coloured-tiles .tiles .tile.no-icon {
  text-align: center;
}
.coloured-tiles .tiles .tile .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.coloured-tiles .tiles .tile .title-b {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.coloured-tiles .tiles .tile .desc {
  font-size: 15px;
  line-height: 23px;
  color: #010330;
}
.coloured-tiles .tiles .tile .link {
  font-size: 15px;
  line-height: 23px;
  color: #010330;
  text-decoration: underline;
}
.coloured-tiles .tiles .tile .wl-btn {
  background: none;
}
.coloured-tiles .tiles .tile:nth-child(1) {
  width: 416px;
  height: 239px;
  background: url(../images/backgrounds/purple-shape.svg) no-repeat center left;
  background-size: contain;
  padding-left: 115px;
}
.coloured-tiles .tiles .tile:nth-child(1).no-icon {
  padding-left: 100px;
  padding-right: 40px;
  text-align: center;
}
.coloured-tiles .tiles .tile:nth-child(1) .title,
.coloured-tiles .tiles .tile:nth-child(1) .title-b {
  color: #6F20FF;
}
.coloured-tiles .tiles .tile:nth-child(1) .wl-btn {
  color: #6F20FF !important;
  border: 1px solid #6F20FF !important;
}
.coloured-tiles .tiles .tile:nth-child(2) {
  width: 364px;
  height: 239px;
  background: url(../images/backgrounds/green-shape.svg) no-repeat center left;
  background-size: contain;
  padding-left: 85px;
  padding-right: 30px;
}
.coloured-tiles .tiles .tile:nth-child(2).no-icon {
  padding-left: 40px;
  padding-right: 50px;
}
.coloured-tiles .tiles .tile:nth-child(2) .icon {
  left: 20px;
}
.coloured-tiles .tiles .tile:nth-child(2) .title,
.coloured-tiles .tiles .tile:nth-child(2) .title-b {
  color: #2DA71F;
}
.coloured-tiles .tiles .tile:nth-child(2) .wl-btn {
  color: #2DA71F !important;
  border: 1px solid #2DA71F !important;
}
.coloured-tiles .tiles .tile:nth-child(3) {
  width: 376px;
  height: 239px;
  background: url(../images/backgrounds/orange-shape.svg) no-repeat center left;
  background-size: contain;
  padding-left: 95px;
  top: -40px;
  padding-top: 85px;
}
.coloured-tiles .tiles .tile:nth-child(3).no-icon {
  padding-left: 40px;
  padding-right: 40px;
}
.coloured-tiles .tiles .tile:nth-child(3) .icon {
  left: 30px;
  top: 90px;
}
.coloured-tiles .tiles .tile:nth-child(3) .title,
.coloured-tiles .tiles .tile:nth-child(3) .title-b {
  color: #F58522;
}
.coloured-tiles .tiles .tile:nth-child(3) .wl-btn {
  color: #F58522 !important;
  border: 1px solid #F58522 !important;
}
@media only screen and (max-width: 767px) {
  .coloured-tiles .tiles .tile {
    width: 100vw !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 85px !important;
    padding-right: 85px !important;
    align-items: center;
    padding-top: 0px;
  }
  .coloured-tiles .tiles .tile:nth-child(1) {
    background: url(../images/backgrounds/purple-shape-mob.svg) no-repeat top center;
    background-size: 93%;
    height: 63vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .coloured-tiles .tiles .tile:nth-child(1) .icon {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .coloured-tiles .tiles .tile:nth-child(2) {
    background: url(../images/backgrounds/green-shape-mob.svg) no-repeat top center;
    background-size: 100%;
    height: 66vw;
    margin-top: -40px;
  }
  .coloured-tiles .tiles .tile:nth-child(3) {
    background: url(../images/backgrounds/orange-shape-mob.svg) no-repeat top center;
    background-size: 100%;
    height: 66vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .coloured-tiles .tiles .tile:nth-child(3) .icon {
    margin-top: -40px;
  }
}

.banner-overlay-green {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  display: grid;
  position: relative;
  overflow: hidden;
}
.banner-overlay-green .container {
  height: 100%;
  max-height: 100%;
  display: grid;
  position: relative;
  /*
  &:before{
      content: "";
      width: 2000px;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 100%;
      bottom: 0px;
      background: #025102;
  }
  */
}
.banner-overlay-green .container .box-right {
  padding-left: 120px;
  padding-top: 170px;
  padding-right: 0px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-green .container .box-right {
    padding-left: 10px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-bottom: 40px;
  }
}
.banner-overlay-green .bg-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -10px;
  width: 50%;
  -webkit-mask: url(../images/backgrounds/banner-side-2.svg);
  -webkit-mask-size: cover !important;
  -webkit-mask-repeat: repeat-x !important;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-green .bg-image {
    -webkit-mask-position: -100px 0px;
    width: 100%;
    bottom: -330px;
  }
}
.banner-overlay-green .full-image-background {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-green .full-image-background {
    bottom: inherit;
    height: 350px;
    position: relative;
    margin-bottom: -200px;
  }
}
.banner-overlay-green .bg-image-shape {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -10px;
  width: 50%;
  -webkit-mask: url(../images/backgrounds/banner-side-2.svg);
  -webkit-mask-size: cover !important;
  -webkit-mask-repeat: repeat-x !important;
  background-size: cover;
  background-position: center left;
}
@media only screen and (max-width: 767px) {
  .banner-overlay-green .bg-image-shape {
    -webkit-mask-position: -100px -30px;
    width: 100%;
    bottom: -500px;
  }
  .banner-overlay-green .bg-image-shape.lazyloaded {
    position: relative;
    order: 2;
    bottom: 0;
    left: 40px;
    height: 300px;
    -webkit-mask-position: 0px 6px;
    margin-top: -30px;
  }
  .banner-overlay-green .bg-image-shape.lazyloaded + .container {
    padding-top: 30px;
  }
}

.banner-slim {
  min-height: 160px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .banner-slim {
    padding: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slim .container {
    padding: 0px;
  }
}

.banner-medium {
  min-height: 210px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-content: center;
  color: white;
}
@media only screen and (max-width: 767px) {
  .banner-medium {
    padding: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-medium .container {
    padding: 0px;
  }
}
.banner-medium .title {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .banner-medium .title {
    font-size: 9vw;
    line-height: 9vw;
  }
}

.banner-large {
  min-height: 277px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-content: center;
  color: white;
}
@media only screen and (max-width: 767px) {
  .banner-large {
    padding: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-large .container {
    padding: 0px;
  }
}
.banner-large .title {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .banner-large .title {
    font-size: 9vw;
    line-height: 9vw;
  }
}

.banner-mini {
  height: 107px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-content: center;
  padding: 0px 30px;
}
@media only screen and (max-width: 767px) {
  .banner-mini {
    padding: 30px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-mini .container {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-mini .container .row {
    padding: 0px;
  }
}
.banner-mini .subtitle {
  margin-bottom: 0px;
  font-size: 24px;
}
.banner-mini .desc {
  font-size: 13px;
  margin-bottom: 0px;
}

/*
.bg-theme-1{
    background-image: url(../images/backgrounds/bg-1-mob.jpg);

    @media only screen and (max-width: 767px){
        background-image: url(../images/backgrounds/bg-1.jpg);
    }
}
*/
@media only screen and (min-width: 768px) {
  .bg-theme-1 {
    background-image: url(../images/backgrounds/bg-1.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-1 {
    background-image: url(../images/backgrounds/bg-1-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-2 {
    background-image: url(../images/backgrounds/bg-2.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-2 {
    background-image: url(../images/backgrounds/bg-2-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-3 {
    background-image: url(../images/backgrounds/bg-3.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-3 {
    background-image: url(../images/backgrounds/bg-3-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-4 {
    background-image: url(../images/backgrounds/bg-4.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-4 {
    background-image: url(../images/backgrounds/bg-4-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-5 {
    background-image: url(../images/backgrounds/bg-5.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-5 {
    background-image: url(../images/backgrounds/bg-5-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-6 {
    background-image: url(../images/backgrounds/bg-6.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-6 {
    background-image: url(../images/backgrounds/bg-6-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-7 {
    background-image: url(../images/backgrounds/bg-7.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-7 {
    background-image: url(../images/backgrounds/bg-7-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-8 {
    background-image: url(../images/backgrounds/bg-8.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-8 {
    background-image: url(../images/backgrounds/bg-8-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-9 {
    background-image: url(../images/backgrounds/bg-9.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-9 {
    background-image: url(../images/backgrounds/bg-9-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-10 {
    background-image: url(../images/backgrounds/bg-10.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-10 {
    background-image: url(../images/backgrounds/bg-10-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-11 {
    background-image: url(../images/backgrounds/bg-11.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-11 {
    background-image: url(../images/backgrounds/bg-11-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-12 {
    background-image: url(../images/backgrounds/bg-12.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-12 {
    background-image: url(../images/backgrounds/bg-12-mob.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .bg-theme-13 {
    background-image: url(../images/backgrounds/bg-13.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .bg-theme-13 {
    background-image: url(../images/backgrounds/bg-13-mob.jpg);
  }
}

.banner-two-col {
  padding: 20px 0px;
}
@media only screen and (max-width: 767px) {
  .banner-two-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner-two-col .row {
  margin: 0px;
}
.banner-two-col .left,
.banner-two-col .right {
  display: flex;
  align-items: center;
}
.banner-two-col .left {
  padding-left: 30px;
  border-right: 1px solid #2DA71F;
}
@media only screen and (max-width: 767px) {
  .banner-two-col .left {
    padding-left: 0px;
    border-right: none !important;
    margin-bottom: 20px;
  }
}
.banner-two-col .right {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-two-col .right {
    padding-left: 0px;
  }
}
.banner-two-col .title-large {
  font-size: 42px;
  line-height: 49px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .banner-two-col .title-large {
    font-size: 24px;
    line-height: 20px;
  }
}
.banner-two-col .title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 0px;
}
.banner-two-col .desc {
  font-size: 13px;
  line-height: 21px;
  padding-right: 30px;
}
.banner-two-col .desc p {
  margin-bottom: 0px;
}
.banner-two-col .desc p + p {
  margin-top: 10px;
}
.banner-two-col .txt-wrap {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .banner-two-col .icon-wrap {
    justify-content: flex-end;
    display: flex;
  }
}
.banner-two-col .icon-wrap i {
  width: 109px;
  height: 73px;
  display: inline-block;
  background-size: contain !important;
}
.banner-two-col .icon-wrap i.delivery {
  background: url(../images/icons/delivery.svg) no-repeat center center;
}
.banner-two-col .icon-wrap i.calculate {
  background: url(../images/icons/calculate-green.svg) no-repeat center center;
}

.icon-banner .col .img img {
  height: 66px;
  width: auto;
  max-width: 100%;
}

.categories-minifeed {
  padding-top: 0px;
  padding-bottom: 50px;
}
.categories-minifeed .container {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.categories-minifeed .container .swiper-nav-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
}
.categories-minifeed .container .swiper-nav-buttons .swiper-button-prev {
  position: absolute;
  left: 10px;
  margin: 0px;
}
.categories-minifeed .container .swiper-nav-buttons .swiper-button-next {
  position: absolute;
  right: 10px;
  margin: 0px;
}
.categories-minifeed .container .item {
  text-align: center;
  height: auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.categories-minifeed .container .item .title {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 20px;
}
.categories-minifeed .container .item .title a {
  text-decoration: none;
}

.btn-wrap {
  display: flex;
  line-height: 13px;
}
.btn-wrap .item-counter {
  position: relative;
  width: 50px;
  height: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  display: flex;
  margin-right: 4px;
  background: white;
}
.btn-wrap .item-counter input {
  border-radius: 0px;
  border: none;
  width: 20px;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 2px;
}
.btn-wrap .item-counter .minus,
.btn-wrap .item-counter .plus {
  width: 20px;
  height: 100%;
  cursor: pointer;
}
.btn-wrap .item-counter .minus {
  background: url(../images/icons/minus2.svg) no-repeat center center;
}
.btn-wrap .item-counter .plus {
  background: url(../images/icons/plus2.svg) no-repeat center center;
}
.btn-wrap .wl-btn {
  align-self: flex-start;
}

.category-selector {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 500px;
}
.category-selector.rm-height {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: inherit;
}
.category-selector .container .top {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .category-selector .container .top {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
}
.category-selector .container .top a {
  font-weight: 700;
  width: auto;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .category-selector .container .top a {
    font-size: 20px;
  }
}
.category-selector .container .top a.current {
  color: #F58522 !important;
}
.category-selector .container .cat-choices {
  padding-top: 50px;
  padding-bottom: 0px;
}
.category-selector .container .cat-choices .letter-group {
  margin-bottom: 40px;
}
.category-selector .container .cat-choices .letter {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .category-selector .container .cat-choices .letter {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.category-selector .container .cat-choices .choices {
  display: grid;
  grid-template-columns: calc(50% - 25px) calc(50% - 25px);
  column-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .category-selector .container .cat-choices .choices {
    grid-template-columns: 100%;
  }
}
.category-selector .container .cat-choices .choices .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .category-selector .container .cat-choices .choices .item {
    flex-wrap: wrap;
  }
}
.category-selector .container .cat-choices .choices .item .logo {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  min-height: 100px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-selector .container .cat-choices .choices .item .logo img {
  max-height: 45px;
}
.category-selector .container .cat-choices .choices .item .title a {
  font-weight: 600;
}
.category-selector .container .cat-choices .choices .item .buttons {
  white-space: nowrap;
  padding-left: 20px;
  width: 200px;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .category-selector .container .cat-choices .choices .item .buttons {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
}
.category-selector .container .cat-choices .choices .item .buy-cat {
  width: 30px;
  height: 30px;
  background: url(../images/icons/pale-circle.png) no-repeat center center;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  line-height: 31px;
}
.category-selector .container .cat-choices .choices .item .buy-cat:before {
  content: "";
  background: url(../images/icons/cat-bag.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.category-selector .container .cat-choices .choices .item .calculate {
  width: 30px;
  height: 30px;
  background: url(../images/icons/gradient-circle.png) no-repeat center -16px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  margin-left: 10px;
  position: relative;
}
.category-selector .container .cat-choices .choices .item .calculate:before {
  content: "";
  background: url(../images/icons/calculate.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: 2px;
  top: 1px;
}
.category-selector .container .cat-choices .choices .item .calculate.has-items .amount {
  width: 12px;
  height: 12px;
  background: #F58522;
  color: white;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 6px;
  text-align: center;
  font-size: 8px;
  line-height: 13px;
  font-weight: 600;
  display: block;
}
.category-selector .container .cat-choices .choices.logos {
  column-gap: 20px;
  grid-template-columns: calc(25% - 12px) calc(25% - 12px) calc(25% - 12px) calc(25% - 12px);
}
@media only screen and (max-width: 767px) {
  .category-selector .container .cat-choices .choices.logos {
    grid-template-columns: calc(50% - 10px) calc(50% - 5px);
    column-gap: 15px;
  }
}
.category-selector .container .cat-choices .choices.logos .item {
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  border: none;
}
.category-selector .container .cat-choices .choices.logos .item .title a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .category-selector .container .cat-choices .choices.logos .item .logo {
    min-height: auto;
    height: 90px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .category-selector .container .cat-choices .choices.logos .item .logo img {
    max-width: 50%;
  }
}
.category-selector .container .no-results {
  display: none;
}

.tabbed-items .nav {
  font-size: 15px;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .tabbed-items .nav {
    justify-content: flex-start;
    padding-right: 0px;
  }
}
.tabbed-items .nav.left {
  justify-content: flex-start;
}
.tabbed-items .nav .nav-item .nav-link {
  color: #025102;
  font-weight: 500;
  border-radius: 20px;
}
.tabbed-items .nav .nav-item .nav-link.active {
  color: #2DA71F;
  background: #F7FAF2;
}
.tabbed-items .tab-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .tabbed-items .tab-content {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

.product-header {
  width: 100%;
  position: relative;
  padding-top: 30px;
  min-height: 700px;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .product-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
.product-header .bg-pattern {
  position: absolute;
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center top;
  background-size: 110%;
  width: 100%;
  height: 550px;
  left: 0px;
  right: 0px;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .product-header .bg-pattern {
    background-size: cover;
    height: 650px;
  }
}
.product-header .product-image-wrap {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-header .product-image-wrap {
    height: 240px;
  }
}
.product-header .product-image-wrap img {
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .product-header .product-image-wrap img {
    max-height: 100%;
  }
}
.product-header .product-image-wrap.discontinued:before {
  background: rgba(255, 255, 255, 0.8);
  content: "Discontinued";
  font-size: 40px;
  line-height: 20px;
  font-weight: 800;
  border-radius: 35px;
  line-height: 58px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #F50D0D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-header.product-style .product-add {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-header.product-style .bullets .item:first-child {
    border-top: 1px solid rgba(2, 39, 31, 0.16);
  }
}
.product-header .white-box {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 30px;
  padding: 50px;
  padding-right: 90px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .product-header .white-box {
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
  }
}
.product-header .white-box .intro {
  padding-bottom: 30px;
}

.filters-wrap .bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
}
.filters-wrap .filters {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 15px;
  align-self: flex-start;
}
@media only screen and (min-width: 1025px) {
  .filters-wrap .filters {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }
}
.filters-wrap .filters .btn-close {
  display: none;
}
.filters-wrap .filters .filter-footer {
  top: 400px;
  left: 5px;
  right: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.filters-wrap .filters .filter-footer .wl-btn {
  font-size: 12px;
}
.filters-wrap .filters.modal-view {
  position: fixed;
  width: 200px;
  height: 100%;
  bottom: 0px;
  left: 0px;
  top: 0px;
  background: white;
  padding-top: 40px;
  transform: translateX(-100%);
  overflow-y: scroll;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .filters-wrap .filters.modal-view {
    width: 100%;
    top: 164px;
    height: auto !important;
    position: absolute;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: auto;
  }
}
.filters-wrap .filters.modal-view .btn-close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  background: #2da71f url(../images/icons/remove.svg) no-repeat center center;
  opacity: 1;
  border-radius: 0px;
  padding: 0px;
  z-index: 1;
  display: block;
  cursor: pointer;
}
.filters-wrap .filters .title {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.filters-wrap .filters .title[data-bs-toggle=collapse]:after {
  content: "";
  width: 11px;
  height: 9px;
  background: url(../images/icons/chevron-down.svg) no-repeat;
  position: absolute;
  top: 13px;
  right: 4px;
  display: block;
}
.filters-wrap .filters .title[data-bs-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(180deg);
}
.filters-wrap .filters .item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.filters-wrap .filters .item:last-child {
  border-bottom: none !important;
}
.filters-wrap .filters .item .options {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 25px;
  overflow: scroll;
  max-height: 300px;
}
.filters-wrap .filters .item .options .form-check {
  align-items: center;
  display: flex;
  padding-left: 0px;
}
.filters-wrap .filters .item .options .form-check .form-check-input {
  margin-right: 6px;
}
.filters-wrap .filters .item .options .form-check [type=radio],
.filters-wrap .filters .item .options .form-check [type=checkbox] {
  margin-left: 0px;
}
.filters-wrap .filters .item .options .form-check .form-check-label {
  color: #02271F;
}
.filters-wrap .filters .item .multi-collapse,
.filters-wrap .filters .item .accordion {
  border: none;
}
.filters-wrap .filters .item .multi-collapse .accordion-item,
.filters-wrap .filters .item .accordion .accordion-item {
  border: none;
  border-radius: 0px;
}
.filters-wrap .filters .item .multi-collapse .accordion-item .title,
.filters-wrap .filters .item .accordion .accordion-item .title {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 800;
  color: #2DA71F;
}
.filters-wrap .filters .item .multi-collapse .accordion-item .title[aria-expanded=true],
.filters-wrap .filters .item .accordion .accordion-item .title[aria-expanded=true] {
  color: #F58522;
}
.filters-wrap .filters.c-view {
  display: flex;
}
.filters-wrap .filters.c-view .item {
  width: 33.3%;
}
.filters-wrap.reveal {
  z-index: 100;
}
.filters-wrap.reveal .bg {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .filters-wrap.reveal .bg {
    background: none;
  }
}
.filters-wrap.reveal .filters.modal-view {
  transform: translateX(0%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .filters-wrap.reveal .filters.modal-view {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-minifeed {
  background-position: center center !important;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 130px;
  overflow: hidden;
}
.product-minifeed.bg-2 {
  background: url(../images/backgrounds/background-03.jpg) no-repeat center top;
  background-size: cover;
}
.product-minifeed:before {
  content: "";
  background: url(../images/backgrounds/slant-1.svg) no-repeat center bottom -1px;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
}
.product-minifeed .container .intro {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-minifeed .container .intro {
    padding-bottom: 0px;
  }
}
.product-minifeed .container .swiper {
  height: 100%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .product-minifeed .container .swiper {
    width: 80%;
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .product-minifeed .container .swiper .swiper-nav-buttons {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .product-minifeed .container .swiper .swiper-nav-buttons > div {
    margin-right: 10px;
    margin-left: 0px;
  }
}
.product-minifeed .container .swiper-slide {
  height: auto;
}
.product-minifeed .container .tile {
  background: white;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.product-minifeed .container .tile .img {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.product-minifeed .container .tile .img img {
  height: 200px;
  width: auto;
  max-width: 100%;
}
.product-minifeed .container .tile .brand {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.product-minifeed .container .tile .brand img {
  width: auto;
  height: auto;
  height: 75px;
}
.product-minifeed .container .tile .time-left {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.product-minifeed .container .tile .time-left i {
  display: inline-block;
  background: url(../images/icons/clock.svg) no-repeat 0px 0px;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.product-minifeed .container .tile .info .title {
  font-size: 25px;
  line-height: 28px;
  color: #025102;
  font-weight: 700;
}

.product-tags {
  margin-bottom: 20px;
}
.product-tags a, .product-tags span {
  background: silver;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 13px;
  min-width: 100px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-right: 2px;
  text-align: center;
  text-decoration: none;
}
.product-tags a.popular, .product-tags span.popular {
  color: #F58522 !important;
  background: #FCF8ED;
}
.product-tags a.special-offer, .product-tags span.special-offer {
  color: #2DA71F !important;
  background: #F7FAF2;
}
.product-tags a.discontinued, .product-tags span.discontinued {
  color: #F50D0D !important;
  background: #FFEBEB;
}
.product-tags a.lg, .product-tags span.lg {
  font-size: 24px;
  line-height: 20px;
  height: 70px;
  font-weight: 800;
  border-radius: 35px;
  line-height: 60px;
  box-sizing: border-box;
  width: 100%;
}

.product-style {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-style .sku {
  font-size: 15px;
  line-height: 21px;
}
.product-style .brand {
  max-width: 200px;
  position: relative;
  margin-bottom: 10px;
}
.product-style .heart {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/icons/heart-large.svg) no-repeat center center;
  background-size: 40px;
  z-index: 1;
}
.product-style .heart.liked {
  background: url(../images/icons/heart-liked.svg) no-repeat center center;
  background-size: 40px;
}
.product-style .price-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.product-style .price-box .price-wrap {
  padding-right: 20px;
}
.product-style .price-box .price-wrap .price {
  font-size: 49px;
  line-height: 50px;
  font-weight: 800;
  color: #2DA71F;
  margin-bottom: 0px;
}
.product-style .price-box .reduction .save-price {
  font-size: 18px;
  line-height: 17px;
  letter-spacing: -1px;
  color: #F58522;
  font-weight: 500;
  width: 100%;
  display: block;
  margin-bottom: 3px;
}
.product-style .price-box .reduction .was-price {
  font-size: 18px;
  line-height: 17px;
  letter-spacing: -1px;
  color: black;
  font-weight: 400;
  text-decoration: line-through;
  width: 100%;
  display: block;
}
.product-style .price-box.discontinued {
  opacity: 0.42;
}
.product-style .price-box.discontinued .price-wrap .price {
  color: #F50D0D;
}
.product-style .product-add {
  width: 100%;
}
.product-style .product-add .wl-btn {
  width: 100%;
  margin-bottom: 10px;
}
.product-style .product-add .wl-btn.grant-estimator {
  display: flex;
  justify-content: center;
}
.product-style .product-add .wl-btn.grant-estimator:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 26px;
  background: url(../images/icons/calculate.svg) center center no-repeat;
}
.product-style .product-add.amount-view {
  display: flex;
}
.product-style .product-add.amount-view .btn-wrap .item-counter {
  height: 46px;
  width: 65px;
}
.product-style .bullets .item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(2, 39, 31, 0.16);
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
}
.product-style .bullets .item .text {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .product-style .bullets .item .text {
    width: 70%;
  }
}
.product-style .bullets .item .text .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  color: #025102;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .product-style .bullets .item .text .title {
    font-size: 15px;
  }
}
.product-style .bullets .item .text .detail {
  font-size: 12px;
  line-height: 14px;
  color: #153B3A;
}
.product-style .bullets .item .text .detail p {
  margin-bottom: 0px;
}
.product-style .bullets .item i {
  width: 46px;
  height: 50px;
  display: block;
  padding: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 13px;
}
.product-style .bullets .item i.manufactured {
  background-image: url(../images/icons/cogs-large.svg);
}
.product-style .bullets .item i.warranty {
  background-image: url(../images/icons/warranty.svg);
}
.product-style .bullets .item i.delivery {
  background-image: url(../images/icons/delivery.svg);
}
.product-style .bullets .item i.download {
  background-image: url(../images/icons/pdf.svg);
}
.product-style .bullets .item i.offers {
  background-image: url(../images/icons/ticket.svg);
}
.product-style .bullets .item i.secure {
  background-image: url(../images/icons/secure.svg);
}
.product-style .bullets.d-flex {
  flex-wrap: wrap;
}
.product-style .bullets.d-flex .item {
  border-bottom: none !important;
  padding-left: 20px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .product-style .bullets.d-flex .item {
    width: 50%;
    padding-left: 0px;
  }
}
.product-style .bullets.d-flex .item:after {
  content: "";
  width: 2px;
  height: 31px;
  background: #A4CE5C;
}
@media only screen and (max-width: 767px) {
  .product-style .bullets.d-flex .item:after {
    display: none;
  }
}
.product-style .bullets.d-flex .item:last-child:after {
  display: none;
}
.product-style.mini-box {
  padding: 20px;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding-top: 40px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.product-style.mini-box .heart {
  top: 10px;
  right: 10px;
  background: url(../images/icons/heart-large.svg) no-repeat center center;
  background-size: 30px;
}
.product-style.mini-box .heart.liked {
  background: url(../images/icons/heart-liked.svg) no-repeat center center;
  background-size: 30px;
}
.product-style.mini-box .price-box .price-wrap .price {
  font-size: 35px;
  line-height: 35px;
}
.product-style.mini-box .product-image-wrap {
  text-align: center;
  padding-left: 20px;
  padding-right: 30px;
}
.product-style.mini-box .product-image-wrap .quoter-tooltip {
  background: white;
  position: absolute;
  bottom: -5px;
  left: 0px;
  border: 1px solid #6F20FF;
  color: #6F20FF;
  overflow: hidden;
  border-radius: 15px;
  height: auto !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 10px;
  padding-right: 10px;
  align-self: flex-start;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}
.product-style.mini-box .product-image-wrap:hover .quoter-tooltip {
  opacity: 1;
  visibility: visible;
}
.product-style.mini-box .brand {
  max-width: 100px;
}
.product-style.mini-box .info {
  padding-right: 50px;
}
.product-style.mini-box .info .title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.product-style.mini-box .info .title a {
  text-decoration: none;
}
.product-style.mini-box .info .sku {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
.product-style.mini-box .info .desc {
  font-size: 13px;
  line-height: 22px;
}
.product-style.mini-box {
  /*
  .product-tags{
      .popular{
          background: $orange;
          color: white !important; 
      }

      .special-offer{
          background: $green;
          color: white !important; 
      }
  }
  */
}
.product-style.mini-box .reduction .save-price {
  font-size: 13px;
  line-height: 13px;
}
.product-style.mini-box .reduction .was-price {
  font-size: 13px;
  line-height: 13px;
}
.product-style.mini-box .product-add .wl-btn {
  font-size: 12px;
  line-height: 22px;
  padding: 8px 15px;
}
.product-style.mini-box .product-add .wl-btn.compare:before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 17px;
  background: url(../images/icons/filter-btn.svg) center center no-repeat;
  position: relative;
  top: 5px;
}
.product-style.mini-box .bullets {
  position: relative;
}
.product-style.mini-box .bullets.faded {
  max-height: 150px;
  overflow: hidden;
}
.product-style.mini-box .bullets.faded:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-style.mini-box .bullets .item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-style.mini-box .bullets .item .text .title {
  font-size: 14px;
  line-height: 14px;
}
.product-style.mini-box.alt .info {
  padding-right: 20px;
}
.product-style.mini-box.alt .product-image-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
.product-style .tab-info-group {
  margin-top: 30px;
}
.product-style .tab-info-group .nav-tabs {
  border-bottom: 1px solid #2DA71F;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-style .tab-info-group .nav-tabs {
    border-bottom: none;
  }
}
.product-style .tab-info-group .nav-tabs .nav-item {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .product-style .tab-info-group .nav-tabs .nav-item {
    width: 100%;
    padding-right: 0px;
    border-bottom: 1px solid #2da71f;
  }
}
.product-style .tab-info-group .nav-tabs .nav-item .nav-link {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 600;
  color: #025102;
  font-size: 24px;
  position: relative;
  bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .product-style .tab-info-group .nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: left;
  }
}
.product-style .tab-info-group .nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #2DA71F;
}
.product-style .tab-info-group .nav-tabs .nav-item .tab-pane {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-style .tab-info-group .nav-tabs .nav-item .nav-link.active + .tab-pane {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.product-style .tab-info-group .wl-txt h1,
.product-style .tab-info-group .wl-txt h2,
.product-style .tab-info-group .wl-txt h3,
.product-style .tab-info-group .wl-txt h4,
.product-style .tab-info-group .wl-txt h5,
.product-style .tab-info-group .wl-txt h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
.product-style .tab-info-group .wl-txt ul li {
  padding-left: 0px;
}
.product-style .tab-info-group .wl-txt ul li:before {
  background: url(../images/icons/minus.svg) no-repeat center center;
  top: 5px;
  width: 11px;
}
.product-style .tab-info-group .tab-content {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .product-style .tab-info-group .tab-content {
    display: none;
  }
}
.product-style .tab-info-group .tab-content .rm-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.product-style .tab-info-group .tab-content .rm-wrap .rm-wrap-hide {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.product-style .tab-info-group .tab-content .rm-wrap .rm-wrap-hide:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-style .tab-info-group .tab-content .rm-wrap .rm-wrap-hide.expand:after {
  opacity: 0;
}
.product-style .tab-info-group .tab-content .rm-wrap .rm-btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  cursor: pointer;
}

.product-detail {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .product-detail {
    margin-bottom: 0px;
  }
}
.product-detail .container {
  padding-left: 30px;
  padding-right: 30px;
}
.product-detail .table-info {
  font-size: 17px;
  line-height: 20px;
  max-width: 710px;
  width: 100%;
}
.product-detail .table-info .row {
  border-bottom: 1px solid #2DA71F;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-detail .table-info [class*=col-]:first-child {
  padding-left: 0px;
  text-align: left;
}
.product-detail .table-info [class*=col-]:last-child {
  font-weight: 800;
  text-align: right;
  color: #025102;
  padding-right: 0px;
}

.recommended-products {
  padding-top: 50px;
  padding-bottom: 50px;
}
.recommended-products .items {
  display: flex;
}
.recommended-products .items .item {
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.recommended-products .items .item img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}
.recommended-products .items .item .title {
  font-weight: 700;
  text-decoration: none;
}
.recommended-products .items .item .title a {
  text-decoration: none;
}

.container.products-wider {
  max-width: 2000px;
}

.products .container .products-header .logo-wrap {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  min-height: 180px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: self-start;
}
.products .container .products-header .logo-wrap img {
  max-height: 70px;
}
@media only screen and (min-width: 768px) {
  .products .container .products-header .txt-wrap {
    padding-left: 30px;
  }
}
.products .container .customise-columns {
  margin-right: 0px;
  cursor: pointer;
  margin-left: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .products .container .customise-columns {
    display: none !important;
    white-space: unset;
  }
}
.products .container .customise-columns:before {
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/icons/customise.svg) no-repeat center;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.products .container .customise-columns span {
  display: inline-block;
  font-weight: 600;
}
.products .container .product-view.col-9 .results-wrap.compare .cv-grid {
  min-width: 100%;
}
.products .container .product-view.col-9 .results-wrap.compare .cv-grid > div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.products .container .product-view.col-9 .results-wrap.compare .cv-grid > div span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px !important;
}
.products .container .sort-view {
  font-size: 13px;
}
.products .container .sort-view .drop-select {
  display: flex;
  align-items: center;
  position: relative;
}
.products .container .sort-view .drop-select .dropdown {
  margin-left: 10px;
}
.products .container .sort-view .drop-select .dropdown .wl-btn {
  width: 100%;
  background: white;
  border: 1px solid #E5E5E5;
  height: 31px;
}
.products .container .sort-view .drop-select .dropdown .wl-btn .value {
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 10px;
  color: #09320A;
}
.products .container .sort-view .drop-select .dropdown .wl-btn:after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../images/icons/chevron-down.svg) no-repeat 0px 0px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  z-index: 10;
}
.products .container .sort-view .drop-select .dropdown .dropdown-menu {
  width: 100% !important;
  border-radius: 0;
  min-width: auto;
  top: -3px !important;
  border: 1px solid #E5E5E5;
}
.products .container .sort-view .drop-select .dropdown .dropdown-menu li {
  font-size: 10px;
  padding: 0px;
  color: #09320A;
}
.products .container .sort-view .drop-select .dropdown .dropdown-menu li a:active, .products .container .sort-view .drop-select .dropdown .dropdown-menu li a.active {
  background: #2DA71F !important;
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .products .container .sort-view .drop-select.sort-by {
    order: 2;
    border: 1px solid #e5e5e5;
    height: 42px;
    padding-left: 10px;
    width: 50%;
    justify-content: space-between;
  }
  .products .container .sort-view .drop-select.sort-by .title {
    font-weight: 600;
    font-size: 13px;
  }
  .products .container .sort-view .drop-select.sort-by .dropdown {
    height: 42px;
  }
  .products .container .sort-view .drop-select.sort-by .dropdown .wl-btn {
    border: none;
    height: 42px;
    line-height: 24px;
    background: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .products .container .sort-view .drop-select.sort-by .dropdown .wl-btn:after {
    top: 13px;
  }
}
.products .container .sort-view .drop-select.sort-by .dropdown {
  width: 110px;
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  .products .container .sort-view .drop-select.show-amount {
    display: none;
  }
}
.products .container .sort-view .drop-select.show-amount .dropdown {
  width: 60px;
}
.products .container .sort-view .title {
  margin-right: 10px;
  white-space: nowrap;
}
.products .container .sort-view .filter-reveal {
  margin-right: 0px;
  cursor: pointer;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .products .container .sort-view .filter-reveal {
    margin-left: 0;
    margin-right: 15px;
    display: flex !important;
    order: 1;
    border: 1px solid #e5e5e5;
    height: 42px;
    padding-left: 10px;
    align-items: center;
    padding-right: 20px;
    width: 50%;
  }
}
.products .container .sort-view .filter-reveal:before {
  content: "";
  background: url(../images/icons/filter.svg) no-repeat center;
  width: 14px;
  height: 14px;
  background-size: 14px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .products .container .sort-view .filter-reveal:before {
    width: 20px;
    height: 20px;
    background-size: auto;
    top: 1px;
    margin-right: 10px;
  }
}
.products .container .sort-view .filter-reveal span {
  display: inline-block;
  font-weight: 600;
}
.products .container .sort-view .left {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products .container .sort-view .left {
    justify-content: space-between;
  }
}
.products .container .sort-view .right {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products .container .sort-view .right {
    justify-content: flex-start !important;
    display: flex !important;
    margin-top: 10px;
  }
}
.products .container .sort-view .right .title {
  margin-right: 0px;
  margin-left: 20px;
}
.products .container .sort-view .right .feature-view {
  margin-right: 30px;
  cursor: pointer;
}
.products .container .sort-view .right .feature-view:before {
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/icons/feature-view.svg) no-repeat center;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.products .container .sort-view .right .feature-view span {
  display: inline-block;
  font-weight: 600;
}
.products .container .sort-view .right .feature-view:hover span, .products .container .sort-view .right .feature-view.current span {
  color: #2DA71F;
}
.products .container .sort-view .right .comparison-view {
  margin-right: 30px;
  cursor: pointer;
}
.products .container .sort-view .right .comparison-view:before {
  width: 14px;
  height: 14px;
  content: "";
  background: url(../images/icons/comparison-view.svg) no-repeat center;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.products .container .sort-view .right .comparison-view span {
  display: inline-block;
  font-weight: 600;
}
.products .container .sort-view .right .comparison-view:hover span, .products .container .sort-view .right .comparison-view.current span {
  color: #2DA71F;
}
.products .container .cv-grid {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin: 0px;
  font-size: 13px;
  padding: 5px;
  min-width: 1116px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .products .container .cv-grid {
    font-size: 15px;
    width: 1600px !important;
  }
}
.products .container .cv-grid .quoter-tooltip {
  background: white;
  position: absolute;
  bottom: -5px;
  left: 0px;
  border: 1px solid #6F20FF;
  color: #6F20FF;
  overflow: hidden;
  border-radius: 15px;
  height: auto !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 10px;
  padding-right: 10px;
  align-self: flex-start;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}
.products .container .cv-grid.hover .quoter-tooltip {
  opacity: 1;
  visibility: visible;
}
.products .container .cv-grid > div {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  padding: 4px;
  height: 100%;
  align-items: center;
  color: black;
  width: auto;
  flex-wrap: wrap;
}
.products .container .cv-grid > div.hide {
  display: none;
}
.products .container .cv-grid > div.image {
  max-width: 110px;
}
@media only screen and (max-width: 767px) {
  .products .container .cv-grid > div.image {
    position: sticky;
    left: 0px;
    background: white;
    max-width: 150px;
    width: 150px;
    height: 137px;
  }
  .products .container .cv-grid > div.image img {
    max-width: 80px;
    max-height: 80px;
  }
}
.products .container .cv-grid > div.quantity {
  width: 120px;
  padding-left: 10px;
}
.products .container .cv-grid > div.quantity .price-wrap {
  width: 100%;
  text-align: center;
}
.products .container .cv-grid > div.quantity .price-wrap .price {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.products .container .cv-grid > div span {
  text-align: left;
  display: inline-block;
  line-height: 13px;
  color: black;
}
@media only screen and (max-width: 767px) {
  .products .container .cv-grid > div span {
    line-height: 18px;
  }
}
.products .container .cv-grid > div:last-child {
  border-right: none;
}
.products .container .cv-grid.header {
  background: #025102;
  color: white;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .products .container .cv-grid.header {
    font-size: 15px;
    padding: 0px !important;
  }
}
.products .container .cv-grid.header.hide {
  display: none !important;
}
.products .container .cv-grid.header > div span {
  color: white;
}
@media only screen and (max-width: 767px) {
  .products .container .cv-grid.header .customise-columns {
    display: block !important;
  }
  .products .container .cv-grid.header .customise-columns span {
    color: #025102;
    font-size: 13px;
  }
}
.products .container .results-wrap {
  position: relative;
  padding: 0px;
  overflow: hidden;
}
.products .container .results-wrap.compare {
  overflow-x: scroll;
}
@media only screen and (max-width: 1024px) {
  .products .container .results-wrap.compare {
    margin-left: -12px;
    width: auto !important;
    margin-right: -12px;
  }
  .products .container .results-wrap.compare .results {
    width: 1600px !important;
  }
}
.products .container .results {
  padding: 0px;
  margin: 0px;
}
.products .container .results .item {
  display: flex;
  background: #F7FAF2 !important;
  box-shadow: none !important;
  margin-bottom: 10px;
  border-radius: 6px;
  padding-bottom: 10px;
}
.products .container .results .item:nth-child(even) {
  background: white !important;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.products .container .results .item.cv-grid {
  background: white !important;
  border: none;
}
@media only screen and (min-width: 768px) {
  .products .container .results .item.cv-grid {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .products .container .results .item.cv-grid {
    padding: 0px !important;
  }
}
.products .container .results .item.cv-grid:nth-child(even) {
  background: #F7FAF2 !important;
}
.products .container .results .item.cv-grid .product-image-wrap {
  width: 10% !important;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .products .container .results .product-style.mini-box .product-image-wrap {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products .container .results .product-style.mini-box .info {
    padding-right: 0px;
  }
}
.products .container .results .product-style.mini-box .product-tags {
  margin-bottom: 20px;
}
.products .container .results .product-style.mini-box .product-tags a.popular, .products .container .results .product-style.mini-box .product-tags span.popular {
  color: white !important;
  background: #F58522;
}
.products .container .results .product-style.mini-box .product-tags a.special-offer, .products .container .results .product-style.mini-box .product-tags span.special-offer {
  color: white !important;
  background: #2DA71F;
}
.products .container .results .product-style.mini-box .product-tags a.discontinued, .products .container .results .product-style.mini-box .product-tags span.discontinued {
  color: white !important;
  background: #F50D0D;
}

.comparison-columns-modal .form-check {
  margin-bottom: 20px;
}
.comparison-columns-modal .form-check .form-check-input {
  border-color: #F58522;
  border-radius: 0px !important;
  width: 18px;
  height: 19px;
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  background-image: url(../images/icons/minus-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
}
.comparison-columns-modal .form-check .form-check-input:checked {
  background-color: #F58522;
  border-color: #F58522;
  background-image: url(../images/icons/tick-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
}
.comparison-columns-modal .form-check .form-check-label {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  padding-left: 4px;
}
.comparison-columns-modal .modal-header {
  padding: 0px;
  border-bottom: none;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  color: #025102;
  position: relative;
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .comparison-columns-modal .modal-header {
    font-size: 16px;
    line-height: 22px;
  }
}
.comparison-columns-modal .modal-header:before {
  content: "";
  background: url(../images/icons/customise.svg) no-repeat center center;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .comparison-columns-modal .modal-header:before {
    left: 0px;
    top: 0px;
    background-size: 15px !important;
  }
}
.comparison-columns-modal .modal-body {
  padding: 0px;
}
.comparison-columns-modal .modal-body .wl-txt .subtitle {
  font-size: 15px;
}
.comparison-columns-modal .modal-body .your-columns {
  border-left: 1px solid #E2E2E2;
}
.comparison-columns-modal .modal-body .your-columns .chosen {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.comparison-columns-modal .modal-body .your-columns .chosen li {
  font-size: 13px;
  line-height: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.comparison-columns-modal .modal-body .your-columns .chosen li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 5px;
  background: url(../images/icons/euqals.svg) no-repeat center center;
}
.comparison-columns-modal .modal-body .your-columns .chosen li:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/icons/times.svg) no-repeat center center;
}
.comparison-columns-modal .modal-content {
  padding-left: 60px;
  padding-top: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .comparison-columns-modal .modal-content {
    padding: 20px !important;
  }
}
.comparison-columns-modal .modal-footer {
  border-top: none;
}

.community-minifeed {
  background: url(../images/backgrounds/background-02.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-top: 130px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .community-minifeed {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.community-minifeed:before {
  content: "";
  background: url(../images/backgrounds/slant-2.svg) no-repeat center top -1px;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: -11px;
  display: block;
}
.community-minifeed:after {
  content: "";
  background: url(../images/backgrounds/slant-1.svg) no-repeat center bottom -1px;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
}
.community-minifeed .intro {
  padding-bottom: 30px;
}
.community-minifeed .swiper {
  height: 100%;
}
.community-minifeed .swiper-slide {
  height: auto;
}
.community-minifeed .tile {
  background: white;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.community-minifeed .tile .info .title {
  font-size: 25px;
  line-height: 28px;
  color: #025102;
  font-weight: 700;
}

.review-item {
  min-height: 225px;
}
.review-item .detail {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.review-item .detail .name {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  color: #09320A;
}
.review-item .detail .stars {
  width: 83px;
  height: 11px;
  background: url(../images/icons/5-stars.svg) no-repeat center center;
  margin-left: 12px;
}
.review-item .desc {
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  color: #09320A;
  height: 100%;
}
.review-item .date-time {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #153B3A;
  opacity: 0.46;
  text-align: right;
}

.download-tiles.row {
  margin: 0px;
  padding: 0px;
}
.download-tiles .paginator {
  grid-template-columns: calc(33.3% - 10px) calc(33.3% - 10px) calc(33.3% - 10px);
  padding: 0;
  gap: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 767px) {
  .download-tiles .paginator {
    grid-template-columns: 100%;
  }
}
.download-tiles .paginator.current {
  display: grid !important;
}
.download-tiles .item {
  padding: 25px;
  background: url(../images/backgrounds/tile-bg-1.jpg) no-repeat center top;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 215px;
}
.download-tiles .item .tags {
  margin-bottom: 20px;
  width: auto;
  text-align: center;
}
.download-tiles .item .tags span {
  background: silver;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 13px;
  min-width: 100px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-right: 2px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}
.download-tiles .item .tags span.sustainability {
  color: #2DA71F !important;
  background: #F7FAF2;
}
.download-tiles .item .tags span.people-performance {
  color: #F58522 !important;
  background: #FCF8ED;
}
.download-tiles .item .tags span.health-safety {
  color: #6F20FF !important;
  background: #FBF7FF;
}
.download-tiles .item .title {
  font-size: 24px;
  line-height: 28px;
  color: white;
  font-weight: 700;
}
.download-tiles .item .download-btn {
  background: #F58522 url(../images/icons/download.svg) no-repeat center center;
  padding: 3px;
  width: 35px;
  height: 35px;
  display: block;
}

/* ENDLESS ROTATE */
.news-minifeed {
  padding-top: 0px;
  padding-bottom: 50px;
}
article.news-theme {
  border-radius: 10px;
}
article.news-theme + article {
  margin-top: 15px;
}
article.news-theme time {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #2DA71F;
}
article.news-theme .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
article.news-theme .excerpt {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  color: #025102;
}
article.news-theme .excerpt ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
article.news-theme .excerpt ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
article.news-theme .excerpt ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 5px;
}
article.news-theme .info {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  article.news-theme .info {
    padding-left: 0px;
    padding-top: 20px;
  }
}
article.large .article-heading-image img {
  max-width: 730px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  article.large .article-heading-image img {
    max-width: 100%;
  }
}
article.large time {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #2DA71F;
}
article.large .container {
  max-width: 1000px;
}

.articles.panels article.news-theme:nth-child(odd) {
  background: #F7FAF2;
}
.articles.panels article.news-theme:nth-child(even) {
  background: white;
  border: 1px solid #e8e8e8;
}
.articles.panels article.news-theme + artilce {
  margin-top: 15px;
}

.blend-mode {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  mix-blend-mode: hard-light;
  opacity: 93%;
}
.blend-mode.navy {
  background: #025102;
}
.blend-mode.navy:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #025102;
  mix-blend-mode: hard-light;
  opacity: 16%;
}

.bg-image-float {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-size: cover !important;
  background-position: center center !important;
}
.bg-image-float.bw {
  filter: grayscale(100%);
}

.col-tiles {
  display: grid;
  grid-template-columns: calc(33.3% - 10px) calc(33.3% - 10px) calc(33.3% - 10px);
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .col-tiles {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .col-tiles {
    grid-template-columns: 100%;
  }
}
.col-tiles article,
.col-tiles .item {
  background: white;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 0px;
  -webkit-transition: box-shadow 100ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: box-shadow 100ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: box-shadow 100ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: box-shadow 100ms cubic-bezier(0.45, 0, 0.55, 1);
}
.col-tiles article a,
.col-tiles .item a {
  text-decoration: none;
}
.col-tiles article .img,
.col-tiles .item .img {
  height: 200px;
  width: 100%;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  -webkit-transition: background-size 200ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: background-size 200ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: background-size 200ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: background-size 200ms cubic-bezier(0.45, 0, 0.55, 1);
}
@media only screen and (max-width: 767px) {
  .col-tiles article .img,
  .col-tiles .item .img {
    height: 50vw;
  }
}
.col-tiles article .img:before,
.col-tiles .item .img:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../images/backgrounds/slant-1.svg) no-repeat center bottom -1px;
  background-size: cover;
}
.col-tiles article .content,
.col-tiles .item .content {
  margin-bottom: 0px;
  padding: 40px;
  padding-top: 0px;
}
.col-tiles article .content .date,
.col-tiles .item .content .date {
  font-size: 16px;
  line-height: 25px;
  color: #2DA71F;
  margin-bottom: 0px;
}
.col-tiles article .content .title,
.col-tiles .item .content .title {
  font-size: 24px;
  line-height: 28px;
  color: #025102;
  font-weight: 700;
  margin-bottom: 10px;
}
.col-tiles article .content .desc,
.col-tiles .item .content .desc {
  font-size: 15px;
  line-height: 23px;
  color: #09320A;
}
.col-tiles article:hover,
.col-tiles .item:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.col-tiles article:hover .img,
.col-tiles .item:hover .img {
  background-size: 103%;
}
.col-tiles.products .item:nth-child(1) .img {
  background: url(../images/backgrounds/slant-2.png) no-repeat center bottom;
  background-size: cover;
}
.col-tiles.products .item:nth-child(2) .img {
  background: url(../images/backgrounds/slant-1.png) no-repeat center bottom;
  background-size: cover;
}
.col-tiles.products .item:nth-child(3) .img {
  background: url(../images/backgrounds/slant-3.png) no-repeat center bottom;
  background-size: cover;
}
.col-tiles.products .item .img {
  text-align: center;
}
.col-tiles.products .item .img:before {
  display: none;
}
.col-tiles.products .item .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.masking {
  position: absolute !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -90px;
}
@media only screen and (max-width: 767px) {
  .masking {
    left: -300px;
    right: -300px;
    width: auto !important;
  }
}
.masking.top {
  -webkit-mask: linear-gradient(#fff, #fff) bottom, url(/wp-content/themes/custom/images/top-curve-black.webp) top;
  -webkit-mask-size: 100% 96% !important;
  -webkit-mask-repeat: repeat-x !important;
}
.masking .elementor-widget-container {
  position: absolute !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
}
.masking.bottom .elementor-widget-container {
  -webkit-mask: linear-gradient(#fff, #fff) top, url(/wp-content/themes/custom/images/bottom-curve-black.webp) bottom;
  -webkit-mask-size: 100% 93% !important;
  -webkit-mask-repeat: repeat-x !important;
}
.basket-reveal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 480px;
  height: 100%;
  background: #F7FAF2;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -14px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
@media only screen and (max-width: 767px) {
  .basket-reveal {
    width: 90vw;
  }
}
.basket-reveal.active {
  transform: translateX(0px);
}
.basket-reveal .row {
  margin: 0px;
}
.basket-reveal .close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0px;
  right: 0px;
  background: #2DA71F url(../images/icons/remove.svg) no-repeat center center;
}
.basket-reveal .header {
  background: white;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.basket-reveal .header .product-image {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  height: 108px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
.basket-reveal .header .product-image img {
  max-height: 150px;
  max-height: 90px;
  max-width: 90px;
}
.basket-reveal .header .info {
  padding-right: 0px;
}
.basket-reveal .header .status {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.basket-reveal .header .status a {
  color: #2DA71F !important;
}
.basket-reveal .header .status i {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  flex: none;
  background-size: 12px !important;
}
.basket-reveal .header .status.added i {
  background: #2DA71F url(../images/icons/tick.svg) no-repeat center center;
}
.basket-reveal .header .status.removed i {
  background: #F50D0D url(../images/icons/tick.svg) no-repeat center center;
}
.basket-reveal .items {
  padding: 25px;
  overflow: scroll;
  height: 100vh;
  display: flex;
  align-content: flex-start;
  padding-bottom: 200px;
  padding-top: 15px;
}
.basket-reveal .items .notification {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #025102;
  margin-bottom: 0px;
}
.basket-reveal .items .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.basket-reveal .items .item.product-style {
  padding-top: 20px;
  padding-bottom: 10px;
}
.basket-reveal .items .item.product-style .product-image {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
.basket-reveal .items .item.product-style .product-image img {
  max-height: 150px;
  max-height: 90px;
  max-width: 90px;
}
.basket-reveal .items .item.product-style .info {
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .basket-reveal .items .item.product-style .info.side {
    display: flex;
    align-items: center;
  }
}
.basket-reveal .items .item.product-style .info .title {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
}
.basket-reveal .items .item.product-style .info .desc {
  font-size: 13px;
  line-height: 22px;
}
.basket-reveal .items .item.product-style .info .price-box .price-wrap {
  padding-right: 5px;
}
.basket-reveal .items .item.product-style .info .price-box .price-wrap .price {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 6px;
}
.basket-reveal .items .item.product-style .info .price-box .reduction .save-price {
  font-size: 12px;
  line-height: 13px;
}
.basket-reveal .items .item.product-style .info .price-box .reduction .was-price {
  font-size: 12px;
  line-height: 13px;
}
.basket-reveal .items .item.product-style .product-add {
  margin-top: 15px;
}
.basket-reveal .basket-footer {
  background: white;
  padding: 15px 30px;
  box-shadow: 0px -2px 9px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.basket-reveal .basket-footer .col-6 {
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}
.basket-reveal .basket-footer .col-6 a.continue-shopping {
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .basket-reveal .basket-footer .col-6 a.continue-shopping {
    font-size: 13px;
  }
}
.basket-reveal .basket-footer .btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.basket-reveal .ajax-return {
  -webkit-transition: filter 500ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: filter 500ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: filter 500ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: filter 500ms cubic-bezier(0.45, 0, 0.55, 1);
}
.basket-reveal .ajax-return .spinner-wrap {
  width: 100%;
  text-align: center;
}
.basket-reveal .ajax-return .spinner {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  animation: spinner 1.5s linear infinite;
  background-size: 30px;
  margin-top: 20px;
  background: url(../images/icons/spinner.png) no-repeat center center;
  background-size: 30px;
}
.basket-items-wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .basket-items-wrap {
    overflow: scroll;
  }
}
.basket-items-wrap .row {
  margin: 0px;
  padding: 0px;
}
.basket-items-wrap .basket-grid {
  display: flex !important;
  margin: 0px;
  font-size: 11px;
  padding: 5px;
  min-width: 1116px;
  align-items: center;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  border-bottom: 1px solid #E2E2E2;
}
.basket-items-wrap .basket-grid > div {
  display: flex;
  justify-content: flex-start;
  padding: 4px;
  height: 100%;
  align-items: center;
  color: #025102;
  text-align: left;
}
.basket-items-wrap .basket-grid > div.stock-code {
  width: 12%;
}
.basket-items-wrap .basket-grid > div.description {
  width: 16%;
}
.basket-items-wrap .basket-grid > div.image {
  width: 12%;
  justify-content: center;
}
.basket-items-wrap .basket-grid > div.image img {
  max-height: 80px;
}
.basket-items-wrap .basket-grid > div.description {
  width: 20%;
}
.basket-items-wrap .basket-grid > div.qty {
  width: 10%;
}
.basket-items-wrap .basket-grid > div.list-price {
  width: 12%;
}
.basket-items-wrap .basket-grid > div.offer-price {
  width: 12%;
}
.basket-items-wrap .basket-grid > div.total {
  width: 12%;
}
.basket-items-wrap .basket-grid > div.last-item, .basket-items-wrap .basket-grid > div.remove-item {
  width: 10%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .basket-items-wrap .basket-grid > div.last-item, .basket-items-wrap .basket-grid > div.remove-item {
    position: sticky;
    right: 0px;
    width: auto;
    padding: 0px;
    padding-left: 20px;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.basket-items-wrap .basket-grid > div.last-item .btn, .basket-items-wrap .basket-grid > div.remove-item .btn {
  width: 22px;
  height: 22px;
  background: #2DA71F url(../images/icons/remove.svg) no-repeat center center;
  display: block;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
}
.basket-items-wrap .basket-grid > div.last-item .btn:hover, .basket-items-wrap .basket-grid > div.remove-item .btn:hover {
  background-color: #F58522;
}
.basket-items-wrap .basket-grid > div span {
  text-align: left;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #025102;
}
.basket-items-wrap .basket-grid > div:last-child {
  border-right: none;
}
.basket-items-wrap .basket-grid.header > div span {
  font-weight: 800;
}

.basket-details {
  margin-bottom: 40px;
}
.basket-details .button-wrap .wl-btn {
  margin-bottom: 10px;
}
.basket-details .basket-total-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.basket-details .subtotal {
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.basket-details .subtotal .title {
  width: 100px;
  font-weight: 600;
}
.basket-details .subtotal .value {
  width: 70px;
}
.basket-details .total-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
  width: 390px;
}
.basket-details .total-wrap .title {
  font-size: 30px;
  line-height: 55px;
  font-weight: 600;
  color: #2DA71F;
}
.basket-details .total-wrap .price {
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  color: #025102;
  margin-left: 10px;
}
.basket-details .message {
  font-size: 13px;
  line-height: 21px;
}
.basket-details .proceed-to-checkout {
  width: 205px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.basket-details .proceed-to-checkout .secure-payment {
  margin-top: 10px;
  width: 165px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.added-floater {
  width: 30px;
  height: 30px;
  background: #2DA71F;
  position: absolute;
  -webkit-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), left 300ms cubic-bezier(0.45, 0, 0.55, 1), top 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), left 300ms cubic-bezier(0.45, 0, 0.55, 1), top 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), left 300ms cubic-bezier(0.45, 0, 0.55, 1), top 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 300ms cubic-bezier(0.45, 0, 0.55, 1), left 300ms cubic-bezier(0.45, 0, 0.55, 1), top 300ms cubic-bezier(0.45, 0, 0.55, 1), opacity 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
.added-floater.active {
  transform: scale(10%);
  opacity: 0;
}

.basket-page .search-products .wl-txt .subtitle {
  position: relative;
  top: -10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-left: 10px;
}
.basket-page .saved-items .items {
  margin-left: -5px;
  margin-right: -5px;
}
.basket-page .saved-items .items .item {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
}
@media only screen and (max-width: 1024px) {
  .basket-page .saved-items .items .item {
    width: calc(33.3% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .basket-page .saved-items .items .item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 400px) {
  .basket-page .saved-items .items .item {
    width: 100%;
  }
}
.basket-page .saved-items .items .item.product-style.mini-box {
  box-shadow: none;
  border: 1px solid #EBEBEB;
  padding: 10px 20px;
}
.basket-page .saved-items .items .item.product-style.mini-box .product-image-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.basket-page .saved-items .items .item.product-style.mini-box .product-image-wrap img {
  max-height: 170px;
}
.basket-page .saved-items .items .item.product-style.mini-box .info {
  padding-right: 0px;
}
.basket-page .saved-items .items .item.product-style.mini-box .price-box {
  align-items: center;
  margin-bottom: 10px;
}
.basket-page .saved-items .items .item.product-style.mini-box .price-box .price-wrap .price {
  margin-bottom: 0px;
}
.basket-page .saved-items .items .item.product-style.mini-box .price-box .reduction .save-price {
  font-size: 14px;
  line-height: 14px;
}

.addr-dropdown {
  position: relative;
  width: 100%;
  user-select: none;
  font-family: "DM Sans", sans-serif;
}

.addr-dropdown-btn {
  width: 100%;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.addr-dropdown-btn:hover,
.addr-dropdown-open .addr-dropdown-btn {
  border-color: #4a7cf6;
  box-shadow: 0 0 0 3px rgba(74, 124, 246, 0.12);
}

.addr-dropdown-btn-label {
  text-align: left;
  flex: 1;
  min-width: 0;
}

.addr-dropdown-btn-label .line1 {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addr-dropdown-btn-label .line2 {
  display: block;
  font-size: 0.78rem;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addr-dropdown-btn-label.placeholder .line1 {
  color: #aaa;
  font-weight: 400;
}

.addr-dropdown-chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #aaa;
  transition: transform 0.2s;
}

.addr-dropdown-open .addr-dropdown-chevron {
  transform: rotate(180deg);
  color: #4a7cf6;
}

.addr-dropdown-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.15s, transform 0.15s;
}

.addr-dropdown-open .addr-dropdown-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.addr-dropdown-list-inner {
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}

.addr-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.1s;
}

.addr-option:hover {
  background: #f5f7ff;
}

.addr-option-selected {
  background: #eef2ff;
}

.addr-option-icon {
  flex-shrink: 0;
  margin-top: 2px;
  width: 28px;
  height: 28px;
  background: #eef2ff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a7cf6;
}

.addr-option--selected .addr-option-icon {
  background: #4a7cf6;
  color: #fff;
}

.addr-option-text {
  flex: 1;
  min-width: 0;
}

.addr-option-street {
  font-size: 0.88rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
}

.addr-option-city {
  font-size: 0.78rem;
  color: #888;
  margin-top: 1px;
}

.addr-option-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #4a7cf6;
  margin-top: 3px;
}

.addr-dropdown-empty {
  padding: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
}

.basket-items-wrap .basket-grid > div span.required-accessory {
  margin-top: 0.5rem;
  color: #f38322;
  font-weight: bold;
}

.basket-items-wrap .basket-grid > div span.recommended-accessory {
  margin-top: 0.5rem;
  color: #9ec757;
  font-weight: bold;
}

.search-products .live-search-results {
  width: 100%;
  background: white;
  margin-top: 5px;
}
.search-products .live-search-results .title {
  font-size: 18px;
  line-height: 28px;
  color: #2DA71F;
  font-weight: 600;
}
.search-products .live-search-results .categories-list {
  padding: 20px;
}
.search-products .live-search-results .categories-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 15px;
  line-height: 28px;
}
.search-products .live-search-results .categories-list ul li {
  margin-bottom: 0px;
}
.search-products .live-search-results .products-list {
  border-top: 1px solid #E2E2E2;
  padding: 20px;
  position: relative;
}
.search-products .live-search-results .products-list .item {
  width: 100%;
  position: relative;
  display: flex;
}
.search-products .live-search-results .products-list .item img {
  width: 30%;
}
.search-products .live-search-results .products-list .item .detail {
  width: 70%;
  font-size: 15px;
  line-height: 28px;
  padding-left: 20px;
}
.search-products .live-search-results .products-list .item .detail .name {
  font-weight: 600;
  margin-bottom: 0px;
}
.search-products .live-search-results .products-list .item .detail .sku {
  margin-bottom: 0px;
}
.search-products .live-search-results a {
  text-decoration: none;
  color: inherit;
}
.search-products .tabbed-items .nav {
  padding-top: 5px;
  font-size: 13px;
  line-height: 16px;
}

.form-check-input {
  border-color: #F58522;
  position: relative;
  top: -1px;
  font-size: 13px;
}
.form-check-input[type=radio]:checked {
  background: url(../images/icons/checked.svg) no-repeat center center;
  border-color: #F58522;
}
.form-check-input[type=checkbox]:focus {
  border-color: #F58522;
}
.form-check-input[type=checkbox]:checked {
  border-color: #F58522;
  background-color: #F58522;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input.green {
  border-color: #2DA71F;
}
.form-check-input.green:checked {
  background: url(../images/icons/checked-green.svg) no-repeat center center;
  border-color: #2DA71F;
}

.form-switch {
  padding-left: 0px;
}
.form-switch .form-check-input {
  height: 16px;
  width: 30px;
  margin-left: 0px;
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%F58522'/%3e%3c/svg%3e);
}

.form-control {
  border-color: #2DA71F !important;
  border-radius: 0px;
  font-size: 15px;
  line-height: 25px;
  color: #153B3A;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 7px;
}
.form-control:focus {
  box-shadow: none;
}

.input-group-text {
  border: 1px solid #2DA71F !important;
  background-color: #2DA71F !important;
  color: white;
  border-radius: 0px;
  height: 100%;
}

button {
  outline: none;
}
button[type=submit] {
  border: none;
}

.form-basic .form-control {
  border: none !important;
  font-size: 14px;
}

.wl-form button {
  outline: none;
}
.wl-form button[type=submit] {
  border: none;
}
.wl-form button[type=submit].search-icon {
  border: 1px solid #2DA71F !important;
  background: #2DA71F url(../images/icons/search-white.svg) no-repeat center center !important;
  color: white;
  border-radius: 0px;
  height: 100%;
  width: 43px;
  padding: 0px;
  justify-content: center;
}
.wl-form button[type=submit].search-icon:hover {
  background-color: #F58522 !important;
  border-color: #F58522 !important;
}

.footer-brands {
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-brands .footer-swiper {
  overflow: visible;
}
.footer-brands .footer-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.footer-brands .footer-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}
.footer-brands .footer-swiper .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 120px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.footer-brands .footer-swiper .swiper-slide:hover {
  opacity: 1;
}
.footer-brands .footer-swiper .swiper-slide:hover img {
  -webkit-filter: none;
  filter: none;
}

.footer-banner {
  background: url(../images/backgrounds/footer-logo-bg.png) no-repeat center top;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 30px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .footer-banner {
    background: url(../images/backgrounds/footer-logo-bg-mob.png) no-repeat center top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.footer-banner .d-flex {
  justify-content: center;
  border-right: 1px solid white;
}
@media only screen and (max-width: 767px) {
  .footer-banner .d-flex {
    border-right: none;
  }
}
.footer-banner .d-flex:last-child {
  border-right: none;
}
.footer-banner .txt-wrap {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 600;
}

footer.main {
  background: #063A00;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
  color: white;
}
@media only screen and (max-width: 767px) {
  footer.main {
    margin-top: -70px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  footer.main .container .logo-wrap {
    text-align: center;
  }
}
footer.main .container .logo-wrap .subscribe-wrap {
  margin-bottom: 30px;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  footer.main .container .logo-wrap .subscribe-wrap {
    padding-left: 0px;
  }
}
footer.main .container .social-box {
  margin-left: -13px;
}
footer.main .container .title {
  font-size: 13px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  color: #2DA71F;
}
@media only screen and (max-width: 767px) {
  footer.main .container .title {
    margin-bottom: 0px;
  }
}
footer.main .container .title a {
  text-decoration: none;
}
footer.main .container ul.links {
  list-style: none;
  font-size: 13px;
  line-height: 27px;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  footer.main .container ul.links {
    font-weight: 600;
  }
}
footer.main .container ul.links li a {
  text-decoration: none;
}
footer.main .copyright {
  margin-left: 0px;
  margin-right: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}
footer.main .copyright .col {
  padding-left: 0px;
  padding-right: 0px;
}

.my-account .sidebar {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.my-account .sidebar:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 3000px;
  background: white;
}
.my-account .sidebar .options {
  position: relative;
  z-index: 1;
}
.my-account .sidebar .options .wl-txt .subtitle {
  margin-bottom: 0px;
}
.my-account .sidebar .options .wl-txt .desc p a {
  text-decoration: none;
}
.my-account .sidebar .options ul.items {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 43px;
}
.my-account .sidebar .options ul.items li a {
  text-decoration: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.my-account .sidebar .options ul.items li a:hover, .my-account .sidebar .options ul.items li a.current {
  color: #2DA71F !important;
}
.my-account .sidebar .options ul.items li a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  position: relative;
  margin-right: 8px;
}
.my-account .sidebar .options ul.items li.account a:before {
  background: url(../images/icons/account/account.svg) no-repeat center center;
}
.my-account .sidebar .options ul.items li.orders a:before {
  background: url(../images/icons/account/orders.svg) no-repeat center center;
}
.my-account .sidebar .options ul.items li.quotes a:before {
  background: url(../images/icons/calculate-green.svg) no-repeat 4px 0px;
  background-size: 24px;
}
.my-account .sidebar .options ul.items li.buy a:before {
  background: url(../images/icons/account/buy.svg) no-repeat center center;
}
.my-account .sidebar .options ul.items li.details a:before {
  background: url(../images/icons/account/details.svg) no-repeat center center;
}
.my-account .sidebar .options ul.items li.security a:before {
  background: url(../images/icons/account/security.svg) no-repeat center center;
}
.my-account .sidebar .options ul.items li.wishlist a:before {
  background: url(../images/icons/account/wishlist.svg) no-repeat center center;
}
.my-account .sidebar .options ul.items li.help a:before {
  background: url(../images/icons/account/help.svg) no-repeat center center;
}
.my-account .content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .my-account .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.my-account .content .heading i {
  content: "";
  display: inline-block;
  width: 38px;
  height: 32px;
  position: relative;
  margin-right: 8px;
}
.my-account .content .heading i.orders {
  background: url(../images/icons/account/orders.svg) no-repeat center center;
  background-size: 48px;
  top: 5px;
}
.my-account .content .row {
  margin-left: 0px;
  margin-right: 0px;
}
.my-account .content .orders {
  width: 100%;
  position: relative;
}
.my-account .content .orders .item {
  flex-wrap: wrap;
  display: flex;
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.my-account .content .orders .item .status .title {
  color: black;
  margin-bottom: 5px;
}
.my-account .content .orders .item .status .title .date {
  color: #2DA71F;
}
.my-account .content .orders .item .status .announcement {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  color: #2DA71F;
  font-weight: 800;
}
.my-account .content .orders .item .status .progress {
  height: 7px;
  margin-bottom: 20px;
}
.my-account .content .orders .item .status .progress .progress-bar {
  background: #2DA71F;
}
.my-account .content .orders .item .gallery {
  display: grid;
  grid-template-columns: calc(33.3% - 8px) calc(33.3% - 8px) calc(33.3% - 8px);
  column-gap: 12px;
  margin-bottom: 20px;
}
.my-account .content .orders .item .gallery .img {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  height: 108px;
  position: relative;
  overflow: hidden;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.my-account .content .orders .item .gallery .img .view-more {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.47);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: background 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -moz-transition: background 300ms cubic-bezier(0.45, 0, 0.55, 1);
  -o-transition: background 300ms cubic-bezier(0.45, 0, 0.55, 1);
  transition: background 300ms cubic-bezier(0.45, 0, 0.55, 1);
}
.my-account .content .orders .item .gallery .img .view-more:hover {
  background: rgba(0, 0, 0, 0.67);
}
.my-account .content .orders .item .gallery .img .view-more span {
  font-size: 21px;
  line-height: 21px;
  color: white;
  font-weight: 800;
}
.my-account .content .orders .item .btn-wrap {
  justify-content: flex-end;
  display: flex;
}
.my-account .content .orders .item .btn-wrap .wl-btn {
  align-self: flex-start;
}

.profiles .intro .title {
  font-size: 35px;
  font-weight: 600;
  color: #2DA71F;
}
.profiles .set {
  margin-bottom: 50px;
}
.profiles .profile {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.profiles .profile .image {
  width: 168px;
  height: 168px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: center;
}
.profiles .profile p {
  margin-bottom: 0px;
}
.profiles .profile .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #025102;
}
.profiles .profile .position {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #2DA71F;
}

.modal.team .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal.team .modal-dialog .modal-content .modal-body .row {
  height: 100%;
}
.modal.team .modal-dialog .modal-content .modal-body .row .image {
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .modal.team .modal-dialog .modal-content .modal-body .row .image {
    height: 300px;
  }
}
.modal.team .modal-dialog .modal-content .modal-body .row .info {
  height: 324px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 60px;
  overflow: scroll;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .name {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #025102;
  margin-bottom: 10px;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .position {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  color: #2DA71F;
  margin-bottom: 20px;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .social-box {
  margin-bottom: 20px;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .social-box a {
  width: 34px;
  height: 34px;
  line-height: 29px;
  margin-left: 0px;
  margin-right: 3px;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .social-box a svg {
  max-height: 14px;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .about {
  font-size: 17px;
  line-height: 25px;
  color: #025102;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .about p {
  margin-bottom: 17px;
}
.modal.team .modal-dialog .modal-content .modal-body .row .info .about strong {
  font-weight: 600;
}

/*# sourceMappingURL=core.css.map */
