@import url(//fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900);
@import url(//fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);

.sub-menu,
.toolbar-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin-top: -7px !important;
  padding: 10px 0 !important;
  border: 1px solid #e1e7ec;
  border-radius: 5px;
  background-color: #ffffff;
  line-height: 1.5;
}

.sub-menu > li,
.toolbar-dropdown > li {
  display: block;
  position: relative;
}

.sub-menu > li > a,
.toolbar-dropdown > li > a {
  display: block;
  padding: 5px 20px !important;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.sub-menu > li > a > i,
.toolbar-dropdown > li > a > i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 6px;
  font-size: .9em;
  vertical-align: middle;
}

.sub-menu > li.sub-menu-title,
.toolbar-dropdown > li.sub-menu-title {
  padding: 4px 20px 6px;
  color: #9da9b9;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.sub-menu > li.sub-menu-title > span,
.toolbar-dropdown > li.sub-menu-title > span {
  font-weight: normal;
}

.sub-menu > li.sub-menu-separator,
.toolbar-dropdown > li.sub-menu-separator {
  margin-top: 5px;
  margin-bottom: 3px;
  border-top: 1px solid #e1e7ec;
}

.sub-menu > li:hover > a,
.toolbar-dropdown > li:hover > a {
  color: #96c950;
}

.sub-menu > li.active > a,
.toolbar-dropdown > li.active > a {
  color: #1e8e20;
}

.sub-menu > li.has-children > a,
.toolbar-dropdown > li.has-children > a {
  padding-right: 35px !important;
}

.sub-menu > li.has-children > a::after,
.toolbar-dropdown > li.has-children > a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .32em solid;
  content: '';
}

.sub-menu > li > .sub-menu,
.toolbar-dropdown > li > .sub-menu {
  top: -4px;
  left: 100%;
  margin-left: -5px;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px !important;
  border: 1px solid #e1e7ec;
  background-color: #ffffff;
  table-layout: fixed;
}

.mega-menu > li {
  display: table-cell !important;
  position: relative;
  padding: 25px !important;
  border-left: 1px solid #e1e7ec;
  vertical-align: top;
}

.mega-menu > li .mega-menu-title {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e7ec;
  color: #9da9b9;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

.mega-menu > li:first-child {
  border-left: 0;
}

.mega-menu .sub-menu {
  display: block !important;
  position: relative;
  width: 100%;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.mega-menu .sub-menu > li > a {
  padding: 5px 0 !important;
}

.offcanvas-menu {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas-menu ul.menu {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.offcanvas-menu ul.menu.off-view {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.offcanvas-menu ul.menu.in-view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.offcanvas-menu ul li {
  display: block;
}

.offcanvas-menu ul li a {
  display: block;
  padding: 15px 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
}

.offcanvas-menu ul li a:hover {
  color: #96c950;
}

.offcanvas-menu ul li.back-btn > a {
  background-color: #232323;
  color: #ffffff;
}

.offcanvas-menu ul li.back-btn > a::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: .32em solid transparent;
  border-right: .37em solid;
  border-bottom: .32em solid transparent;
  content: '';
  opacity: .75;
}

.offcanvas-menu ul li.active > a {
  color: #1e8e20;
}

.offcanvas-menu ul li.has-children > span {
  display: block;
  position: relative;
  width: 100%;
}

.offcanvas-menu ul li.has-children > span > a {
  padding-right: 65px;
}

.offcanvas-menu ul li.has-children.active > span > a {
  color: #1e8e20;
}

.offcanvas-menu ul li.has-children .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  height: calc(100% - 1px);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  z-index: 1;
}

.offcanvas-menu ul li.has-children .sub-menu-toggle::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: .35em solid transparent;
  border-bottom: .35em solid transparent;
  border-left: .4em solid;
  content: '';
}

.offcanvas-menu ul li.has-children .sub-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.offcanvas-menu ul li.has-children > .offcanvas-submenu.off-view {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

@-webkit-keyframes submenu-show {
  from {
    -webkit-transform: scale(0.9);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes submenu-show {
  from {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes megamenu-show {
  from {
    -webkit-transform: translate3d(0, -9px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes megamenu-show {
  from {
    -webkit-transform: translate3d(0, -9px, 0);
            transform: translate3d(0, -9px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes zoomScale {
  0% {
    -webkit-transform: scale(1.2) rotate(0.02deg);
            transform: scale(1.2) rotate(0.02deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0.02deg);
            transform: scale(1) rotate(0.02deg);
  }
}

@-webkit-keyframes zoomScale {
  0% {
    -webkit-transform: scale(1.2) rotate(0.02deg);
            transform: scale(1.2) rotate(0.02deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0.02deg);
            transform: scale(1) rotate(0.02deg);
  }
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-position: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #525252;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
}

a {
  color: #96c950;
  text-decoration: none;
}

a:hover {
  color: #96c950;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.small,
small {
  font-size: 85%;
}

.navi-link,
.navi-link-light {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  text-decoration: none;
}

.navi-link:hover,
.navi-link-light:hover {
  color: #96c950;
}

.navi-link-light {
  color: #2b2b2b;
}

img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
}

/* Responsive iframes */

iframe {
  width: 100%;
}

/* Box Model */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #e1e7ec;
}

hr.hr-light {
  border-top-color: rgba(82, 82, 82, 0.08);
}

pre {
  display: block;
  padding: 15px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background-color: #FCFEFF;
}

::-moz-selection {
  background: #2b2b2b;
  color: #ffffff;
}

::selection {
  background: #2b2b2b;
  color: #ffffff;
}

::-moz-selection {
  background: #2b2b2b;
  color: #ffffff;
}

figure {
  position: relative;
  margin: 0;
}

figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  font-size: 14px;
}

/* Bootstrap Overrides */

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
}

.container-fluid {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

.close {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  border: 0;
  background: 0;
  color: #525252;
  font-size: 18px;
  cursor: pointer;
}

.close:hover {
  opacity: .6;
}

.icon-medal {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDAzIDUxMi4wMDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDMgNTEyLjAwMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjU2LjAwMSw2NGMtNzAuNTkyLDAtMTI4LDU3LjQwOC0xMjgsMTI4czU3LjQwOCwxMjgsMTI4LDEyOHMxMjgtNTcuNDA4LDEyOC0xMjhTMzI2LjU5Myw2NCwyNTYuMDAxLDY0eiAgICAgIE0yNTYuMDAxLDI5OC42NjdjLTU4LjgxNiwwLTEwNi42NjctNDcuODUxLTEwNi42NjctMTA2LjY2N1MxOTcuMTg1LDg1LjMzMywyNTYuMDAxLDg1LjMzM1MzNjIuNjY4LDEzMy4xODQsMzYyLjY2OCwxOTIgICAgIFMzMTQuODE3LDI5OC42NjcsMjU2LjAwMSwyOTguNjY3eiIgZmlsbD0iIzYwNjk3NSIvPgoJCQk8cGF0aCBkPSJNMzg1LjY0NCwzMzMuMjA1YzM4LjIyOS0zNS4xMzYsNjIuMzU3LTg1LjMzMyw2Mi4zNTctMTQxLjIwNWMwLTEwNS44NTYtODYuMTIzLTE5Mi0xOTItMTkycy0xOTIsODYuMTQ0LTE5MiwxOTIgICAgIGMwLDU1Ljg1MSwyNC4xMjgsMTA2LjA2OSw2Mi4zMzYsMTQxLjE4NEw2NC42ODQsNDk3LjZjLTEuNTM2LDQuMTE3LTAuNDA1LDguNzI1LDIuODM3LDExLjY2OSAgICAgYzIuMDI3LDEuNzkyLDQuNTY1LDIuNzMxLDcuMTQ3LDIuNzMxYzEuNjIxLDAsMy4yNDMtMC4zNjMsNC43NzktMS4xMDlsNzkuNzg3LTM5Ljg5M2w1OC44NTksMzkuMjMyICAgICBjMi42ODgsMS43OTIsNi4xMDEsMi4yNCw5LjE5NSwxLjI4YzMuMDkzLTEuMDAzLDUuNTY4LTMuMzQ5LDYuNjk5LTYuNGwyMy4yOTYtNjIuMTQ0bDIwLjU4Nyw2MS43MzkgICAgIGMxLjA2NywzLjE1NywzLjU0MSw1LjYzMiw2LjY3Nyw2LjcyYzMuMTM2LDEuMDY3LDYuNTkyLDAuNjQsOS4zNjUtMS4yMTZsNTguODU5LTM5LjIzMmw3OS43ODcsMzkuODkzICAgICBjMS41MzYsMC43NjgsMy4xNTcsMS4xMzEsNC43NzksMS4xMzFjMi41ODEsMCw1LjEyLTAuOTM5LDcuMTI1LTIuNzUyYzMuMjY0LTIuOTIzLDQuMzczLTcuNTUyLDIuODM3LTExLjY2OUwzODUuNjQ0LDMzMy4yMDV6ICAgICAgTTI0Ni4wMTcsNDEyLjI2N2wtMjcuMjg1LDcyLjc0N2wtNTIuODIxLTM1LjJjLTMuMi0yLjExMi03LjMxNy0yLjM4OS0xMC42ODgtMC42NjFMOTQuMTg4LDQ3OS42OGw0OS41NzktMTMyLjIyNCAgICAgYzI2Ljg1OSwxOS40MzUsNTguNzk1LDMyLjIxMyw5My41NDcsMzUuNjA1TDI0Ni43LDQxMS4yQzI0Ni40ODcsNDExLjU2MywyNDYuMTY3LDQxMS44NCwyNDYuMDE3LDQxMi4yNjd6IE0yNTYuMDAxLDM2Mi42NjcgICAgIEMxNjEuOSwzNjIuNjY3LDg1LjMzNSwyODYuMTAxLDg1LjMzNSwxOTJTMTYxLjksMjEuMzMzLDI1Ni4wMDEsMjEuMzMzUzQyNi42NjgsOTcuODk5LDQyNi42NjgsMTkyICAgICBTMzUwLjEwMywzNjIuNjY3LDI1Ni4wMDEsMzYyLjY2N3ogTTM1Ni43NTksNDQ5LjEzMWMtMy40MTMtMS43MjgtNy41MDktMS40NzItMTAuNjg4LDAuNjYxbC01Mi4zNzMsMzQuOTIzbC0zMy42NDMtMTAwLjkyOCAgICAgYzQwLjM0MS0wLjg1Myw3Ny41ODktMTQuMTg3LDEwOC4xNi0zNi4zMzFsNDkuNTc5LDEzMi4yMDNMMzU2Ljc1OSw0NDkuMTMxeiIgZmlsbD0iIzYwNjk3NSIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 14px;
  line-height: 1;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-static {
  position: static !important;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.w-90 {
  width: 90px !important;
}

.w-110 {
  width: 110px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-270 {
  width: 270px !important;
}

.w-300 {
  width: 300px !important;
}

.border-default {
  border: 1px solid #e1e7ec;
}

.border-default.border-light {
  border-color: rgba(255, 255, 255, 0.12);
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 7px;
}

.rounded-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.rounded-right {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.rounded-bottom {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.rounded-left {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.img-thumbnail {
  padding: 5px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background-color: #ffffff;
}

.img-thumbnail.rounded-circle {
  border-radius: 50%;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[class^='col-'] .img-cover {
  left: 15px;
  width: calc(100% - 30px);
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-90 {
  opacity: .9 !important;
}

.opacity-80 {
  opacity: .8 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-60 {
  opacity: .6 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-15 {
  opacity: .15 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.text-muted {
  color: #9da9b9 !important;
}

.text-primary {
  color: #96c950 !important;
}

.text-info {
  color: #9aa0a2 !important;
}

.text-warning {
  color: #e6731d !important;
}

.text-success {
  color: #1e8e20 !important;
}

.text-danger {
  color: #d04137 !important;
}

.text-gray-dark {
  color: #2b2b2b !important;
}

.text-body {
  color: #525252 !important;
}

.text-light,
.text-white {
  color: #ffffff !important;
}

.text-highlighted {
  background-color: #fff8b0 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-crossed {
  text-decoration: line-through !important;
}

.text-shadow {
  text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;
}

.text-black {
  font-weight: 500 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-thin {
  font-weight: 300 !important;
}

.text-uppercase {
  letter-spacing: .04em;
}

.bg-primary {
  background-color: #96c950 !important;
}

.bg-success {
  background-color: #1e8e20 !important;
}

.bg-info {
  background-color: #9aa0a2 !important;
}

.bg-warning {
  background-color: #e6731d !important;
}

.bg-danger {
  background-color: #d04137 !important;
}

.bg-inverse {
  background-color: #2b2b2b !important;
}

.bg-faded {
  background-color: #FCFEFF !important;
}

.bg-dark {
  background-color: #2b2b2b !important;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.bg-outline {
  outline: 3px solid #fff;
  outline-offset: -10px;
}

.line-green {
  border-top: 3px solid #96c950;
  border-bottom: 3px solid #96c950;
}

.owl-stage {
  margin: 0 auto;
}

.padding-top-1x {
  padding-top: 24px !important;
}

@media (max-width: 768px) {
  .padding-top-1x {
    padding-top: 16px !important;
  }
}

.padding-top-2x {
  padding-top: 48px !important;
}

@media (max-width: 768px) {
  .padding-top-2x {
    padding-top: 32px !important;
  }
}

.padding-top-3x {
  padding-top: 72px !important;
}

@media (max-width: 768px) {
  .padding-top-3x {
    padding-top: 48px !important;
  }
}

.padding-top-4x {
  padding-top: 96px !important;
}

@media (max-width: 768px) {
  .padding-top-4x {
    padding-top: 64px !important;
  }
}

.padding-top-5x {
  padding-top: 120px !important;
}

@media (max-width: 768px) {
  .padding-top-5x {
    padding-top: 80px !important;
  }
}

.padding-top-6x {
  padding-top: 144px !important;
}

@media (max-width: 768px) {
  .padding-top-6x {
    padding-top: 96px !important;
  }
}

.padding-top-7x {
  padding-top: 168px !important;
}

@media (max-width: 768px) {
  .padding-top-7x {
    padding-top: 112px !important;
  }
}

.padding-top-8x {
  padding-top: 192px !important;
}

@media (max-width: 768px) {
  .padding-top-8x {
    padding-top: 128px !important;
  }
}

.padding-top-9x {
  padding-top: 216px !important;
}

@media (max-width: 768px) {
  .padding-top-9x {
    padding-top: 144px !important;
  }
}

.padding-top-10x {
  padding-top: 240px !important;
}

@media (max-width: 768px) {
  .padding-top-10x {
    padding-top: 160px !important;
  }
}

.padding-bottom-1x {
  padding-bottom: 24px !important;
}

@media (max-width: 768px) {
  .padding-bottom-1x {
    padding-bottom: 16px !important;
  }
}

.padding-bottom-2x {
  padding-bottom: 48px !important;
}

@media (max-width: 768px) {
  .padding-bottom-2x {
    padding-bottom: 32px !important;
  }
}

.padding-bottom-3x {
  padding-bottom: 72px !important;
}

@media (max-width: 768px) {
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
}

.padding-bottom-4x {
  padding-bottom: 96px !important;
}

@media (max-width: 768px) {
  .padding-bottom-4x {
    padding-bottom: 64px !important;
  }
}

.padding-bottom-5x {
  padding-bottom: 120px !important;
}

@media (max-width: 768px) {
  .padding-bottom-5x {
    padding-bottom: 80px !important;
  }
}

.padding-bottom-6x {
  padding-bottom: 144px !important;
}

@media (max-width: 768px) {
  .padding-bottom-6x {
    padding-bottom: 96px !important;
  }
}

.padding-bottom-7x {
  padding-bottom: 168px !important;
}

@media (max-width: 768px) {
  .padding-bottom-7x {
    padding-bottom: 112px !important;
  }
}

.padding-bottom-8x {
  padding-bottom: 192px !important;
}

@media (max-width: 768px) {
  .padding-bottom-8x {
    padding-bottom: 128px !important;
  }
}

.padding-bottom-9x {
  padding-bottom: 216px !important;
}

@media (max-width: 768px) {
  .padding-bottom-9x {
    padding-bottom: 144px !important;
  }
}

.padding-bottom-10x {
  padding-bottom: 240px !important;
}

@media (max-width: 768px) {
  .padding-bottom-10x {
    padding-bottom: 160px !important;
  }
}

.margin-top-1x {
  margin-top: 24px !important;
}

@media (max-width: 768px) {
  .margin-top-1x {
    margin-top: 16px !important;
  }
}

.margin-top-2x {
  margin-top: 48px !important;
}

@media (max-width: 768px) {
  .margin-top-2x {
    margin-top: 32px !important;
  }
}

.margin-top-3x {
  margin-top: 72px !important;
}

@media (max-width: 768px) {
  .margin-top-3x {
    margin-top: 48px !important;
  }
}

.margin-top-4x {
  margin-top: 96px !important;
}

@media (max-width: 768px) {
  .margin-top-4x {
    margin-top: 64px !important;
  }
}

.margin-top-5x {
  margin-top: 120px !important;
}

@media (max-width: 768px) {
  .margin-top-5x {
    margin-top: 80px !important;
  }
}

.margin-top-6x {
  margin-top: 144px !important;
}

@media (max-width: 768px) {
  .margin-top-6x {
    margin-top: 96px !important;
  }
}

.margin-top-7x {
  margin-top: 168px !important;
}

@media (max-width: 768px) {
  .margin-top-7x {
    margin-top: 112px !important;
  }
}

.margin-top-8x {
  margin-top: 192px !important;
}

@media (max-width: 768px) {
  .margin-top-8x {
    margin-top: 128px !important;
  }
}

.margin-top-9x {
  margin-top: 216px !important;
}

@media (max-width: 768px) {
  .margin-top-9x {
    margin-top: 144px !important;
  }
}

.margin-top-10x {
  margin-top: 240px !important;
}

@media (max-width: 768px) {
  .margin-top-10x {
    margin-top: 160px !important;
  }
}

.margin-bottom-1x {
  margin-bottom: 24px !important;
}

@media (max-width: 768px) {
  .margin-bottom-1x {
    margin-bottom: 16px !important;
  }
}

.margin-bottom-2x {
  margin-bottom: 48px !important;
}

@media (max-width: 768px) {
  .margin-bottom-2x {
    margin-bottom: 32px !important;
  }
}

.margin-bottom-3x {
  margin-bottom: 72px !important;
}

@media (max-width: 768px) {
  .margin-bottom-3x {
    margin-bottom: 48px !important;
  }
}

.margin-bottom-4x {
  margin-bottom: 96px !important;
}

@media (max-width: 768px) {
  .margin-bottom-4x {
    margin-bottom: 64px !important;
  }
}

.margin-bottom-5x {
  margin-bottom: 120px !important;
}

@media (max-width: 768px) {
  .margin-bottom-5x {
    margin-bottom: 80px !important;
  }
}

.margin-bottom-6x {
  margin-bottom: 144px !important;
}

@media (max-width: 768px) {
  .margin-bottom-6x {
    margin-bottom: 96px !important;
  }
}

.margin-bottom-7x {
  margin-bottom: 168px !important;
}

@media (max-width: 768px) {
  .margin-bottom-7x {
    margin-bottom: 112px !important;
  }
}

.margin-bottom-8x {
  margin-bottom: 192px !important;
}

@media (max-width: 768px) {
  .margin-bottom-8x {
    margin-bottom: 128px !important;
  }
}

.margin-bottom-9x {
  margin-bottom: 216px !important;
}

@media (max-width: 768px) {
  .margin-bottom-9x {
    margin-bottom: 144px !important;
  }
}

.margin-bottom-10x {
  margin-bottom: 240px !important;
}

@media (max-width: 768px) {
  .margin-bottom-10x {
    margin-bottom: 160px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.margin-30 {
  margin: 30px !important;
}

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

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  color: #2b2b2b;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  display: block;
  padding-top: 3px;
  color: #9da9b9;
}

h1,
.h1 {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.15;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 19px;
  }
}

h2,
.h2 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 19px;
  }
}

h3,
.h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 19px;
  }
}

h4,
.h4 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
}

h5,
.h5 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.35;
}

h6,
.h6 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.4;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: normal;
  line-height: 1.15;
}

.display-1 {
  font-size: 72px;
}

@media (max-width: 576px) {
  .display-1 {
    font-size: 28px;
  }
}

.display-2 {
  font-size: 40px;
}

@media (max-width: 576px) {
  .display-2 {
    font-size: 20px;
  }
}

.display-3 {
  font-size: 28px;
}

@media (max-width: 576px) {
  .display-3 {
    font-size: 23px;
  }
}

.display-4 {
  font-size: 20px;
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 16px;
}

.lead {
  font-size: 18px;
}

.text-lg {
  font-size: 16px;
}

.text-sm {
  font-size: 13px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 18px;
  line-height: 1.8;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-icon {
  padding: 0;
  list-style: none;
}

.list-icon > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 22px;
}

.list-icon > li > i {
  display: block;
  position: absolute;
  left: 0;
  line-height: inherit;
}

.list-icon.text-lg > li {
  padding-left: 25px;
}

.list-icon.text-sm > li {
  padding-left: 18px;
}

.list-icon.lead > li {
  padding-left: 26px;
}

dl {
  margin-top: 0;
  margin-bottom: 16px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  padding-top: 9px;
  border-top: 1px solid #e1e7ec;
  color: #2b2b2b;
  font-weight: 500;
}

dt:first-child {
  padding-top: 0;
  border: 0;
}

dd {
  margin-top: 3px;
  margin-bottom: 15px;
  margin-left: 0;
}

blockquote {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  padding: 24px 0 24px 36px;
  border-top: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
  color: #525252;
  font-size: 18px;
}

blockquote::before {
  position: absolute;
  top: 24px;
  left: -17px;
  color: #9da9b9;
  font-size: 82px;
  font-style: italic;
  line-height: .8;
  content: '"';
}

blockquote cite {
  display: block;
  margin-top: 9px;
  color: #9da9b9;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

blockquote cite::before {
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  color: #9da9b9;
  font-family: feather;
  font-size: .95em;
  content: '\E074';
  vertical-align: middle;
}

blockquote p {
  margin-bottom: 0;
}

blockquote.blockquote-reverse {
  padding-right: 36px;
  padding-left: 0;
  border-left: 0;
  text-align: right;
}

blockquote.blockquote-reverse::before {
  right: 10px;
  left: auto;
}

kbd {
  background-color: #525252;
}

.form-control {
  padding: 0 18px 3px;
  border: 1px solid #dbe2e8;
  border-radius: 22px;
  background-color: #ffffff;
  color: #525252;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:not(textarea) {
  height: 44px;
}

.form-control::-moz-placeholder {
  color: #9da9b9;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9da9b9;
}

.form-control::-webkit-input-placeholder {
  color: #9da9b9;
}

.form-control:focus {
  border-color: #96c950;
  color: #525252;
}

.form-control[type='color'] {
  padding-bottom: 0 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #FCFEFF;
}

textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
}

select.form-control {
  padding-right: 38px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkyLjM2MiAyOTIuMzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0ICAgQzEuODA3LDcyLjk5OCwwLDc3LjI3OSwwLDgyLjIyOGMwLDQuOTQ4LDEuODA3LDkuMjI5LDUuNDI0LDEyLjg0N2wxMjcuOTA3LDEyNy45MDdjMy42MjEsMy42MTcsNy45MDIsNS40MjgsMTIuODUsNS40MjggICBzOS4yMzMtMS44MTEsMTIuODQ3LTUuNDI4TDI4Ni45MzUsOTUuMDc0YzMuNjEzLTMuNjE3LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0N0MyOTIuMzYyLDc3LjI3OSwyOTAuNTQ4LDcyLjk5OCwyODYuOTM1LDY5LjM3N3oiIGZpbGw9IiM2MDY5NzUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 9px 9px;
}

select.form-control:not([size]):not([multiple]) {
  height: 44px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 8px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.form-group label.col-form-label {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  margin-bottom: 0;
}

.form-control-lg {
  border-radius: 27px;
  font-size: 16px;
}

.form-control-lg:not(textarea) {
  height: 54px;
}

.form-control-lg.form-control-rounded {
  border-radius: 7px;
}

.form-control-lg.form-control-square {
  border-radius: 0;
}

select.form-control.form-control-lg:not([size]):not([multiple]) {
  height: 54px;
}

.form-control-sm {
  padding-bottom: 2px;
  border-radius: 18px;
}

.form-control-sm:not(textarea) {
  height: 36px;
}

.form-control-sm.form-control-rounded {
  border-radius: 3px;
}

.form-control-sm.form-control-square {
  border-radius: 0;
}

select.form-control.form-control-sm:not([size]):not([multiple]) {
  height: 36px;
}

.form-text {
  padding-left: 6px;
}

.custom-control {
  margin-bottom: 5px !important;
  padding-left: 1.5rem !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.custom-control:focus {
  outline: 0;
}

.custom-control .custom-control-indicator {
  background-color: #ddf4ff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-control .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #96c950;
}

.custom-control .custom-control-input:disabled ~ .custom-control-description {
  color: #9da9b9;
}

.custom-file,
.custom-file-input {
  height: 44px;
  border-radius: 22px;
  cursor: pointer;
}

.custom-file-control,
.custom-file-control::before {
  height: 44px;
  border-radius: 22px;
  border-color: #dbe2e8;
  color: #525252;
  line-height: 1.7;
}

.custom-file-control::before {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #FCFEFF;
}

.form-control-rounded {
  border-radius: 5px;
}

.form-control-rounded .custom-file-control,
.form-control-rounded .custom-file-control::before {
  border-radius: 5px;
}

.form-control-square {
  border-radius: 0;
}

.form-control-square .custom-file-control,
.form-control-square .custom-file-control::before {
  border-radius: 0;
}

.input-group {
  display: block;
  position: relative;
}

.input-group .input-group-addon,
.input-group .input-group-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-group .input-group-addon {
  left: 15px;
  -webkit-transition: color .3s;
  transition: color .3s;
  background-color: transparent !important;
  color: #9da9b9;
}

.input-group .form-control {
  padding-left: 35px;
}

.input-group .form-control:focus ~ .input-group-addon {
  color: #96c950;
}

.input-group .input-group-btn {
  right: 10px;
  margin-top: -2px;
}

.input-group .input-group-btn button {
  -webkit-transition: color .3s;
  transition: color .3s;
  border: 0;
  background: 0;
  color: #525252;
  font-size: 1.2em;
  cursor: pointer;
}

.input-group .input-group-btn button:hover {
  color: #96c950;
}

.input-group .input-group-btn ~ .form-control {
  padding-right: 35px;
  padding-left: 18px;
}

.has-success label,
.has-success .form-control-feedback,
.has-success .custom-control,
.has-success .input-group .input-group-addon,
.has-success.input-group .input-group-addon,
.has-success .form-control:focus ~ .input-group-addon {
  color: #1e8e20;
}

.has-success .form-control,
.has-success .form-control:focus {
  border-color: #1e8e20;
}

.has-success .form-control-success {
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDYuODM0IDQwNi44MzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNi44MzQgNDA2LjgzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjM4NS42MjEsNjIuNTA3IDE0Ni4yMjUsMzAxLjkwMSAyMS4yMTMsMTc2Ljg5MSAwLDE5OC4xMDQgMTQ2LjIyNSwzNDQuMzI3IDQwNi44MzQsODMuNzIgIiBmaWxsPSIjNDNkOWEzIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

.has-warning label,
.has-warning .form-control-feedback,
.has-warning .custom-control,
.has-warning .input-group .input-group-addon,
.has-warning.input-group .input-group-addon,
.has-warning .form-control:focus ~ .input-group-addon {
  color: #e6731d;
}

.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #e6731d;
}

.has-warning .form-control-warning {
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS40MDMsNDA2LjM5NEwyOTUuMzg5LDU4LjEwMmMtOC4yNzQtMTMuNzIxLTIzLjM2Ny0yMi4yNDUtMzkuMzktMjIuMjQ1Yy0xNi4wMjMsMC0zMS4xMTYsOC41MjQtMzkuMzkxLDIyLjI0NiAgICBMNi41OTUsNDA2LjM5NGMtOC41NTEsMTQuMTgyLTguODA0LDMxLjk1LTAuNjYxLDQ2LjM3YzguMTQ1LDE0LjQyLDIzLjQ5MSwyMy4zNzgsNDAuMDUxLDIzLjM3OGg0MjAuMDI4ICAgIGMxNi41NiwwLDMxLjkwNy04Ljk1OCw0MC4wNTItMjMuMzc5QzUxNC4yMDgsNDM4LjM0Miw1MTMuOTU1LDQyMC41NzQsNTA1LjQwMyw0MDYuMzk0eiBNNDc3LjAzOSw0MzYuMzcyICAgIGMtMi4yNDIsMy45NjktNi40NjcsNi40MzYtMTEuMDI2LDYuNDM2SDQ1Ljk4NWMtNC41NTksMC04Ljc4NC0yLjQ2Ni0xMS4wMjUtNi40MzVjLTIuMjQyLTMuOTctMi4xNzItOC44NjIsMC4xODEtMTIuNzY1ICAgIEwyNDUuMTU2LDc1LjMxNmMyLjI3OC0zLjc3Nyw2LjQzMy02LjEyNCwxMC44NDQtNi4xMjRjNC40MSwwLDguNTY1LDIuMzQ3LDEwLjg0Myw2LjEyNGwyMTAuMDEzLDM0OC4yOTIgICAgQzQ3OS4yMTEsNDI3LjUxMiw0NzkuMjgxLDQzMi40MDMsNDc3LjAzOSw0MzYuMzcyeiIgZmlsbD0iI2ZmYjc0ZiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1Ni4xNTQsMTczLjAwNWMtMTIuNjgsMC0yMi41NzYsNi44MDQtMjIuNTc2LDE4Ljg2NmMwLDM2LjgwMiw0LjMyOSw4OS42ODYsNC4zMjksMTI2LjQ4OSAgICBjMC4wMDEsOS41ODcsOC4zNTIsMTMuNjA3LDE4LjI0OCwxMy42MDdjNy40MjIsMCwxNy45MzctNC4wMiwxNy45MzctMTMuNjA3YzAtMzYuODAyLDQuMzI5LTg5LjY4Niw0LjMyOS0xMjYuNDg5ICAgIEMyNzguNDIxLDE3OS44MSwyNjguMjE2LDE3My4wMDUsMjU2LjE1NCwxNzMuMDA1eiIgZmlsbD0iI2ZmYjc0ZiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1Ni40NjUsMzUzLjMwNmMtMTMuNjA3LDAtMjMuODE0LDEwLjgyNC0yMy44MTQsMjMuODE0YzAsMTIuNjgsMTAuMjA2LDIzLjgxNCwyMy44MTQsMjMuODE0ICAgIGMxMi42OCwwLDIzLjUwNS0xMS4xMzQsMjMuNTA1LTIzLjgxNEMyNzkuOTcsMzY0LjEzLDI2OS4xNDQsMzUzLjMwNiwyNTYuNDY1LDM1My4zMDZ6IiBmaWxsPSIjZmZiNzRmIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.has-danger label,
.has-danger .form-control-feedback,
.has-danger .custom-control,
.has-danger .input-group .input-group-addon,
.has-danger.input-group .input-group-addon,
.has-danger .form-control:focus ~ .input-group-addon {
  color: #d04137;
}

.has-danger .form-control,
.has-danger .form-control:focus {
  border-color: #d04137;
}

.has-danger .form-control-danger {
  padding-right: 42px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MS4xNzEgMjQxLjE3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQxLjE3MSAyNDEuMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggaWQ9IkNsb3NlIiBkPSJNMTM4LjEzOCwxMjAuNzU0bDk5LjExOC05OC41NzZjNC43NTItNC43MDQsNC43NTItMTIuMzE5LDAtMTcuMDExYy00Ljc0LTQuNzA0LTEyLjQzOS00LjcwNC0xNy4xNzksMCAgIGwtOTkuMDMzLDk4LjQ5MkwyMS4wOTUsMy42OTljLTQuNzQtNC43NTItMTIuNDM5LTQuNzUyLTE3LjE3OSwwYy00Ljc0LDQuNzY0LTQuNzQsMTIuNDc1LDAsMTcuMjI3bDk5Ljg3Niw5OS44ODhMMy41NTUsMjIwLjQ5NyAgIGMtNC43NCw0LjcwNC00Ljc0LDEyLjMxOSwwLDE3LjAxMWM0Ljc0LDQuNzA0LDEyLjQzOSw0LjcwNCwxNy4xNzksMGwxMDAuMTUyLTk5LjU5OWw5OS41NTEsOTkuNTYzICAgYzQuNzQsNC43NTIsMTIuNDM5LDQuNzUyLDE3LjE3OSwwYzQuNzQtNC43NjQsNC43NC0xMi40NzUsMC0xNy4yMjdMMTM4LjEzOCwxMjAuNzU0eiIgZmlsbD0iI2ZmNTI1MiIvPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: 13px 13px;
}

.form-control-feedback {
  padding-top: 2px;
  padding-left: 18px;
}

.input-light.form-control,
.input-light .form-control {
  border-color: rgba(255, 255, 255, 0.17);
  background-color: transparent;
  color: #ffffff;
}

.input-light.form-control::-moz-placeholder,
.input-light .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.input-light.form-control:-ms-input-placeholder,
.input-light .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-light.form-control::-webkit-input-placeholder,
.input-light .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-light.form-control:focus,
.input-light .form-control:focus {
  border-color: #96c950;
  color: #ffffff;
}

.input-light.input-group .input-group-addon {
  color: rgba(255, 255, 255, 0.5);
}

.subscribe-form .input-group {
  width: calc(100% - 88px);
  float: left;
}

.subscribe-form .btn {
  margin: 0;
  float: right;
}

.subscribe-form .btn > i {
  margin-top: -6px;
  font-size: 1.5em;
}

.subscribe-form .form-text {
  padding-top: 12px;
}

.coupon-form .form-control {
  display: inline-block;
  width: 100%;
  max-width: 235px;
  margin-right: 12px;
}

.coupon-form .btn {
  margin-right: 0;
}

@media (max-width: 768px) {
  .coupon-form .form-control {
    display: block;
    max-width: 100%;
  }
}

.login-box {
  display: block;
  width: 100%;
  padding: 30px 24px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
}

.card-wrapper {
  margin: 30px 0;
}

@media (max-width: 576px) {
  .jp-card-container {
    width: 285px !important;
  }

  .jp-card {
    min-width: 250px !important;
  }
}

.table thead th,
.table td,
.table th {
  border-color: #e1e7ec;
}

.table.table-inverse {
  background-color: #2b2b2b;
}

.table.table-inverse thead th,
.table.table-inverse td,
.table.table-inverse th {
  border-color: rgba(255, 255, 255, 0.12);
}

.thead-inverse th {
  background-color: #2b2b2b;
}

.thead-default th {
  background-color: #FCFEFF;
  color: #525252;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #FCFEFF;
}

.table-striped.table-inverse tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.08);
}

.table-hover tbody tr:hover {
  background-color: #FCFEFF;
}

.table-hover.table-inverse tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.table-active,
.table-active td,
.table-active th {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-success,
.table-success td,
.table-success th {
  background-color: rgba(30, 142, 32, 0.09);
}

.table-info,
.table-info td,
.table-info th {
  background-color: rgba(154, 160, 162, 0.09);
}

.table-warning,
.table-warning td,
.table-warning th {
  background-color: rgba(230, 115, 29, 0.09);
}

.table-danger,
.table-danger td,
.table-danger th {
  background-color: rgba(208, 65, 55, 0.09);
}

.btn {
  display: inline-block;
  position: relative;
  height: 44px;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 8px;
  padding: 0 22px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid transparent;
  border-radius: 22px;
  background-color: transparent;
  background-image: none;
  color: #525252;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 42px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn:focus .btn:active,
.btn.active {
  outline: none;
  background-image: none;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  color: #525252;
}

.btn > i {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.btn[disabled],
.btn.disabled {
  cursor: not-allowed;
  opacity: .55;
  pointer-events: none;
}

button:focus {
  outline: none;
}

.btn-lg {
  height: 54px;
  border-radius: 27px;
  line-height: 52px;
}

.btn-sm {
  height: 36px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 10px;
  line-height: 34px;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-rounded.btn-lg {
  border-radius: 7px;
}

.btn-rounded.btn-sm {
  border-radius: 3px;
}

.btn-square {
  border-radius: 0;
}

.btn-secondary {
  background-color: #FCFEFF;
  border-color: #e1e7ec;
}

.btn-secondary:hover {
  background-color: #c9edff;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: #ffffff;
}

.btn-primary {
  background-color: #96c950;
}

.btn-primary:hover {
  background-color: #7db036;
}

.btn-success {
  background-color: #1e8e20;
}

.btn-success:hover {
  background-color: #156417;
}

.btn-info {
  background-color: #9aa0a2;
}

.btn-info:hover {
  background-color: #7f878a;
}

.btn-warning {
  background-color: #e6731d;
}

.btn-warning:hover {
  background-color: #bb5c15;
}

.btn-danger {
  background-color: #d04137;
}

.btn-danger:hover {
  background-color: #ac3128;
}

.btn-white {
  background-color: #ffffff;
}

.btn-white:hover {
  background-color: #e6e5e5;
}

.btn-outline-secondary {
  border-color: #e1e7ec;
}

.btn-outline-secondary:hover {
  background-color: #FCFEFF;
}

.btn-outline-primary {
  border-color: #96c950;
  background-color: transparent;
  color: #96c950;
}

.btn-outline-primary:hover {
  background-color: #96c950;
  color: #ffffff;
}

.btn-outline-success {
  border-color: #1e8e20;
  background-color: transparent;
  color: #1e8e20;
}

.btn-outline-success:hover {
  background-color: #1e8e20;
  color: #ffffff;
}

.btn-outline-info {
  border-color: #9aa0a2;
  background-color: transparent;
  color: #9aa0a2;
}

.btn-outline-info:hover {
  background-color: #9aa0a2;
  color: #ffffff;
}

.btn-outline-warning {
  border-color: #e6731d;
  background-color: transparent;
  color: #e6731d;
}

.btn-outline-warning:hover {
  background-color: #e6731d;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #d04137;
  background-color: transparent;
  color: #d04137;
}

.btn-outline-danger:hover {
  background-color: #d04137;
  color: #ffffff;
}

.btn-outline-white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  color: #525252;
}

.btn-link-secondary {
  color: #525252;
}

.btn-link-secondary:hover {
  color: #393838;
}

.btn-link-primary {
  color: #96c950;
}

.btn-link-primary:hover {
  color: #7db036;
}

.btn-link-success {
  color: #1e8e20;
}

.btn-link-success:hover {
  color: #156417;
}

.btn-link-info {
  color: #9aa0a2;
}

.btn-link-info:hover {
  color: #7f878a;
}

.btn-link-warning {
  color: #e6731d;
}

.btn-link-warning:hover {
  color: #bb5c15;
}

.btn-link-danger {
  color: #d04137;
}

.btn-link-danger:hover {
  color: #ac3128;
}

.btn-link-white {
  color: #ffffff;
}

.btn-link-white:hover {
  color: #e6e5e5;
}

.btn-link-secondary > i,
.btn-link-primary > i,
.btn-link-success > i,
.btn-link-info > i,
.btn-link-warning > i,
.btn-link-danger > i,
.btn-link-white > i {
  margin-top: -4px;
}

.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 8px;
  vertical-align: middle;
}

.btn-group .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}

.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-right: -1px;
  padding-right: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-secondary,
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-outline-secondary {
  border-right: 0;
}

.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 8px;
}

.text-center .btn,
.text-center .btn-group {
  margin-right: 6px;
  margin-left: 6px;
}

.text-right .btn,
.text-right .btn-group {
  margin-right: 0;
  margin-left: 12px;
}

.btn-block {
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-right: 0 !important;
  margin-bottom: 12px;
  margin-left: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.scroll-to-top-btn {
  display: block;
  position: fixed;
  right: 16px;
  bottom: -88px;
  width: 44px;
  height: 44px;
  -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 18px;
  line-height: 39px;
  opacity: 0;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
}

.scroll-to-top-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.scroll-to-top-btn:focus,
.scroll-to-top-btn:active {
  color: #ffffff;
}

.scroll-to-top-btn.visible {
  bottom: 14px;
  opacity: 1;
}

@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: -72px;
    width: 36px;
    height: 36px;
    line-height: 31px;
  }
}

.market-button {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 14px;
  padding: 5px 14px 5px 45px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 1px solid #e1e7ec;
  border-radius: 5px;
  background-position: center left 12px;
  background-color: #ffffff;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.market-button:hover {
  background-color: #FCFEFF;
}

.market-button .mb-subtitle {
  display: block;
  margin-bottom: -4px;
  color: #9da9b9;
  font-size: 12px;
}

.market-button .mb-title {
  display: block;
  color: #525252;
  font-size: 18px;
}

.market-button.apple-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.market-button.google-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.windows-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.blackberry-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiMyZTJlMmUiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.amazon-button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQUJGNjhGNDRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQUJGNjhGMzRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgNXCVIAAAc7SURBVHja5FwJbFRVFH0tQimgUCiubKJCWWSwKIooVhG3aESkETRqBEEEEURExBXiVhElkRiIEFwTQEHciQiIMQhFkUGFihErIJjWUgg0LFXqPf4z9jvMTOe/v9ebnEw78+//b85/y7n33T8ZNTU1yo5FIhEdtxMEXQRtBGcLOglO5ftoUKagSrBLUCLYKCgVbBEcNJ8oGo0qN+045Z2dJCgU9BdcJ2igcY4DgsWC9wTvetHoTA+u0ZlfCL3hJcFATXJgzQS3C5YIKgWT3G58hotDDMNlvmCQy9+hAj1ThtqqMPWgywXlHpADayVYKTfq0bAQdJ9guaCR8tamCUlPBZ2gcYIXlH82RUgaFlSCCgQzlf82T0hqFzSCGgreUsGxqUEj6BkKvaBYofSi5kERihCAE2z4rxYs4qp3WNBY0F0wVtBC85xNKUrnBoGgUdBTGn4IH24UbEvwGQh7TDBdMNGGQA3EELtGw2eh4Jwk5JjtAcFDmu0633clLeMcweYOi24IOLta9CnR6BF/CE4Whf2Xnz3oKg2fJzR8PtTwyaXK9nWIHbF4PFIYn2hcZ6Vm+5r4SpB039c5T5RwqO0VHE3hgoByv8alSm3oM99XsecJxSUaUXyOoKPgTOIMEjdK8xrVYSbIbIeIMsGPDp43Q/lkmap+W0bQepDTliU43oam+bM+EIT5qZcyEve5nL9aCtpzHmtq49zVYSOoraCv4AZBHgPc3P/7EOsgGCoYzt4SKnOTIAyZGYJrwzzLu0XQi4Lx9WEZdJqg0wVfqmAlzwJDUB/BmvompJwiqLND5FQwXtuujJ3TA1TlmM8eDytB2P9absMfaVbshryN+DeJuDsrzATNor7RMezV3xvkWMwWQZFIpIe8jNB0v0kZuedAm91gdaSm31iL5NSEjiDuO92h4bqGwzIUMaOdHnSe0ktpztfwaRwqgqT3QAheqHnNZZoyIlQ9COT00/BDzrpcwy9fs51ZfhEEXdJRw+8AdY9XBPm2q4HyklM0/HRqE7H3f4mN2NAXgrKUXgUZihGsVl0Mt7GKDfKLIAyTIxp+2cqoj7bSeybb+H5DZEE5zQ+CsEn4u6avlb2x2cpI2tuxiX4Q9JOquzIjmaHOuXcax6H0ZaADK/V46UW9vCYIavgLG43+XHBRks9QLP6B3TsfZ6/pOmqXv8hdGSAvn9psOIiap4zcD5bkQsINQ+agKBqN/uZVjFOsjAdLsm2co4DwwhAgY5/sfk9iMbkT++TlVRUus7zTajfdMcvjL7hEWa9oi9llclMf9JQgueBmVVv64rY9p4yiz9kW/VC01U33YRcnqjtQQLXWZXIeFsTu/tOC9Wn6oR6yPW+kljmViOrDRp/rMDEourpeHVujiJ60VaXOEy0TYq72K9RIZEigLXbwfNBZJ6rEBZw7Uugo2CtOkOM0QbDBmAyVveqybwUDGMFXpDjuG5W4bmiKkDPSqS/0r1A8PEfvAZneL+ck+wgJNVR1RIhEuRkEvHhUcyNJhWwosdgElNEsYGA7pnh05ZI0fJARRSF7W8Z6hxhbQtv9+k+64q7tx8xBmEca2gwh4odIMYce5qaWJKkBswEQbfvZIPSGn1XqCtnEanV0ZYncpNHKKLz6uI7DeyojGwr0IlHZvFEoPF/H6AAPDO+J70GLKPNxwC10qC92heBJ3qx0rEh60OT4HnQrleZQ3s1xIVTKiexKVbtRUEEgL76XqyBSx/GZx6aJlnl0+5s5JlH0hO2Z25i/2RpigjaRgHKKxkTWjcMrRsy+VKsYHvp/n39fyskTlWKtQ0rQbmVU6lelOOYHwXem/0vrWuYhzpaa/p9A7TFJ+biJ55BlUZVv4nSiuHDE6icxOa9KRwehEnVu3ImLBDuV8Qhm85AR04TtRvufVcZvhtzNz9qYRshazsFpCUVUbsTX5eARI8zwSDwh2ZUfcGIwv8yh3kK7c00TdkxQ9jcdP9Oqkp7GSbsqwUw/jBpmC4dh94CQAvF4D1X59ySieZwK72wSpbGNhF9UXDFYusHqR7woqsAuSNKgGSaBCE21QfCVh6REGHoMZqiSzCBdzFUpOaYg+0470fxOqu0pglQ/AdFP1e7bl/IubuHEt07pPS8Wbw05tLHK9mDYkFeHTzV7/Jtx76PCLYOB9kqnYrF8jtWLLX4xSPrNXHrLuWJgQizj31Uc9kd58zBf4PmzTozsWzPm6mJxkXiHwndX3PvNTOFOh/8sdQliMSu2gb1kiDJ+qyPdffpGjId6ejTs0HORrF+R5PNWXKnHuJXuWMCAD3tY21Rw7GtGAV1TkKPYc0aoFNvoTuWDZlBoTWLj/LIV7NUISt8IYsJsOhtXoIxk/l4PSNlMZYzJGj/stNDJk7tVHLmaeIQTeV9qqTxOjHasjAm2pZwL17nJvtvVo8gQfEZMZXKqHXVHPlekFswgNFK1JXPwO8gVZg/lwnpKht1ejtm/BRgAKCaVSdcawG4AAAAASUVORK5CYII=);
}

.market-button.mb-light-skin {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: transparent;
}

.market-button.mb-light-skin .mb-subtitle,
.market-button.mb-light-skin .mb-title {
  color: #ffffff;
}

.market-button.mb-light-skin .mb-subtitle {
  opacity: .55;
}

.market-button.mb-light-skin:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.market-button.mb-light-skin.apple-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.market-button.mb-light-skin.blackberry-button {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-button.mb-light-skin.amazon-button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}

.facebook-btn,
.twitter-btn,
.google-btn {
  text-transform: none;
}

.facebook-btn > i,
.twitter-btn > i,
.google-btn > i {
  margin-top: 0;
}

.facebook-btn {
  border-color: #3b5998;
  background-color: transparent;
  color: #3b5998;
}

.facebook-btn:hover {
  background-color: #3b5998;
  color: #ffffff;
}

.twitter-btn {
  border-color: #55acee;
  background-color: transparent;
  color: #55acee;
}

.twitter-btn:hover {
  background-color: #55acee;
  color: #ffffff;
}

.google-btn {
  border-color: #dd4b39;
  background-color: transparent;
  color: #dd4b39;
}

.google-btn > i {
  font-size: 1.3em;
}

.google-btn:hover {
  background-color: #dd4b39;
  color: #ffffff;
}

/* Base class */

.social-button {
  display: inline-block;
  margin-top: 5px;
  margin-right: 18px;
  margin-bottom: 5px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #525252;
  font-size: 22px;
  text-decoration: none;
  vertical-align: middle;
}

.social-button:focus {
  text-decoration: none;
}

.text-center .social-button {
  margin-right: 9px;
  margin-left: 9px;
}

.text-center .social-button.shape-circle,
.text-center .social-button.shape-rounded,
.text-center .social-button.shape-square {
  margin-right: 4px;
  margin-left: 4px;
}

.text-right .social-button {
  margin-right: 0;
  margin-left: 18px;
}

.text-right .social-button.shape-circle,
.text-right .social-button.shape-rounded,
.text-right .social-button.shape-square {
  margin-right: 0;
  margin-left: 8px;
}

/* Amazon */

.sb-amazon {
  font-size: 1.15em !important;
}

.sb-amazon:hover,
.sb-amazon:focus {
  color: #ff9900 !important;
}

/* Airbnb */

.sb-airbnb:hover,
.sb-airbnb:focus {
  color: #fd5c63 !important;
}

/* Behance */

.sb-behance {
  font-size: 1.1em !important;
}

.sb-behance:hover,
.sb-behance:focus {
  color: #1769ff !important;
}

/* DeviantArt */

.sb-deviantart {
  font-size: 1.2em !important;
}

.sb-deviantart:hover,
.sb-deviantart:focus {
  color: #4e6252 !important;
}

/* Digg */

.sb-digg {
  font-size: 1.2em !important;
}

.sb-digg:hover,
.sb-digg:focus {
  color: #000000 !important;
}

/* Disqus */

.sb-disqus {
  font-size: 1.1em !important;
}

.sb-disqus:hover,
.sb-disqus:focus {
  color: #2e9fff !important;
}

/* Dribbble */

.sb-dribbble:hover,
.sb-dribbble:focus {
  color: #ea4c89 !important;
}

/* Drupal */

.sb-drupal {
  font-size: 1.1em !important;
}

.sb-drupal:hover,
.sb-drupal:focus {
  color: #0077c0 !important;
}

/* Email */

.sb-email:hover,
.sb-email:focus {
  color: #96c950 !important;
}

/* Facebook */

.sb-facebook:hover,
.sb-facebook:focus {
  color: #3b5998 !important;
}

/* Flickr */

.sb-flickr:hover,
.sb-flickr:focus {
  color: #0063dc !important;
}

/* Foursquare */

.sb-foursquare:hover,
.sb-foursquare:focus {
  color: #ef4b78 !important;
}

/* GitHub */

.sb-github:hover,
.sb-github:focus {
  color: #4183c4 !important;
}

/* Google+ */

.sb-google-plus {
  font-size: 22px !important;
}

.sb-google-plus:hover,
.sb-google-plus:focus {
  color: #dd4b39 !important;
}

/* Instagram */

.sb-instagram:hover,
.sb-instagram:focus {
  color: #3f729b !important;
}

/* LastFM */

.sb-lastfm {
  font-size: 1.1em !important;
}

.sb-lastfm:hover,
.sb-lastfm:focus {
  color: #e31b23 !important;
}

/* LinkedIn */

.sb-linkedin:hover,
.sb-linkedin:focus {
  color: #0976b4 !important;
}

/* PayPal */

.sb-odnoklassniki {
  font-size: 1.1em !important;
}

.sb-odnoklassniki:hover,
.sb-odnoklassniki:focus {
  color: #ed812b !important;
}

/* PayPal */

.sb-paypal {
  font-size: .9em !important;
}

.sb-paypal:hover,
.sb-paypal:focus {
  color: #253b80 !important;
}

/* Pinterest */

.sb-pinterest:hover,
.sb-pinterest:focus {
  color: #cc2127 !important;
}

/* Reddit */

.sb-reddit {
  font-size: 1.1em !important;
}

.sb-reddit:hover,
.sb-reddit:focus {
  color: #ff4500 !important;
}

/* Reddit */

.sb-rss {
  font-size: .9em !important;
}

.sb-rss:hover,
.sb-rss:focus {
  color: #f26522 !important;
}

/* Skype */

.sb-skype {
  font-size: .9em !important;
}

.sb-skype:hover,
.sb-skype:focus {
  color: #00aff0 !important;
}

/* SoundCloud */

.sb-soundcloud {
  font-size: 1.2em !important;
}

.sb-soundcloud:hover,
.sb-soundcloud:focus {
  color: #ff8800 !important;
}

/* Stack Overflow */

.sb-stackoverflow:hover,
.sb-stackoverflow:focus {
  color: #fe7a15 !important;
}

/* Steam */

.sb-steam:hover,
.sb-steam:focus {
  color: #7da10e !important;
}

/* StumbleUpon */

.sb-stumbleupon:hover,
.sb-stumbleupon:focus {
  color: #eb4924 !important;
}

/* Tumblr */

.sb-tumblr:hover,
.sb-tumblr:focus {
  color: #35465c !important;
}

/* Twitch */

.sb-twitch:hover,
.sb-twitch:focus {
  color: #6441a5 !important;
}

/* Twitter */

.sb-twitter:hover,
.sb-twitter:focus {
  color: #55acee !important;
}

/* Vimeo */

.sb-vimeo:hover,
.sb-vimeo:focus {
  color: #1ab7ea !important;
}

/* Vine */

.sb-vine:hover,
.sb-vine:focus {
  color: #00b488 !important;
}

/* VKontakte */

.sb-vk {
  font-size: 1.1em !important;
}

.sb-vk:hover,
.sb-vk:focus {
  color: #45668e !important;
}

/* WordPress */

.sb-wordpress:hover,
.sb-wordpress:focus {
  color: #21759b !important;
}

/* XING */

.sb-xing:hover,
.sb-xing:focus {
  color: #026466 !important;
}

/* Yahoo! */

.sb-yahoo {
  font-size: 1.1em !important;
}

.sb-yahoo:hover,
.sb-yahoo:focus {
  color: #400191 !important;
}

/* Yelp */

.sb-yelp:hover,
.sb-yelp:focus {
  color: #af0606 !important;
}

/* YouTube */

.sb-youtube:hover,
.sb-youtube:focus {
  color: #e52d27 !important;
}

.sb-light-skin {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6) !important;
}

.sb-light-skin:hover,
.sb-light-skin:focus {
  color: #ffffff !important;
}

.sb-light-skin.shape-circle,
.sb-light-skin.shape-rounded,
.sb-light-skin.shape-square {
  border-color: rgba(255, 255, 255, 0.12);
}

.sb-light-skin.shape-circle:hover,
.sb-light-skin.shape-rounded:hover,
.sb-light-skin.shape-square:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.nav-tabs {
  border-bottom-color: #e1e7ec;
}

.nav-tabs .nav-link {
  padding: 10px 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-tabs .nav-link:hover {
  color: #96c950;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:hover {
  color: #9da9b9;
}

.nav-tabs .nav-link > i {
  margin-top: -3px;
  margin-right: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #e1e7ec #e1e7ec #ffffff;
  color: #94a1b3;
}

.tab-content {
  padding: 24px;
  border-right: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
  border-left: 1px solid #e1e7ec;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}

.tab-content p:last-child,
.tab-content ul:last-child,
.tab-content ol:last-child {
  margin-bottom: 0;
}

.nav-pills .nav-link {
  margin-right: 5px;
  padding: 8px 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 22px;
  color: #525252;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-pills .nav-link:hover:not(.disabled) {
  background-color: #FCFEFF;
}

.nav-pills .nav-link.disabled {
  color: #9da9b9;
}

.nav-pills .nav-link > i {
  margin-top: -4px;
  margin-right: 5px;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #1e8e20 !important;
}

.nav-pills + .tab-content {
  padding: 24px 0 0;
  border: 0;
  border-radius: 0;
}

.nav-pills.nav-justified .nav-link {
  margin-right: 0;
}

.nav-pills.justify-content-center .nav-link {
  margin: 0 3px;
}

.nav-pills.justify-content-end .nav-link {
  margin: 0 0 0 5px;
}

.nav-pills.flex-column .nav-link {
  margin: 0 0 5px;
}

.transition.fade {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.transition.fade.show {
  opacity: 1;
}

.transition.scale.fade {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.transition.scaledown.fade {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.transition.scale.fade.show,
.transition.scaledown.fade.show {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.transition.left.fade {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.transition.right.fade {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.transition.left.fade.show,
.transition.right.fade.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.transition.top.fade {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.transition.bottom.fade {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.transition.top.fade.show,
.transition.bottom.fade.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
          transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.transition.flip.fade.show {
  -webkit-transform: rotateY(0deg) scale(1);
          transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.card {
  border-radius: 7px;
  border-color: #e1e7ec;
}

.card .google-map {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.card-header {
  border-bottom-color: #e1e7ec;
}

.card-header h1,
.card-header .h1,
.card-header h2,
.card-header .h2,
.card-header h3,
.card-header .h3,
.card-header h4,
.card-header .h4,
.card-header h5,
.card-header .h5,
.card-header h6,
.card-header .h6 {
  margin-bottom: 0;
}

.card-header:first-child {
  border-radius: 7px 7px 0 0;
}

.card-header,
.card-footer {
  background-color: #ffffff;
}

.card-footer {
  border-top-color: #e1e7ec;
}

.card-footer:last-child {
  border-radius: 0 0 7px 7px;
}

.card-block p:last-child,
.card-block ol:last-child,
.card-block ul:last-child {
  margin-bottom: 0;
}

.card-block .tab-content {
  padding: 0;
  border: 0;
}

.card-primary {
  border-color: #96c950;
  background-color: #96c950;
}

.card-success {
  border-color: #1e8e20;
  background-color: #1e8e20;
}

.card-info {
  border-color: #9aa0a2;
  background-color: #9aa0a2;
}

.card-warning {
  border-color: #e6731d;
  background-color: #e6731d;
}

.card-danger {
  border-color: #d04137;
  background-color: #d04137;
}

.card-outline-primary {
  border-color: #96c950;
}

.card-outline-success {
  border-color: #1e8e20;
}

.card-outline-info {
  border-color: #9aa0a2;
}

.card-outline-warning {
  border-color: #e6731d;
}

.card-outline-danger {
  border-color: #d04137;
}

.card-group .card .card-footer {
  border-radius: 0;
}

.card-group .card:first-child .card-footer {
  border-bottom-left-radius: 7px;
}

.card-group .card:last-child .card-footer {
  border-bottom-right-radius: 7px;
}

.card-img-tiles {
  display: block;
  border-bottom: 1px solid #e1e7ec;
}

.card-img-tiles > .inner {
  display: table;
  width: 100%;
}

.card-img-tiles .main-img,
.card-img-tiles .thumblist {
  display: table-cell;
  width: 65%;
  padding: 15px;
  vertical-align: middle;
}

.card-img-tiles .main-img > img,
.card-img-tiles .thumblist > img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.card-img-tiles .main-img > img:last-child,
.card-img-tiles .thumblist > img:last-child {
  margin-bottom: 0;
}

.card-img-tiles .thumblist {
  width: 35%;
  border-left: 1px solid #e1e7ec;
}

.accordion .card {
  margin-bottom: 8px;
}

.accordion [data-toggle='collapse'] {
  display: block;
  position: relative;
  color: #2b2b2b;
  text-decoration: none;
}

.accordion [data-toggle='collapse']::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -2px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  border-right: 5px solid transparent;
  border-bottom: 5px dashed;
  border-left: 5px solid transparent;
  content: '';
}

.accordion [data-toggle='collapse'].collapsed::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion [data-toggle='collapse'] > i {
  margin-top: -4px;
  margin-right: 7px;
}

.accordion [data-toggle='collapse'] > i.socicon-paypal {
  display: inline-block;
  margin-top: 1px;
  font-size: .8em;
  vertical-align: middle;
}

.accordion [data-toggle='collapse'] > i.icon-medal {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.pagination {
  display: table;
  width: 100%;
  border-top: 1px solid #e1e7ec;
}

.pagination > .column {
  display: table-cell;
  padding-top: 16px;
  vertical-align: middle;
}

.pagination .pages {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination .pages > li {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}

.pagination .pages > li > a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #525252;
  line-height: 34px;
  text-decoration: none;
}

.pagination .pages > li > a:hover {
  border-color: #e1e7ec;
  background-color: #FCFEFF;
}

.pagination .pages > li.active > a {
  border-color: #96c950;
  background-color: #96c950;
  color: #ffffff;
}

.pagination .btn > i {
  margin-top: -5px;
}

.entry-navigation {
  display: table;
  width: 100%;
  border-top: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
  table-layout: fixed;
}

.entry-navigation > .column {
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  vertical-align: middle;
}

.entry-navigation .btn {
  margin: 0;
}

.entry-navigation .btn > i {
  margin-top: -4px;
}

.entry-navigation .btn.view-all {
  width: 44px;
  padding-right: 0;
  padding-left: 1px;
}

.entry-navigation .btn.view-all > i {
  margin-top: -6px;
  font-size: 1.4em;
}

.comment {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-left: 66px;
}

.comment .comment-author-ava {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.comment .comment-author-ava > img {
  display: block;
  width: 100%;
}

.comment .comment-body {
  position: relative;
  padding: 24px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background-color: #ffffff;
}

.comment .comment-body::after,
.comment .comment-body::before {
  position: absolute;
  top: 12px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

.comment .comment-body::after {
  border-width: 9px;
  border-color: transparent;
  border-right-color: #ffffff;
}

.comment .comment-body::before {
  margin-top: -1px;
  border-width: 10px;
  border-color: transparent;
  border-right-color: #e1e7ec;
}

.comment .comment-title {
  margin-bottom: 8px;
  color: #525252;
  font-size: 14px;
  font-weight: 500;
}

.comment .comment-text {
  margin-bottom: 12px;
}

.comment .comment-footer {
  display: table;
  width: 100%;
}

.comment .comment-footer > .column {
  display: table-cell;
  vertical-align: middle;
}

.comment .comment-footer > .column:last-child {
  text-align: right;
}

.comment .comment-meta {
  color: #9da9b9;
  font-size: 13px;
}

.comment .reply-link {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
}

.comment .reply-link > i {
  display: inline-block;
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle;
}

.comment .reply-link:hover {
  color: #96c950;
}

.comment.comment-reply {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .comment {
    padding-left: 0;
  }

  .comment .comment-author-ava {
    display: none;
  }

  .comment .comment-body {
    padding: 15px;
  }

  .comment .comment-body::before,
  .comment .comment-body::after {
    display: none;
  }
}

.tooltip {
  font-family: "Montserrat", sans-serif;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: #212121;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: #212121;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #212121;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  border-left-color: #212121;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  border-radius: 3px;
  background-color: #212121;
  color: #ffffff;
  font-size: 13px;
}

.popover {
  border-radius: 7px;
  border-color: #e1e7ec;
  font-family: "Montserrat", sans-serif;
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
  border-top-color: #d5dde4;
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
  border-right-color: #d5dde4;
}

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
  border-bottom-color: #d5dde4;
}

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
  border-left-color: #d5dde4;
}

.popover-title {
  font-family: inherit;
}

.example-tooltip .tooltip {
  display: inline-block;
  position: relative;
  margin: 10px 20px;
  opacity: 1;
}

.example-popover .popover {
  display: block;
  position: relative;
  width: 260px;
  margin: 1.25rem;
  float: left;
}

.dropdown-menu {
  border-color: #e1e7ec;
  border-radius: 5px;
  font-size: 14px;
}

.dropdown-menu .dropdown-item {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  text-decoration: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
  background: 0;
}

.dropdown-menu .dropdown-item:hover {
  color: #96c950;
}

.dropdown-menu .dropdown-item.active {
  color: #1e8e20;
}

.dropdown-menu a.dropdown-item {
  font-weight: 500;
}

.dropdown-toggle::after {
  margin-top: 1px;
}

.btn.dropdown-toggle::after {
  margin-top: -2px;
}

.show .dropdown-menu {
  -webkit-animation: dropdown-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: dropdown-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@-webkit-keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.9);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.85);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.list-group-item {
  border-color: #e1e7ec;
  background-color: #ffffff;
  text-decoration: none;
}

.list-group-item:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.list-group-item:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.list-group-item i {
  margin-right: 8px;
  font-size: 1.1em;
}

.list-group-item p,
.list-group-item ul,
.list-group-item ol,
.list-group-item li,
.list-group-item span {
  font-weight: normal !important;
}

a.list-group-item,
.list-group-item-action {
  -webkit-transition: all .25s;
  transition: all .25s;
  color: #2b2b2b;
  font-weight: 500;
}

a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item:active,
.list-group-item-action:hover,
.list-group-item-action:focus,
.list-group-item-action:active {
  background-color: #FCFEFF;
  color: #2b2b2b;
}

a.list-group-item {
  padding-top: .87rem;
  padding-bottom: .87rem;
}

.justify-content-between > span:not(.badge) {
  font-weight: 500 !important;
}

.justify-content-between > span:not(.badge) > i {
  margin-top: -5px;
}

.badge {
  color: #ffffff;
  font-size: 90%;
  font-weight: 500;
}

.badge.badge-default {
  background-color: #fbfbfb;
  color: #525252;
}

.badge.badge-primary {
  background-color: #96c950;
}

.badge.badge-info {
  background-color: #9aa0a2;
}

.badge.badge-success {
  background-color: #1e8e20;
}

.badge.badge-warning {
  background-color: #e6731d;
}

.badge.badge-danger {
  background-color: #d04137;
}

.list-group-item.active {
  border-color: #96c950;
  background-color: #96c950;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.list-group-item.active h1,
.list-group-item.active .h1,
.list-group-item.active h2,
.list-group-item.active .h2,
.list-group-item.active h3,
.list-group-item.active .h3,
.list-group-item.active h4,
.list-group-item.active .h4,
.list-group-item.active h5,
.list-group-item.active .h5,
.list-group-item.active h6,
.list-group-item.active .h6 {
  color: #ffffff;
}

.list-group-item.active .badge {
  background-color: #ffffff !important;
  color: #525252 !important;
}

.list-group-item-info {
  background-color: rgba(154, 160, 162, 0.12);
  color: #9aa0a2 !important;
}

.list-group-item-info > *,
.list-group-item-info h1,
.list-group-item-info h2,
.list-group-item-info h3,
.list-group-item-info h4,
.list-group-item-info h5,
.list-group-item-info h6,
.list-group-item-info p,
.list-group-item-info ul,
.list-group-item-info ol,
.list-group-item-info a {
  color: #9aa0a2 !important;
}

.list-group-item-success {
  background-color: rgba(30, 142, 32, 0.12);
  color: #1b811d !important;
}

.list-group-item-success > *,
.list-group-item-success h1,
.list-group-item-success h2,
.list-group-item-success h3,
.list-group-item-success h4,
.list-group-item-success h5,
.list-group-item-success h6,
.list-group-item-success p,
.list-group-item-success ul,
.list-group-item-success ol,
.list-group-item-success a {
  color: #1b811d !important;
}

.list-group-item-warning {
  background-color: rgba(230, 115, 29, 0.12);
  color: #db6c18 !important;
}

.list-group-item-warning > *,
.list-group-item-warning h1,
.list-group-item-warning h2,
.list-group-item-warning h3,
.list-group-item-warning h4,
.list-group-item-warning h5,
.list-group-item-warning h6,
.list-group-item-warning p,
.list-group-item-warning ul,
.list-group-item-warning ol,
.list-group-item-warning a {
  color: #db6c18 !important;
}

.list-group-item-danger {
  background-color: rgba(208, 65, 55, 0.12);
  color: #d04137 !important;
}

.list-group-item-danger > *,
.list-group-item-danger h1,
.list-group-item-danger h2,
.list-group-item-danger h3,
.list-group-item-danger h4,
.list-group-item-danger h5,
.list-group-item-danger h6,
.list-group-item-danger p,
.list-group-item-danger ul,
.list-group-item-danger ol,
.list-group-item-danger a {
  color: #d04137 !important;
}

.list-group-item-action:hover.list-group-item-info,
.list-group-item-action.active.list-group-item-info {
  background-color: rgba(154, 160, 162, 0.24);
}

.list-group-item-action:hover.list-group-item-success,
.list-group-item-action.active.list-group-item-success {
  background-color: rgba(30, 142, 32, 0.24);
}

.list-group-item-action:hover.list-group-item-warning,
.list-group-item-action.active.list-group-item-warning {
  background-color: rgba(230, 115, 29, 0.24);
}

.list-group-item-action:hover.list-group-item-danger,
.list-group-item-action.active.list-group-item-danger {
  background-color: rgba(208, 65, 55, 0.24);
}

.alert {
  position: relative;
  padding: 24px;
  border: 5px solid transparent;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
}

.alert i {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

.alert > *:last-child:not(.btn),
.alert h1:last-child:not(.btn),
.alert h2:last-child:not(.btn),
.alert h3:last-child:not(.btn),
.alert h4:last-child:not(.btn),
.alert h5:last-child:not(.btn),
.alert h6:last-child:not(.btn),
.alert p:last-child:not(.btn),
.alert ul:last-child:not(.btn),
.alert ol:last-child:not(.btn),
.alert a:last-child:not(.btn) {
  margin: 0;
}

.alert::before {
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 1px solid transparent;
  border-radius: 5px;
  content: '';
  z-index: -1;
}

.alert .alert-dismissible {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.alert .alert-dismissible.fade.show {
  opacity: 1;
}

.alert .alert-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  font-family: feather;
  font-size: 14px;
  cursor: pointer;
}

.alert .alert-close::before {
  content: '\E117';
}

.alert-default {
  background-color: rgba(82, 82, 82, 0.05);
  color: #525252;
}

.alert-default::before {
  border-color: rgba(82, 82, 82, 0.13);
}

.alert-default > *:not(.text-white),
.alert-default > *:not(.text-light),
.alert-default h1:not(.text-white),
.alert-default h1:not(.text-light),
.alert-default h2:not(.text-white),
.alert-default h2:not(.text-light),
.alert-default h3:not(.text-white),
.alert-default h3:not(.text-light),
.alert-default h4:not(.text-white),
.alert-default h4:not(.text-light),
.alert-default h5:not(.text-white),
.alert-default h5:not(.text-light),
.alert-default h6:not(.text-white),
.alert-default h6:not(.text-light),
.alert-default p:not(.text-white),
.alert-default p:not(.text-light),
.alert-default ul:not(.text-white),
.alert-default ul:not(.text-light),
.alert-default ol:not(.text-white),
.alert-default ol:not(.text-light),
.alert-default a:not(.text-white),
.alert-default a:not(.text-light) {
  color: #525252;
}

.alert-default .alert-close {
  color: #525252;
}

.alert-primary {
  background-color: #96c950;
  color: #ffffff;
}

.alert-primary::before {
  border-color: rgba(150, 201, 80, 0.25);
}

.alert-primary > *:not(.text-white),
.alert-primary > *:not(.text-light),
.alert-primary h1:not(.text-white),
.alert-primary h1:not(.text-light),
.alert-primary h2:not(.text-white),
.alert-primary h2:not(.text-light),
.alert-primary h3:not(.text-white),
.alert-primary h3:not(.text-light),
.alert-primary h4:not(.text-white),
.alert-primary h4:not(.text-light),
.alert-primary h5:not(.text-white),
.alert-primary h5:not(.text-light),
.alert-primary h6:not(.text-white),
.alert-primary h6:not(.text-light),
.alert-primary p:not(.text-white),
.alert-primary p:not(.text-light),
.alert-primary ul:not(.text-white),
.alert-primary ul:not(.text-light),
.alert-primary ol:not(.text-white),
.alert-primary ol:not(.text-light),
.alert-primary a:not(.text-white),
.alert-primary a:not(.text-light) {
  color: #ffffff;
}

.alert-primary .alert-close {
  color: #ffffff;
}

.alert-info {
  background-color: rgba(154, 160, 162, 0.12);
  color: #9aa0a2;
}

.alert-info::before {
  border-color: rgba(154, 160, 162, 0.3);
}

.alert-info > *:not(.text-white),
.alert-info > *:not(.text-light),
.alert-info h1:not(.text-white),
.alert-info h1:not(.text-light),
.alert-info h2:not(.text-white),
.alert-info h2:not(.text-light),
.alert-info h3:not(.text-white),
.alert-info h3:not(.text-light),
.alert-info h4:not(.text-white),
.alert-info h4:not(.text-light),
.alert-info h5:not(.text-white),
.alert-info h5:not(.text-light),
.alert-info h6:not(.text-white),
.alert-info h6:not(.text-light),
.alert-info p:not(.text-white),
.alert-info p:not(.text-light),
.alert-info ul:not(.text-white),
.alert-info ul:not(.text-light),
.alert-info ol:not(.text-white),
.alert-info ol:not(.text-light),
.alert-info a:not(.text-white),
.alert-info a:not(.text-light) {
  color: #9aa0a2;
}

.alert-info .alert-close {
  color: #9aa0a2;
}

.alert-success {
  background-color: rgba(30, 142, 32, 0.12);
  color: #1b811d;
}

.alert-success::before {
  border-color: rgba(30, 142, 32, 0.25);
}

.alert-success > *:not(.text-white),
.alert-success > *:not(.text-light),
.alert-success h1:not(.text-white),
.alert-success h1:not(.text-light),
.alert-success h2:not(.text-white),
.alert-success h2:not(.text-light),
.alert-success h3:not(.text-white),
.alert-success h3:not(.text-light),
.alert-success h4:not(.text-white),
.alert-success h4:not(.text-light),
.alert-success h5:not(.text-white),
.alert-success h5:not(.text-light),
.alert-success h6:not(.text-white),
.alert-success h6:not(.text-light),
.alert-success p:not(.text-white),
.alert-success p:not(.text-light),
.alert-success ul:not(.text-white),
.alert-success ul:not(.text-light),
.alert-success ol:not(.text-white),
.alert-success ol:not(.text-light),
.alert-success a:not(.text-white),
.alert-success a:not(.text-light) {
  color: #1b811d;
}

.alert-success .alert-close {
  color: #1b811d;
}

.alert-warning {
  background-color: rgba(230, 115, 29, 0.12);
  color: #db6c18;
}

.alert-warning::before {
  border-color: rgba(230, 115, 29, 0.25);
}

.alert-warning > *:not(.text-white),
.alert-warning > *:not(.text-light),
.alert-warning h1:not(.text-white),
.alert-warning h1:not(.text-light),
.alert-warning h2:not(.text-white),
.alert-warning h2:not(.text-light),
.alert-warning h3:not(.text-white),
.alert-warning h3:not(.text-light),
.alert-warning h4:not(.text-white),
.alert-warning h4:not(.text-light),
.alert-warning h5:not(.text-white),
.alert-warning h5:not(.text-light),
.alert-warning h6:not(.text-white),
.alert-warning h6:not(.text-light),
.alert-warning p:not(.text-white),
.alert-warning p:not(.text-light),
.alert-warning ul:not(.text-white),
.alert-warning ul:not(.text-light),
.alert-warning ol:not(.text-white),
.alert-warning ol:not(.text-light),
.alert-warning a:not(.text-white),
.alert-warning a:not(.text-light) {
  color: #db6c18;
}

.alert-warning .alert-close {
  color: #db6c18;
}

.alert-danger {
  background-color: #d04137;
  color: #ffffff;
}

.alert-danger::before {
  border-color: rgba(208, 65, 55, 0.25);
}

.alert-danger > *:not(.text-white),
.alert-danger > *:not(.text-light),
.alert-danger h1:not(.text-white),
.alert-danger h1:not(.text-light),
.alert-danger h2:not(.text-white),
.alert-danger h2:not(.text-light),
.alert-danger h3:not(.text-white),
.alert-danger h3:not(.text-light),
.alert-danger h4:not(.text-white),
.alert-danger h4:not(.text-light),
.alert-danger h5:not(.text-white),
.alert-danger h5:not(.text-light),
.alert-danger h6:not(.text-white),
.alert-danger h6:not(.text-light),
.alert-danger p:not(.text-white),
.alert-danger p:not(.text-light),
.alert-danger ul:not(.text-white),
.alert-danger ul:not(.text-light),
.alert-danger ol:not(.text-white),
.alert-danger ol:not(.text-light),
.alert-danger a:not(.text-white),
.alert-danger a:not(.text-light) {
  color: #ffffff;
}

.alert-danger .alert-close {
  color: #ffffff;
}

.alert-image-bg {
  border: 0;
}

.alert-image-bg::before {
  display: none;
}

.iziToast {
  border: 1px solid #e1e7ec;
  background: #FCFEFF;
}

.iziToast::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
  content: '';
  z-index: -1;
}

.iziToast > .iziToast-body {
  margin-left: 15px;
}

.iziToast > .iziToast-close {
  width: 40px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  background: none;
  background-position: center;
  background-color: transparent;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
  background-size: 8px;
  background-repeat: no-repeat;
}

.iziToast.iziToast-info {
  border-color: rgba(154, 160, 162, 0.3);
  background-color: #f2f2f3;
  color: #8d9496;
}

.iziToast.iziToast-info > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-success {
  border-color: rgba(30, 142, 32, 0.3);
  background-color: #80e481;
  color: #19751a;
}

.iziToast.iziToast-success > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-warning {
  border-color: rgba(230, 115, 29, 0.3);
  background-color: #f5c8a7;
  color: #db6c18;
}

.iziToast.iziToast-warning > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-danger {
  border-color: rgba(208, 65, 55, 0.3);
  background-color: #edb7b3;
  color: #d04137;
}

.iziToast.iziToast-danger > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=);
}

.alert .alert-close::before {
  color: #ffffff;
}

.modal {
  z-index: 9200;
}

.modal-content {
  border-radius: 7px;
  border-color: #e1e7ec;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-right: 20px;
  padding-left: 20px;
}

.modal-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal-footer .btn {
  margin-right: 0;
  margin-left: 12px;
}

.modal-open.hasScrollbar .navbar-stuck {
  width: calc(100% - 15px);
}

.modal-backdrop {
  z-index: 9100;
}

.example-modal .modal {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}

.progress {
  border-radius: 9px;
  background-color: #f2fbff;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.progress-bar {
  height: 18px;
  background-color: #96c950;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage::after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: '.';
  visibility: hidden;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0;
}

.owl-carousel .owl-item .from-top,
.owl-carousel .owl-item .from-bottom,
.owl-carousel .owl-item .from-left,
.owl-carousel .owl-item .from-right,
.owl-carousel .owl-item .scale-up,
.owl-carousel .owl-item .scale-down {
  -webkit-transition: all .45s .3s ease-in-out;
  transition: all .45s .3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-item .from-top {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}

.owl-carousel .owl-item .from-bottom {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

.owl-carousel .owl-item .from-left {
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}

.owl-carousel .owl-item .from-right {
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}

.owl-carousel .owl-item .scale-up {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.owl-carousel .owl-item .scale-down {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.owl-carousel .owl-item .delay-1 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.owl-carousel .owl-item .delay-2 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.owl-carousel .owl-item .delay-3 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.owl-carousel .owl-item .delay-4 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.owl-carousel .owl-item.active .from-top,
.owl-carousel .owl-item.active .from-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.owl-carousel .owl-item.active .from-left,
.owl-carousel .owl-item.active .from-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.owl-carousel .owl-item.active .scale-up,
.owl-carousel .owl-item.active .scale-down {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.owl-carousel .owl-item > img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-item > img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  border-radius: 50%;
  background-color: #525252;
  opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: .9;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  font-size: 24px;
  margin-top: -42px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: 50%;
  color: #868686;
  line-height: 40px;
  text-align: center;
  opacity: .7;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-prev {
  left: -36px;
}

.owl-carousel .owl-next {
  right: -36px;
}

.owl-carousel.large-controls .owl-prev,
.owl-carousel.large-controls .owl-next {
  width: 54px;
  height: 54px;
  margin-top: -47px;
  line-height: 50px;
}

.owl-carousel.large-controls .owl-prev {
  left: 30px;
}

.owl-carousel.large-controls .owl-next {
  right: 30px;
}

.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-bottom: 24px;
}

.owl-carousel.dots-inside .owl-dots .owl-dot {
  background-color: #ffffff;
  opacity: .5;
}

.owl-carousel.dots-inside .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel.dots-inside .owl-prev,
.owl-carousel.dots-inside .owl-next {
  margin-top: -22px;
}

.owl-carousel.dots-inside.large-controls .owl-prev,
.owl-carousel.dots-inside.large-controls .owl-next {
  margin-top: -27px;
}

.owl-carousel .widget {
  margin-bottom: 0;
}

.owl-carousel .widget.widget-featured-posts > .entry {
  margin-bottom: 0;
}

.no-js .owl-carousel {
  display: block;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.hero-slider {
  width: 100%;
  min-height: 580px;
  background-position: center;
  background-color: #FCFEFF;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-slider > .owl-carousel {
  min-height: 580px;
}

.hero-slider > .owl-carousel.dots-inside .owl-dots {
  display: inline-block;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 22px 14px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #525252;
}

.hero-slider > .owl-carousel .owl-prev,
.hero-slider > .owl-carousel .owl-next {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.hero-slider > .owl-carousel .owl-prev {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

.hero-slider > .owl-carousel .owl-next {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}

.hero-slider > .owl-carousel:hover .owl-prev,
.hero-slider > .owl-carousel:hover .owl-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 991px) {
  .hero-slider > .owl-carousel .owl-prev,
  .hero-slider > .owl-carousel .owl-next {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hero-slider {
    min-height: 430px;
  }

  .hero-slider > .owl-carousel {
    min-height: 430px;
  }
}

@media (max-width: 576px) {
  .owl-nav {
    display: none;
  }
}

.gallery-item {
  margin-bottom: 30px;
}

.gallery-item > a {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.gallery-item > a > img {
  display: block;
  width: 100%;
}

.gallery-item > a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: '';
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.gallery-item > a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -19px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .35s;
  transition: all .35s;
  color: #ffffff;
  font-family: feather;
  font-size: 26px;
  text-align: center;
  content: '\E036';
  opacity: 0;
  z-index: 5;
}

.gallery-item > a:hover::before {
  opacity: .45;
}

.gallery-item > a:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.gallery-item > a[data-type='video']::after {
  left: 50%;
  width: 46px;
  height: 46px;
  margin-top: -22px;
  margin-left: -22px;
  padding-left: 5px;
  -webkit-transform: none;
          transform: none;
  border-radius: 50%;
  background-color: #ffffff;
  color: #525252;
  font-size: 27px;
  line-height: 42px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  content: '\E052';
  opacity: 1;
}

.gallery-item .caption {
  display: none;
}

.grid-no-gap .gallery-item {
  margin-bottom: 0;
}

.grid-no-gap .gallery-item > a {
  border-radius: 0;
}

.owl-carousel .gallery-item {
  margin-bottom: 0;
}

.pswp__zoom-wrap {
  text-align: center;
}

.pswp__zoom-wrap::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

.pswp__caption__center {
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.countdown {
  display: inline-block;
}

.countdown::after {
  display: block;
  clear: both;
  content: '';
}

.countdown .item {
  display: block;
  margin: 7px;
  float: left;
  text-align: center;
}

.countdown .item .days,
.countdown .item .hours,
.countdown .item .minutes,
.countdown .item .seconds {
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  font-size: 22px;
  line-height: 46px;
}

.countdown .item .days_ref,
.countdown .item .hours_ref,
.countdown .item .minutes_ref,
.countdown .item .seconds_ref {
  font-size: 12px;
  text-transform: uppercase;
}

.countdown.countdown-inverse .item .days,
.countdown.countdown-inverse .item .hours,
.countdown.countdown-inverse .item .minutes,
.countdown.countdown-inverse .item .seconds {
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.countdown.countdown-inverse .item .days_ref,
.countdown.countdown-inverse .item .hours_ref,
.countdown.countdown-inverse .item .minutes_ref,
.countdown.countdown-inverse .item .seconds_ref {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar {
  width: 100%;
  max-width: 400px;
}

.widget-title {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e7ec;
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.widget {
  margin-bottom: 38px;
}

.widget .form-group {
  margin-bottom: 0;
}

.widget ul {
  margin-bottom: 12px;
}

.widget .market-button:last-child {
  margin-bottom: 0;
}

.widget .custom-control:last-child {
  margin-bottom: 0 !important;
}

.widget-categories ul,
.widget-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-categories ul > li,
.widget-links ul > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 14px;
}

.widget-categories ul > li:last-child,
.widget-links ul > li:last-child {
  margin-bottom: 0;
}

.widget-categories ul > li::before,
.widget-links ul > li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  color: #9da9b9;
}

.widget-categories ul > li > a,
.widget-links ul > li > a {
  display: inline-block;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.widget-categories ul > li > a:hover,
.widget-links ul > li > a:hover {
  color: #96c950;
}

.widget-categories ul > li.active > a,
.widget-links ul > li.active > a {
  color: #1e8e20;
}

.widget-categories ul > li > span,
.widget-links ul > li > span {
  margin-left: 4px;
  color: #9da9b9;
}

.widget-categories ul > li.has-children ul,
.widget-links ul > li.has-children ul {
  border-left: 1px solid #dee5ea;
}

.widget-categories ul > li.has-children ul li::before,
.widget-links ul > li.has-children ul li::before {
  top: 14px;
  width: 8px;
  height: 1px;
  -webkit-transform: none;
  transform: none;
  border: 0;
  background-color: #dee5ea;
  color: transparent;
}

.widget-categories ul > li.has-children ul li a,
.widget-links ul > li.has-children ul li a {
  font-size: 13px;
}

.widget-categories ul > li.has-children ul ul > li,
.widget-links ul > li.has-children ul ul > li {
  margin-bottom: 0;
}

.widget-categories ul > li.has-children > ul,
.widget-links ul > li.has-children > ul {
  max-height: 0;
  -webkit-transition: max-height .6s;
  transition: max-height .6s;
  overflow: hidden;
}

.widget-categories ul > li.has-children.expanded::before,
.widget-links ul > li.has-children.expanded::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.widget-categories ul > li.has-children.expanded > ul,
.widget-links ul > li.has-children.expanded > ul {
  max-height: 800px;
}

.widget-featured-posts > .entry,
.widget-featured-products > .entry {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}

.widget-featured-posts > .entry .entry-thumb,
.widget-featured-posts > .entry .entry-content,
.widget-featured-products > .entry .entry-thumb,
.widget-featured-products > .entry .entry-content {
  display: table-cell;
  vertical-align: middle;
}

.widget-featured-posts > .entry .entry-thumb,
.widget-featured-products > .entry .entry-thumb {
  width: 62px;
  padding-right: 12px;
}

.widget-featured-posts > .entry .entry-thumb > a,
.widget-featured-products > .entry .entry-thumb > a {
  display: block;
  border-radius: 10%;
  overflow: hidden;
}

.widget-featured-posts > .entry .entry-title,
.widget-featured-products > .entry .entry-title {
  margin-bottom: 0;
  font-size: 14px;
}

.widget-featured-posts > .entry .entry-title > a,
.widget-featured-products > .entry .entry-title > a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  font-weight: 500;
  text-decoration: none;
}

.widget-featured-posts > .entry .entry-title > a:hover,
.widget-featured-products > .entry .entry-title > a:hover {
  color: #96c950;
}

.widget-featured-posts > .entry .entry-meta,
.widget-featured-products > .entry .entry-meta {
  display: block;
  margin-bottom: 0;
  padding-top: 4px;
  color: #9da9b9;
  font-size: 12px;
}

.widget-featured-products > .entry {
  margin-bottom: 12px;
}

.widget-featured-products > .entry .entry-thumb > a {
  border-radius: 0;
}

.widget-featured-products > .entry .entry-meta {
  color: #525252;
  font-size: 13px;
}

.tag {
  display: inline-block;
  height: 28px;
  margin-right: 4px;
  margin-bottom: 8px;
  padding: 0 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e1e7ec;
  border-radius: 14px;
  color: #2b2b2b !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none !important;
  white-space: nowrap;
}

.tag:hover {
  background-color: #FCFEFF;
  color: #2b2b2b !important;
}

.tag.active {
  border-color: #1e8e20;
  background-color: #1e8e20;
  color: #ffffff !important;
  cursor: default;
}

.text-right .tag {
  margin-right: 0;
  margin-left: 4px;
}

.text-center .tag {
  margin-right: 2px;
  margin-left: 2px;
}

.widget-order-summary .table td {
  padding: 6px 0;
  border: 0;
}

.widget-order-summary .table td:last-child {
  text-align: right;
}

.widget-order-summary .table tr:first-child > td {
  padding-top: 0;
}

.widget-order-summary .table tr:last-child > td {
  padding-top: 12px;
  border-top: 1px solid #e1e7ec;
}

.widget-order-summary .table tr:nth-last-child(2) > td {
  padding-bottom: 12px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noUi-target {
  position: relative;
  border-radius: 3px;
  direction: ltr;
}

.noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -8px;
  width: 16px;
  height: 16px;
}

.noUi-background {
  background: #edf9ff;
}

.noUi-connect {
  -webkit-transition: background .45s;
  transition: background .45s;
  background: #9da9b9;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 4px solid #9da9b9;
  border-radius: 50%;
  background: #ffffff;
  cursor: default;
}

.price-range-slider {
  padding-top: 9px;
}

.price-range-slider .ui-range-slider-footer {
  display: table;
  width: 100%;
  padding-top: 30px;
}

.price-range-slider .ui-range-slider-footer > .column {
  display: table-cell;
  vertical-align: middle;
}

.price-range-slider .ui-range-slider-footer > .column:first-child {
  width: 40%;
}

.price-range-slider .ui-range-slider-footer > .column:last-child {
  width: 60%;
  padding-left: 15px;
  text-align: right;
}

.price-range-slider .ui-range-slider-footer .btn {
  height: 28px;
  margin: 0;
  padding: 0 15px;
  line-height: 26px;
}

.price-range-slider .ui-range-values {
  display: inline-block;
}

.price-range-slider .ui-range-values .ui-range-value-min,
.price-range-slider .ui-range-values .ui-range-value-max {
  display: inline-block;
  font-size: 14px;
}

.widget-light-skin .widget-title {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(82, 82, 82, 0.6);
}

.widget-light-skin.widget-categories ul > li::before,
.widget-light-skin.widget-links ul > li::before {
  color: rgba(82, 82, 82, 0.9);
}

.widget-light-skin.widget-categories ul > li > a,
.widget-light-skin.widget-links ul > li > a {
  color: rgba(82, 82, 82, 0.9);
}

.widget-light-skin.widget-categories ul > li > a:hover,
.widget-light-skin.widget-links ul > li > a:hover {
  color: #1e8e20;
}

.widget-light-skin.widget-categories ul > li.active > a,
.widget-light-skin.widget-links ul > li.active > a {
  color: #1e8e20;
}

.widget-light-skin.widget-categories ul > li > span,
.widget-light-skin.widget-links ul > li > span {
  color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-featured-posts > .entry .entry-title > a,
.widget-light-skin.widget-featured-products > .entry .entry-title > a {
  color: #ffffff;
}

.widget-light-skin.widget-featured-posts > .entry .entry-title > a:hover,
.widget-light-skin.widget-featured-products > .entry .entry-title > a:hover {
  color: #96c950;
}

.widget-light-skin.widget-featured-posts > .entry .entry-meta,
.widget-light-skin.widget-featured-products > .entry .entry-meta {
  color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin .tag {
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
}

.widget-light-skin .tag:hover {
  background-color: #FCFEFF;
  color: #2b2b2b !important;
}

.widget-light-skin .tag.active {
  border-color: #1e8e20;
  background-color: #1e8e20;
  color: #ffffff !important;
}

.img-listproducts {
  width: 50px;
  height: 50px;
}

.promo-box {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  background-position: center;
  background-color: #FCFEFF;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-box .overlay-dark,
.promo-box .overlay-light {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: '';
  opacity: 0.5;
  z-index: 1;
}

.promo-box .overlay-light {
  background-color: #ffffff;
}

.promo-box .promo-box-content {
  position: relative;
  z-index: 5;
}

.br-theme-fontawesome-stars-o .br-widget {
  height: 28px;
  white-space: nowrap;
}

.br-theme-fontawesome-stars-o .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-fontawesome-stars-o .br-widget a:after {
  content: '\F006';
  color: #d2d2d2;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: '\F005';
  color: #50E3C2;
}

.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: '\F005';
  color: #50E3C2;
}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: '\F123';
  color: #50E3C2;
}

.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}

.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default;
}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\F006';
    color: black;
  }

  .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\F005';
    color: black;
  }

  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\F123';
    color: black;
  }
}

.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a:after {
  content: '\F005';
  color: #d2d2d2;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #EDB867;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}

.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}

@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\F006';
    color: black;
  }

  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\F005';
    color: black;
  }
}

#zoomple_previewholder {
  left: 0;
  top: 0;
  z-index: 99;
  position: absolute;
  display: none;
  width: 300px;
  height: 300px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#zoomple_previewholder .image_wrap {
  left: 0;
  top: 0;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.9);
}

#zoomple_previewholder.rounded .image_wrap {
  border: 0 solid #454C50;
  border-radius: 50%;
  background-clip: padding-box;
}

#zoomple_previewholder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  z-index: 1;
}

#zoomple_previewholder.rounded .overlay {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 20px 7px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 20px 7px rgba(255, 255, 255, 0.1);
}

#zoomple_previewholder .cursor {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
}

#zoomple_previewholder.zp-visible {
  display: block;
}

#zoomple_previewholder img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 900%;
}

#zoomple_previewholder .caption-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  width: 100%;
  margin: 0;
  padding: 0;
  font: 11px Verdana,sans-serif;
  color: #090808;
  border-radius: 0 0 7px 7px;
  display: none;
}

#zoomple_previewholder .caption-wrap .caption {
  padding: 5px 10px;
  font: 11px Verdana,sans-serif;
  border-radius: 0 0 7px 7px;
  background: #fff;
}

#zoomple_image_overlay {
  background: red;
  position: absolute;
  z-index: 100;
  filter: alpha(opacity=1);
  opacity: 0.01;
}

#zoomple_image_overlay.preview {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#zoomple_image_overlay .eyelet {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.marquee {
  filter: alpha(opacity=100);
}

.fw-section {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fw-section > .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: '';
  opacity: 0.6;
  z-index: 1;
}

.fw-section > .container,
.fw-section > .container-fluid,
.fw-section > div {
  position: relative;
  z-index: 5;
}

.fw-section.bg-fixed {
  background-attachment: fixed;
}

.fw-section.no-cover-bg {
  background-size: auto;
}

.isotope-grid {
  position: relative;
  min-height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 74px;
}

.isotope-grid > .grid-item {
  display: none;
}

.isotope-grid[style] {
  background: none;
}

.isotope-grid[style] > .grid-item {
  display: inline-block;
  -webkit-animation: showGrid .6s;
  animation: showGrid .6s;
}

.isotope-grid .gutter-sizer {
  width: 30px;
}

.isotope-grid .grid-item {
  margin-bottom: 30px;
}

.isotope-grid .grid-item .post-tile,
.isotope-grid .grid-item .portfolio-tile {
  margin-bottom: 0;
}

.isotope-grid.cols-1 .gutter-sizer {
  width: 0;
}

.isotope-grid.cols-1 .grid-sizer,
.isotope-grid.cols-1 .grid-item {
  width: 100%;
}

.isotope-grid.cols-2 .grid-sizer,
.isotope-grid.cols-2 .grid-item {
  width: calc((100% / 2) - 15px);
}

.isotope-grid.cols-3 .grid-sizer,
.isotope-grid.cols-3 .grid-item {
  width: calc((100% / 3) - 20px);
}

.isotope-grid.cols-4 .grid-sizer,
.isotope-grid.cols-4 .grid-item {
  width: calc((100% / 4) - 22.5px);
}

.isotope-grid.cols-5 .grid-sizer,
.isotope-grid.cols-5 .grid-item {
  width: calc((100% / 5) - 24px);
}

.isotope-grid.cols-6 .grid-sizer,
.isotope-grid.cols-6 .grid-item {
  width: calc((100% / 6) - 25px);
}

@media (max-width: 1200px) {
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item,
  .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item,
  .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item,
  .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item {
    width: calc((100% / 3) - 22.5px);
  }
}

@media (max-width: 768px) {
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item,
  .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item,
  .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item,
  .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item {
    width: calc((100% / 2) - 15px);
  }
}

@media (max-width: 576px) {
  .isotope-grid.cols-6 .gutter-sizer,
  .isotope-grid.cols-5 .gutter-sizer,
  .isotope-grid.cols-4 .gutter-sizer,
  .isotope-grid.cols-3 .gutter-sizer,
  .isotope-grid.cols-2 .gutter-sizer {
    width: 0;
  }

  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item,
  .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item,
  .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item,
  .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item,
  .isotope-grid.cols-2 .grid-sizer,
  .isotope-grid.cols-2 .grid-item {
    width: 100%;
  }
}

.isotope-grid.grid-no-gap .gutter-sizer {
  width: 0;
}

.isotope-grid.grid-no-gap .grid-item {
  margin-bottom: 0;
}

.isotope-grid.grid-no-gap.cols-2 .grid-sizer,
.isotope-grid.grid-no-gap.cols-2 .grid-item {
  width: 50%;
}

.isotope-grid.grid-no-gap.cols-3 .grid-sizer,
.isotope-grid.grid-no-gap.cols-3 .grid-item {
  width: 33.33333333%;
}

.isotope-grid.grid-no-gap.cols-4 .grid-sizer,
.isotope-grid.grid-no-gap.cols-4 .grid-item {
  width: 25%;
}

.isotope-grid.grid-no-gap.cols-5 .grid-sizer,
.isotope-grid.grid-no-gap.cols-5 .grid-item {
  width: 20%;
}

.isotope-grid.grid-no-gap.cols-6 .grid-sizer,
.isotope-grid.grid-no-gap.cols-6 .grid-item {
  width: 16.66666667%;
}

@media (max-width: 1200px) {
  .isotope-grid.grid-no-gap.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-6 .grid-item,
  .isotope-grid.grid-no-gap.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-5 .grid-item,
  .isotope-grid.grid-no-gap.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-4 .grid-item,
  .isotope-grid.grid-no-gap.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-3 .grid-item {
    width: 33.33333333%;
  }
}

@media (max-width: 768px) {
  .isotope-grid.grid-no-gap.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-6 .grid-item,
  .isotope-grid.grid-no-gap.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-5 .grid-item,
  .isotope-grid.grid-no-gap.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-4 .grid-item,
  .isotope-grid.grid-no-gap.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-3 .grid-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .isotope-grid.grid-no-gap.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-6 .grid-item,
  .isotope-grid.grid-no-gap.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-5 .grid-item,
  .isotope-grid.grid-no-gap.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-4 .grid-item,
  .isotope-grid.grid-no-gap.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-3 .grid-item,
  .isotope-grid.grid-no-gap.cols-2 .grid-sizer,
  .isotope-grid.grid-no-gap.cols-2 .grid-item {
    width: 100%;
  }
}

@-webkit-keyframes showGrid {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes showGrid {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.topbar {
  display: table;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  border-bottom: 1px solid #96c950;
  background-color: #96c950;
  z-index: 9010;
}

.topbar .topbar-column {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.topbar .topbar-column:last-child {
  text-align: right;
}

.topbar .topbar-column:first-child {
  text-align: left;
}

.topbar .topbar-column a:not(.social-button),
.topbar .topbar-column span,
.topbar .topbar-column p {
  color: #2b2b2b;
  font-size: 13px;
}

.topbar .topbar-column > a:not(.social-button),
.topbar .topbar-column > span,
.topbar .topbar-column > p {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.topbar .topbar-column > a:not(.social-button) > i,
.topbar .topbar-column > span > i,
.topbar .topbar-column > p > i {
  margin-top: -3px;
}

.topbar .topbar-column > a:not(.social-button) > i.icon-download,
.topbar .topbar-column > span > i.icon-download,
.topbar .topbar-column > p > i.icon-download {
  margin-top: -4px;
}

.topbar .topbar-column a:not(.social-button) {
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
}

.topbar .topbar-column a:not(.social-button):hover {
  color: #96c950;
}

.topbar .topbar-column:last-child > a:not(.social-button),
.topbar .topbar-column:last-child > span,
.topbar .topbar-column:last-child > p {
  margin-left: 20px;
}

.topbar .topbar-column:first-child > a:not(.social-button),
.topbar .topbar-column:first-child > span,
.topbar .topbar-column:first-child > p {
  margin-right: 20px;
}

.lang-currency-switcher-wrap {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  cursor: pointer;
  vertical-align: middle;
}

.lang-currency-switcher-wrap .lang-currency-switcher > .language,
.lang-currency-switcher-wrap .lang-currency-switcher > .currency,
.lang-currency-switcher-wrap .lang-currency-switcher::after {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}

.lang-currency-switcher-wrap .lang-currency-switcher > .language {
  width: 20px;
}

.lang-currency-switcher-wrap .lang-currency-switcher > .currency {
  margin-left: 12px;
  padding: 4px 0 4px 12px;
  border-left: 1px solid #e1e7ec;
}

.lang-currency-switcher-wrap .lang-currency-switcher::after {
  margin-left: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lang-currency-switcher-wrap .lang-currency-switcher:hover > .language,
.lang-currency-switcher-wrap .lang-currency-switcher:hover > .currency,
.lang-currency-switcher-wrap .lang-currency-switcher:hover::after {
  color: #2b2b2b;
}

.lang-currency-switcher-wrap .lang-currency-switcher.active > .language,
.lang-currency-switcher-wrap .lang-currency-switcher.active > .currency,
.lang-currency-switcher-wrap .lang-currency-switcher.active::after {
  color: #1e8e20;
}

.lang-currency-switcher-wrap .lang-currency-switcher.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lang-currency-switcher-wrap .dropdown-menu {
  right: 0;
  left: auto;
  padding-bottom: 12px;
}

.lang-currency-switcher-wrap .dropdown-item {
  padding-top: 4px;
  padding-bottom: 4px;
}

.lang-currency-switcher-wrap .dropdown-item > img {
  display: inline-block;
  width: 17px;
  margin-top: -1px;
  margin-right: 7px;
  vertical-align: middle;
}

.lang-currency-switcher-wrap .currency-select {
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.site-search {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.site-search > input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 120px;
  padding-left: 30px;
  border: 0;
  background-color: #ffffff;
  color: #525252;
  font-size: 16px;
}

.site-search > input:focus {
  outline: 0;
}

.site-search > input::-moz-placeholder {
  color: #9da9b9;
  opacity: 1;
}

.site-search > input:-ms-input-placeholder {
  color: #9da9b9;
}

.site-search > input::-webkit-input-placeholder {
  color: #9da9b9;
}

.site-search .search-tools {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
  z-index: 5;
}

.site-search .search-tools .clear-search,
.site-search .search-tools .close-search {
  display: inline-block;
  -webkit-transition: color .25s;
  transition: color .25s;
  cursor: pointer;
  vertical-align: middle;
}

.site-search .search-tools .clear-search {
  padding: 10px 0;
  color: #9da9b9;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-search .search-tools .clear-search:hover {
  color: #525252;
}

.site-search .search-tools .close-search {
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.site-search .search-tools .close-search:hover {
  color: #9da9b9;
}

.site-search.search-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .site-search > input {
    padding-right: 105px;
    padding-left: 15px;
  }

  .site-search .search-tools {
    right: 15px;
  }
}

.navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 84px;
  border-bottom: 1px solid #e1e7ec;
  background-color: #ffffff;
  z-index: 9000;
}

.navbar.navbar-stuck {
  position: fixed;
  z-index: 9010;
}

.site-branding {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
}

.site-branding .inner {
  display: table;
  height: 100%;
  min-height: 100%;
}

.site-logo,
.offcanvas-toggle {
  display: table-cell;
  vertical-align: middle;
}

.site-logo {
  width: 152px;
  padding: 10px 0 13px 20px;
  text-decoration: none;
}

.site-logo > img {
  display: block;
  width: 100%;
}

@media (min-width: 991px) {
  .site-logo {
    width: 212px;
  }
}

.offcanvas-toggle {
  width: 74px;
  -webkit-transition: color .3s;
  transition: color .3s;
  border-right: 1px solid #e1e7ec;
  color: #525252;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.offcanvas-toggle::before {
  display: inline-block;
  font-family: feather;
  content: '\E120';
}

.offcanvas-toggle:hover {
  color: #96c950;
}

.offcanvas-toggle.menu-toggle {
  display: none;
}

.site-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.site-menu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.site-menu ul > li > a {
  padding: 0 15px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-menu ul > li:hover > a {
  color: #96c950;
}

.site-menu ul > li.active > a {
  color: #1e8e20;
}

.site-menu > ul {
  display: table;
  height: 100%;
  min-height: 100%;
}

.site-menu > ul > li {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.site-menu > ul > li > a {
  display: table;
  height: 100%;
  min-height: 100%;
  border-top: 1px solid transparent;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.site-menu > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
}

.site-menu > ul > li.active > a {
  border-top-color: #1e8e20;
}

.site-menu ul > li:hover > .sub-menu {
  display: block;
  -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.site-menu ul > li:hover > .mega-menu {
  display: table;
  -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.site-menu ul > li:hover > .mega-menu .sub-menu {
  -webkit-animation: none;
  animation: none;
}

.site-menu > ul > li.has-megamenu {
  position: static;
}

.toolbar {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  z-index: 5;
}

.toolbar .inner {
  display: table;
  height: 100%;
  min-height: 100%;
}

.toolbar .tools {
  display: table-cell;
  vertical-align: middle;
}

.toolbar .search,
.toolbar .account,
.toolbar .cart {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 6px;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  color: #525252;
  font-size: 17px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.toolbar .search > i,
.toolbar .account > i,
.toolbar .cart > i {
  line-height: 39px;
}

.toolbar .search > a,
.toolbar .account > a,
.toolbar .cart > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.toolbar .search:hover,
.toolbar .account:hover,
.toolbar .cart:hover {
  background-color: #FCFEFF;
}

.toolbar .account > a::after,
.toolbar .cart > a::after {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 18px;
  margin-top: -10px;
  content: '';
}

.toolbar .search > i {
  line-height: 40px;
}

.toolbar .cart {
  width: auto;
  padding: 0 16px;
  border-radius: 22px;
}

.toolbar .cart > a {
  border-radius: 22px;
}

.toolbar .cart > .count,
.toolbar .cart > .subtotal {
  display: inline-block;
  margin-top: 2px;
  font-size: 14px;
  vertical-align: middle;
}

.toolbar .cart > .count {
  margin-left: 5px;
}

.toolbar .cart > .subtotal {
  margin-left: 11px;
  padding: 1px 0 1px 12px;
  border-left: 1px solid #e1e7ec;
}

@media (max-width: 1200px) {
  .toolbar .cart {
    padding: 0 14px;
  }

  .toolbar .cart > .subtotal {
    display: none;
  }
}

.toolbar-dropdown {
  margin-top: 7px !important;
  text-align: left;
}

.toolbar .account > .toolbar-dropdown {
  left: 50%;
  margin-left: -100px;
}

.toolbar .cart > .toolbar-dropdown {
  right: 0;
  left: auto;
  width: 260px;
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group {
  display: table;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  border-top: 1px solid #e1e7ec;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group:last-child {
  border-top: 0;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column {
  display: table-cell;
  vertical-align: top;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:first-child {
  padding-right: 6px;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group > .column:last-child {
  padding-left: 6px;
}

.toolbar .cart > .toolbar-dropdown > .toolbar-dropdown-group .btn {
  margin: 0;
}

.dropdown-product-item {
  display: table;
  position: relative;
  width: 100%;
  padding: 9px 0;
  border-top: 1px dashed #d8e0e6;
}

.dropdown-product-item:first-child {
  border-top: 0;
}

.dropdown-product-item > .dropdown-product-thumb,
.dropdown-product-item > .dropdown-product-info {
  display: table-cell;
  vertical-align: top;
}

.dropdown-product-item > .dropdown-product-thumb {
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.dropdown-product-item > .dropdown-product-thumb > img {
  display: block;
  width: 100%;
}

.dropdown-product-item > .dropdown-product-remove {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  color: #d04137;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.dropdown-product-item > .dropdown-product-info {
  padding-right: 15px;
  padding-left: 12px;
}

.dropdown-product-item .dropdown-product-title {
  display: block;
  padding-top: 2px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-product-item .dropdown-product-title:hover {
  color: #96c950;
}

.dropdown-product-item .dropdown-product-details {
  color: #9da9b9;
  font-size: 14px;
}

.toolbar .account:hover > .toolbar-dropdown,
.toolbar .cart:hover > .toolbar-dropdown {
  display: block;
  -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 1070px) {
  .navbar {
    min-height: 78px;
  }

  .toolbar {
    right: 15px;
  }

  .offcanvas-toggle.menu-toggle {
    display: table-cell;
  }

  .site-menu,
  .offcanvas-toggle.cats-toggle,
  .toolbar .account,
  .toolbar-dropdown {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .topbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .offcanvas-toggle {
    width: 56px;
  }

  .site-logo {
    width: 122px;
    padding-left: 7px;
  }
}

.app_supervegan .white_color {
  color: #fff;
}

.app_supervegan .black_color {
  color: #000;
}

.app_supervegan .dark_gray_color {
  color: #433225;
}

.app_supervegan .dark_gray_2_color {
  color: #525252;
}

.app_supervegan .dark_gray_3_color {
  color: #676464;
}

.app_supervegan .gray_color {
  color: #9DA9B9;
}

.app_supervegan .light_gray_color {
  color: #D0D5DD;
}

.app_supervegan .yellow_color {
  color: #FCD404;
}

.app_supervegan .toasty_yellow_color {
  color: #FFB020;
}

.app_supervegan .orange_color {
  color: #D12D00;
}

.app_supervegan .brown_color {
  color: #E1DCBB;
}

.app_supervegan .dark_brown_color {
  color: #492911;
}

.app_supervegan .medium_brown_color {
  color: #6A5748;
}

.app_supervegan .green_color {
  color: #1E8E20;
}

.app_supervegan .light_green_color {
  color: #96C950;
}

.app_supervegan .red_color {
  color: #8F2027;
}

.app_supervegan .opacity_text {
  opacity: 0.7;
}

.app_supervegan .window_height {
  height: calc(100vh - 40px);
  min-height: 700px;
}

@media (max-width: 1070px) {
  .app_supervegan .window_height {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .app_supervegan .window_height {
    min-height: 550px;
  }
}

@media (max-width: 440px) {
  .app_supervegan .window_height {
    min-height: 490px;
  }
}

.app_supervegan .max_width_1440 {
  max-width: 1440px;
}

.app_supervegan .max_width_1300 {
  max-width: 1310px;
}

.app_supervegan .max_width_1260 {
  max-width: 1260px;
}

.app_supervegan .max_width_1240 {
  max-width: 1240px;
}

.app_supervegan .max_width_1190 {
  max-width: 1190px;
}

.app_supervegan .max_width_1135 {
  max-width: 1135px;
}

.app_supervegan .max_width_1000 {
  max-width: 1070px;
}

.app_supervegan .max_width_780 {
  max-width: 780px;
}

.app_supervegan .max_width_565 {
  max-width: 565px;
}

.app_supervegan .neverbreak_text {
  space: nowrap;
}

.app_supervegan .topbar {
  border-bottom: 1px solid #FCD404;
  background-color: #FCD404;
  z-index: 910;
}

@media (max-width: 1070px) {
  .app_supervegan .topbar {
    display: none;
  }
}

.app_supervegan .topbar .text-white {
  color: #000 !important;
}

.app_supervegan .topbar i {
  color: #000;
}

.app_supervegan .navbar_supervegan {
  left: 0;
  width: 100%;
  min-height: 84px;
  z-index: 900;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  position: fixed;
}

@media (min-width: 1071px) {
  .app_supervegan .navbar_supervegan {
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1071px) {
  .app_supervegan .navbar_supervegan.navbar-stuck {
    background: #444444;
    top: 0;
  }
}

.app_supervegan .supervegan_logo_wrap {
  position: absolute;
  left: 40px;
  top: -13px;
  z-index: 1000;
  width: 130px;
}

@media (max-width: 1070px) {
  .app_supervegan .supervegan_logo_wrap {
    width: 133px;
    left: calc(50% - 3px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 15px;
  }
}

@media (max-width: 1070px) {
  .app_supervegan .supervegan_logo_wrap.supervegan_logo_wrap_dektop {
    display: none;
  }
}

@media (min-width: 1071px) {
  .app_supervegan .supervegan_logo_wrap.supervegan_logo_wrap_mobile {
    display: none;
  }
}

.app_supervegan .lang-currency-switcher-wrap .lang-currency-switcher > .currency {
  border-left: 1px solid #000;
}

.app_supervegan .lang-currency-switcher-wrap .lang-currency-switcher > .language,
.app_supervegan .lang-currency-switcher-wrap .lang-currency-switcher > .currency,
.app_supervegan .lang-currency-switcher-wrap .lang-currency-switcher::after {
  color: #000;
}

.app_supervegan .lang-currency-switcher-wrap .lang-currency-switcher:hover > .language,
.app_supervegan .lang-currency-switcher-wrap .lang-currency-switcher:hover > .currency,
.app_supervegan .lang-currency-switcher-wrap .lang-currency-switcher:hover::after {
  color: #fff;
}

@media (min-width: 1071px) {
  .app_supervegan .toolbar_supervegan {
    position: relative;
  }
}

.app_supervegan .toolbar_supervegan .search,
.app_supervegan .toolbar_supervegan .account,
.app_supervegan .toolbar_supervegan .cart,
.app_supervegan .mobile_left_button {
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  position: relative;
}

.app_supervegan .toolbar_supervegan .search:hover,
.app_supervegan .toolbar_supervegan .account:hover,
.app_supervegan .toolbar_supervegan .cart:hover,
.app_supervegan .mobile_left_button:hover {
  color: #000;
}

.app_supervegan .toolbar.toolbar_supervegan .cart > .count,
.app_supervegan .toolbar.toolbar_supervegan .cart > .subtotal {
  margin-top: -3px;
}

.app_supervegan .toolbar_supervegan .cart {
  width: auto;
  padding: 0 10px;
}

.app_supervegan .site-search {
  width: calc(100% - 145px);
  right: 0;
  top: 0;
}

.app_supervegan .supervegan_menu {
  position: relative;
  margin-right: 40px;
}

.app_supervegan .supervegan_menu a {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  margin: 0 10px;
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.app_supervegan .supervegan_menu a:active,
.app_supervegan .supervegan_menu a:hover {
  color: #FFB520;
}

@media (max-width: 1070px) {
  .app_supervegan .tools .search {
    display: none;
  }

  .app_supervegan .supervegan_menu {
    display: none;
  }
}

.app_supervegan .mobile_left_button {
  position: absolute;
  top: 8px;
  left: 15px;
  background: rgba(68, 68, 68, 0.8);
  border-radius: 1000px;
  line-height: 41px;
  padding: 0 13px;
}

@media (min-width: 1071px) {
  .app_supervegan .mobile_left_button {
    display: none;
  }
}

.app_supervegan .mobile_left_button i {
  font-size: 12px;
  position: relative;
  line-height: 40px;
  left: -1.5px;
}

@media (max-width: 1070px) {
  .app_supervegan .toolbar_supervegan .cart {
    background: rgba(68, 68, 68, 0.8);
  }
}

@media (max-width: 1070px) {
  .app_supervegan .toolbar_supervegan .tools {
    display: block;
    margin-top: 7px;
  }
}

.app_supervegan .supervegan_close_mobile_menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #E3E9ED;
  font-size: 12px;
}

.app_supervegan .supervegan_mobile_menu {
  width: calc(100% - 50px);
  height: 100%;
  overflow: scroll;
  background: #333333;
  border-radius: 0px 10px 10px 0px;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .supervegan_mobile_menu .supervegan_mobile_menu_center {
  border-bottom: 1px solid #E3E9ED;
  border-top: 1px solid #E3E9ED;
}

.app_supervegan .supervegan_mobile_menu .menu-item {
  position: relative;
}

.app_supervegan .supervegan_mobile_menu .menu-item.menu-item-has-children .sub_menu_toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 54px;
  border: 0;
  padding: 0;
  background: transparent;
}

.app_supervegan .supervegan_mobile_menu .menu-item.menu-item-has-children .sub_menu_toggle:after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\E92B";
  font-weight: normal;
  color: #8A939F;
  font-size: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app_supervegan .supervegan_mobile_menu .menu-item.menu-item-has-children .sub_menu {
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.app_supervegan .supervegan_mobile_menu .menu-item.menu-item-has-children .sub_menu a {
  padding: 10px 30px 10px 60px;
  font-size: 14px;
  font-weight: 500;
  color: #9DA9B9;
}

.app_supervegan .supervegan_mobile_menu .menu-item.menu-item-has-children .sub_menu a span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app_supervegan .supervegan_mobile_menu .menu-item.menu-item-has-children .sub_menu a.active {
  color: #FFB020;
}

.app_supervegan .supervegan_mobile_menu .menu-item.active > a {
  color: #FFB020;
}

.app_supervegan .supervegan_mobile_menu .menu-item.expanded > a span {
  color: #525252;
}

.app_supervegan .supervegan_mobile_menu .menu-item.expanded .sub_menu_toggle:after {
  content: "\E92A";
  color: #525252;
}

.app_supervegan .supervegan_mobile_menu .menu-item.expanded .sub_menu {
  max-height: 900px;
}

.app_supervegan .supervegan_mobile_menu .menu-item a {
  color: #9DA9B9;
  padding: 15px 30px;
  display: block;
}

.app_supervegan .supervegan_mobile_menu .menu-item a i {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

.app_supervegan .supervegan_mobile_menu .menu-item a span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.app_supervegan .supervegan_mobile_menu .lang_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 30px;
}

.app_supervegan .supervegan_mobile_menu .lang_menu p {
  margin-bottom: 0;
}

.app_supervegan .supervegan_mobile_menu .lang_menu .current_lang i {
  font-size: 10px;
  margin-right: 10px;
}

.app_supervegan .supervegan_mobile_menu .lang_menu .current_lang > span {
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #ADADAD;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.app_supervegan .supervegan_mobile_menu .lang_menu .change_lang_button {
  color: #1E8E20;
  letter-spacing: -0.02em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  padding: 15px;
}

.app_supervegan .supervegan_mobile_menu .small_text {
  padding: 0 30px;
  line-height: 1.2;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.9;
}

.app_supervegan .supervegan_mobile_menu .iswari_logo_wrap {
  padding: 0 30px;
  margin-bottom: 40px;
  display: block;
}

.app_supervegan .supervegan_mobile_menu .iswari_logo_wrap i {
  color: #9C9C9C;
}

.app_supervegan .supervegan_mobile_menu_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}

.app_supervegan .supervegan_mobile_menu_wrap.active {
  background: rgba(0, 0, 0, 0.9);
  visibility: visible;
  opacity: 1;
}

.app_supervegan .supervegan_mobile_menu_wrap.active .supervegan_mobile_menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 1071px) {
  .app_supervegan .supervegan_mobile_menu_wrap {
    display: none;
  }
}

.app_supervegan .scroll-to-top-btn i {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  text-align: center;
}

/*Futura PT*/

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

/*Futura PT Demi*/

.futura_demi {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*Futura PT Demi Italic*/

.futura_demi_italic {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

/*Futura PT Medium*/

.futura_medium {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*Futura PT Medium Italic*/

.futura_medium_italic {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
}

.futura_heavy {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*Futura PT Heavy Oblique*/

.futura_heavy_italic {
  font-family: futura-pt,sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*Futura PT Bold*/

.futura_bold {
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*Futura PT Bold Oblique*/

.futura_bold_italic {
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*Futura PT Cond Book*/

.futura_cond {
  font-family: futura-pt-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*Futura PT Cond Book Oblique*/

.futura_cond_italic {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
}

/*Futura PT Cond Medium*/

.futura_cond_medium {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*Futura PT Cond Medium Oblique*/

.futura_cond_medium_italic {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: italic;
}

/*Futura PT Cond Bold*/

.futura_cond_bold {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*Futura PT Cond Bold Oblique*/

.futura_cond_bold_italic {
  font-family: futura-pt-condensed,sans-serif;
  font-weight: 700;
  font-style: italic;
}

.futura_book {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'rusticoregular';
  src: url("/fonts/rustico-regular-webfont.eot");
  src: url("/fonts/rustico-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/rustico-regular-webfont.woff2") format("woff2"), url("/fonts/rustico-regular-webfont.woff") format("woff"), url("/fonts/rustico-regular-webfont.ttf") format("truetype"), url("/fonts/rustico-regular-webfont.svg#rusticoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.rustico {
  font-family: 'rusticoregular';
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?utifwb");
  src: url("/fonts/icomoon.eot?utifwb#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?utifwb") format("truetype"), url("/fonts/icomoon.woff?utifwb") format("woff"), url("/fonts/icomoon.svg?utifwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-simple-arrow-up:before {
  content: "\E92A";
}

.icomoon-simple-arrow-down:before {
  content: "\E92B";
}

.icomoon-flag_pt .path1:before {
  content: "\E924";
  color: black;
}

.icomoon-flag_pt .path2:before {
  content: "\E925";
  margin-left: -1.400390625em;
  color: #ff2936;
}

.icomoon-flag_pt .path3:before {
  content: "\E926";
  margin-left: -1.400390625em;
  color: #128415;
}

.icomoon-flag_pt .path4:before {
  content: "\E927";
  margin-left: -1.400390625em;
  color: #faf94f;
}

.icomoon-flag_pt .path5:before {
  content: "\E928";
  margin-left: -1.400390625em;
  color: white;
}

.icomoon-flag_pt .path6:before {
  content: "\E929";
  margin-left: -1.400390625em;
  color: #1d50b5;
}

.icomoon-mail:before {
  content: "\E91A";
}

.icomoon-user-plus:before {
  content: "\E91B";
}

.icomoon-log-in:before {
  content: "\E91C";
}

.icomoon-heart:before {
  content: "\E91D";
}

.icomoon-gift:before {
  content: "\E91E";
}

.icomoon-file-text:before {
  content: "\E91F";
}

.icomoon-chef:before {
  content: "\E920";
}

.icomoon-close:before {
  content: "\E921";
}

.icomoon-shopping-bag:before {
  content: "\E922";
}

.icomoon-menu:before {
  content: "\E923";
}

.icomoon-fairtrade:before {
  content: "\E917";
}

.icomoon-eu-stamp:before {
  content: "\E918";
}

.icomoon-award:before {
  content: "\E919";
}

.icomoon-shopping-cart:before {
  content: "\E916";
}

.icomoon-minus_rounded:before {
  content: "\E914";
}

.icomoon-plus_rounded:before {
  content: "\E915";
}

.icomoon-supervegan_logo_horiz:before {
  content: "\E913";
}

.icomoon-complete_arrow_left:before {
  content: "\E912";
}

.icomoon-iswari_logo:before {
  content: "\E911";
}

.icomoon-shopping_basket:before {
  content: "\E90E";
}

.icomoon-search:before {
  content: "\E90F";
}

.icomoon-account_circle:before {
  content: "\E910";
}

.icomoon-shield:before {
  content: "\E90D";
}

.icomoon-carret-right:before {
  content: "\E90C";
  color: #adadad;
}

.icomoon-simple_arrow_left:before {
  content: "\E90B";
}

.icomoon-arrow_right:before {
  content: "\E900";
}

.icomoon-leaf:before {
  content: "\E901";
}

.icomoon-organic:before {
  content: "\E902";
}

.icomoon-plus_sign:before {
  content: "\E903";
}

.icomoon-share:before {
  content: "\E904";
}

.icomoon-simple_arrow_right:before {
  content: "\E905";
}

.icomoon-star-filled:before {
  content: "\E906";
}

.icomoon-star:before {
  content: "\E907";
}

.icomoon-vegan:before {
  content: "\E908";
}

.icomoon-home:before {
  content: "\E909";
}

.icomoon-gluten_free:before {
  content: "\E90A";
}

@media (max-width: 991px) {
  .app_supervegan .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .app_supervegan .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .app_supervegan .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .app_supervegan .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .app_supervegan .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .app_supervegan .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .app_supervegan .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .app_supervegan .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .app_supervegan .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .app_supervegan .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .app_supervegan .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .app_supervegan .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .app_supervegan .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

@media (max-width: 767px) {
  .app_supervegan .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .app_supervegan .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .app_supervegan .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .app_supervegan .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .app_supervegan .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .app_supervegan .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .app_supervegan .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .app_supervegan .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .app_supervegan .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .app_supervegan .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .app_supervegan .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .app_supervegan .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .app_supervegan .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}

.page-title {
  width: 100%;
  margin-bottom: 60px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  background-color: #ffffff;
}

.page-title > .container,
.page-title > .container-fluid {
  display: table;
}

.page-title .column {
  display: table-cell;
  vertical-align: middle;
}

.page-title .column:first-child {
  padding-right: 20px;
}

.page-title h1,
.page-title h2,
.page-title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
}

@media (max-width: 576px) {
  .page-title {
    margin-bottom: 6px;
  }
}

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.breadcrumbs > li {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 0;
  color: #9da9b9;
  font-size: 14px;
  cursor: default;
  vertical-align: middle;
}

.breadcrumbs > li.separator {
  width: 3px;
  height: 3px;
  margin-top: 2px;
  padding: 0;
  border-radius: 50%;
  background-color: #9da9b9;
}

.breadcrumbs > li > a {
  -webkit-transition: color .25s;
  transition: color .25s;
  color: #2b2b2b;
  text-decoration: none;
}

.breadcrumbs > li > a:hover {
  color: #96c950;
}

@media (max-width: 768px) {
  .page-title > .container,
  .page-title > .container-fluid {
    display: block;
  }

  .page-title .column {
    display: block;
    width: 100%;
    text-align: center;
  }

  .page-title .column:first-child {
    padding-right: 0;
  }

  .breadcrumbs {
    padding-top: 10px;
    text-align: center;
  }

  .breadcrumbs > li {
    margin-left: 3px;
    margin-margin-right: 3px;
  }
}

.offcanvas-wrapper {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff;
  z-index: 10;
}

.offcanvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background-color: #2b2b2b;
  -webkit-box-shadow: inset -4px 0 17px 0 rgba(0, 0, 0, 0.35);
          box-shadow: inset -4px 0 17px 0 rgba(0, 0, 0, 0.35);
  visibility: hidden;
  z-index: 9020;
  overflow-y: auto;
}

.offcanvas-container.active {
  visibility: visible;
}

.offcanvas-header {
  padding: 28px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.offcanvas-header .offcanvas-title {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 500;
}

.account-link {
  display: block;
  padding: 28px 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #232323;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.account-link > span {
  font-weight: normal;
}

.account-link > i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: middle;
}

.account-link:hover {
  background-color: #2e2e2e;
}

.site-backdrop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: '';
  opacity: 0;
  z-index: 9980;
  position: fixed;
  -webkit-transition: opacity .35s, visibility .35s;
  transition: opacity .35s, visibility .35s;
  cursor: pointer;
  visibility: hidden;
}

.no-csstransforms3d .offcanvas-wrapper,
.no-csstransforms3d .navbar,
.no-csstransforms3d .topbar {
  -webkit-transition: left .4s ease-in-out;
  transition: left .4s ease-in-out;
}

.no-csstransforms3d .site-backdrop {
  -webkit-transition: left .4s ease-in-out, opacity .35s, visibility .35s;
  transition: left .4s ease-in-out, opacity .35s, visibility .35s;
}

.no-csstransforms3d .offcanvas-open .offcanvas-wrapper,
.no-csstransforms3d .offcanvas-open .site-backdrop,
.no-csstransforms3d .offcanvas-open .navbar,
.no-csstransforms3d .offcanvas-open .topbar {
  left: 290px;
}

.no-csstransforms3d .offcanvas-open .site-backdrop {
  opacity: .28;
  visibility: visible;
}

.csstransforms3d .offcanvas-wrapper,
.csstransforms3d .navbar,
.csstransforms3d .topbar {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.csstransforms3d .site-backdrop {
  -webkit-transition: -webkit-transform .4s ease-in-out, opacity .35s, visibility .35s;
  -webkit-transition: opacity .35s, visibility .35s, -webkit-transform .4s ease-in-out;
  transition: opacity .35s, visibility .35s, -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out, opacity .35s, visibility .35s;
  transition: transform .4s ease-in-out, opacity .35s, visibility .35s, -webkit-transform .4s ease-in-out;
}

.csstransforms3d .offcanvas-open .offcanvas-wrapper,
.csstransforms3d .offcanvas-open .site-backdrop,
.csstransforms3d .offcanvas-open .navbar,
.csstransforms3d .offcanvas-open .topbar {
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}

.csstransforms3d .offcanvas-open .site-backdrop {
  opacity: .22;
  visibility: visible;
}

.site-footer {
  padding-top: 72px;
  background-color: #FCFEFF;
}

@media (max-width: 768px) {
  .site-footer {
    padding-top: 48px;
  }
}

.footer-copyright {
  margin: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 24px;
  color: #FCFEFF;
  font-size: 14px;
  font-weight: normal;
}

.footer-copyright > a {
  -webkit-transition: color .25s;
  transition: color .25s;
  color: rgba(82, 82, 82, 0.8);
  text-decoration: none;
}

.footer-copyright > a:hover {
  color: #1e8e20;
}

.app_supervegan .supervegan_footer {
  background: #eee url(/img/supervegan/footer_bg.png) no-repeat center/cover;
  padding-bottom: 160px;
}

@media (min-width: 992px) {
  .app_supervegan .supervegan_footer {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .app_supervegan .supervegan_footer {
    padding-bottom: 95px;
  }
}

@media (min-width: 768px) {
  .app_supervegan .scroll-to-top-btn {
    display: none;
  }
}

.app_supervegan .scroll-to-top-btn.visible {
  bottom: 70px;
}

.app_supervegan .terms_and_privacy_link {
  max-width: 204px;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.01em;
  color: #7E7E80;
}

@media (max-width: 991px) {
  .app_supervegan .terms_and_privacy_link {
    font-size: 17px;
    max-width: 292px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.app_supervegan .terms_and_privacy_link a {
  text-decoration: underline;
  color: #7E7E80;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .terms_and_privacy_link a:hover {
  color: #FFB520;
}

.app_supervegan .footer_logo {
  width: 57px;
  position: relative;
  left: -5px;
}

@media (max-width: 991px) {
  .app_supervegan .footer_logo {
    width: 70px;
    display: block;
    margin: auto;
  }
}

.app_supervegan .footer_menu_title {
  font-size: 21px;
}

@media (max-width: 991px) {
  .app_supervegan .footer_menu_title {
    width: 100%;
    max-width: 292px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.app_supervegan .footer_menu {
  padding: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .app_supervegan .footer_menu {
    max-height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 292px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .app_supervegan .footer_menu.expanded {
    max-height: 999px;
    padding: 20px 0;
  }
}

.app_supervegan .footer_menu li {
  list-style: none;
  margin-bottom: 20px;
}

.app_supervegan .footer_menu li a {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .footer_menu li a:hover {
  color: #FFB520;
}

.app_supervegan .supervegan_newsletter_email_field {
  padding: 0 15px;
  background: transparent;
  border: 2px solid #525252;
  border-radius: 100px;
  font-size: 19px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

@media (max-width: 991px) {
  .app_supervegan .supervegan_newsletter_email_field {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}

.app_supervegan .newsletter-submit {
  background: #F48B24;
  border-radius: 100px;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 32px;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 19px;
  cursor: pointer;
}

.app_supervegan .newsletter-submit:hover {
  background: #fff;
  color: #F48B24;
}

@media (max-width: 991px) {
  .app_supervegan .newsletter-submit {
    width: 100%;
  }
}

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

.app_supervegan .footer_social_menu a {
  font-size: 18px;
  color: #C7C7C7;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-right: 16px;
}

.app_supervegan .footer_social_menu a:last-child {
  margin-right: 0;
}

.app_supervegan .footer_social_menu a:hover {
  color: #FFB520;
}

@media (max-width: 991px) {
  .app_supervegan .footer_social_menu a {
    display: inline-block;
  }
}

.app_supervegan .footer_bottom_section {
  border-top: solid 2px #525252;
}

@media (max-width: 991px) {
  .app_supervegan .footer_bottom_section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.app_supervegan .footer_bottom_section .footer_bottom_text {
  font-size: 22px;
}

@media (min-width: 992px) {
  .app_supervegan .footer_bottom_section .footer_bottom_text {
    margin-right: 80px;
  }
}

@media (max-width: 991px) {
  .app_supervegan .footer_bottom_section .footer_bottom_text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.app_supervegan .chain_logo_wrap i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app_supervegan .chain_logo_wrap.chain_logo_wrap_supervegan i {
  font-size: 42px;
  color: #D3D3D3;
  margin-right: 32px;
  bottom: -5px;
  position: relative;
}

.app_supervegan .chain_logo_wrap.chain_logo_wrap_supervegan:hover i {
  color: #FCD404;
}

.app_supervegan .chain_logo_wrap.chain_logo_wrap_iswari i {
  font-size: 20px;
  color: #8F9090;
}

.app_supervegan .chain_logo_wrap.chain_logo_wrap_iswari:hover i {
  color: #96c950;
}

@media (max-width: 991px) {
  .app_supervegan .newsletter_form_inner_wrap {
    width: 100%;
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.user-info-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 90px;
  padding-bottom: 30px;
  border: 1px solid #e1e7ec;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}

.user-info-wrapper .user-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-position: center;
  background-color: #FCFEFF;
  background-repeat: no-repeat;
  background-size: cover;
}

.user-info-wrapper .user-cover .tooltip .tooltip-inner {
  width: 230px;
  max-width: 100%;
  padding: 10px 15px;
}

.user-info-wrapper .info-label {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  height: 26px;
  padding: 0 12px;
  border-radius: 13px;
  background-color: #ffffff;
  color: #525252;
  font-size: 12px;
  line-height: 26px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.user-info-wrapper .info-label > i {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.2em;
  vertical-align: middle;
}

.user-info-wrapper .user-info {
  display: table;
  position: relative;
  width: 100%;
  padding: 0 18px;
  z-index: 5;
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
  display: table-cell;
  vertical-align: top;
}

.user-info-wrapper .user-info .user-avatar {
  position: relative;
  width: 115px;
}

.user-info-wrapper .user-info .user-avatar > img {
  display: block;
  width: 100%;
  border: 5px solid #ffffff;
  border-radius: 50%;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
  display: block;
  position: absolute;
  top: -2px;
  right: 2px;
  width: 36px;
  height: 36px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: 50%;
  background-color: #ffffff;
  color: #525252;
  line-height: 34px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  text-align: center;
  text-decoration: none;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
  font-family: feather;
  font-size: 17px;
  content: '\E058';
}

.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
  opacity: 1;
}

.user-info-wrapper .user-info .user-data {
  padding-top: 48px;
  padding-left: 12px;
}

.user-info-wrapper .user-info .user-data h4 {
  margin-bottom: 2px;
}

.user-info-wrapper .user-info .user-data span {
  display: block;
  color: #9da9b9;
  font-size: 13px;
}

.user-info-wrapper + .list-group .list-group-item:first-child {
  border-radius: 0;
}

.product-card {
  display: block;
  position: relative;
  min-height: 425px;
  width: 100%;
  height: 100%;
  padding: 18px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background-color: #ffffff;
}

.product-card .product-thumb {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

.product-card .product-thumb > img {
  display: block;
  width: 100%;
}

.product-card .product-title {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.product-card .product-title > a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  text-decoration: none;
}

.product-card .product-title > a:hover {
  color: #96c950;
}

.product-card .product-price {
  margin-bottom: 10px;
  color: #525252;
  min-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.product-card .product-price > del {
  margin-right: 5px;
  color: #9da9b9;
}

.product-card .product-buttons {
  padding: 12px 0 8px;
  text-align: center;
}

.product-card .product-buttons > .btn {
  margin: 0 4px;
}

.product-card .product-buttons > .btn.btn-wishlist {
  width: 36px;
  padding: 0;
  padding-left: 1px;
  border-radius: 50%;
}

.product-card .product-buttons > .btn.btn-wishlist > i {
  font-size: 1.2em;
}

.product-card .product-buttons > .btn.btn-wishlist.active {
  color: #d04137;
}

.product-card .product-badge {
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 88%;
  position: absolute;
}

.product-card .recipe-badge {
  top: 67%;
}

@media (max-width: 576px) {
  .product-card > .product-badge {
    top: 65%;
  }
}

.product-card .rating-stars {
  position: absolute;
  top: 15px;
  right: 18px;
}

.product-card.product-list {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .product-card.product-list {
    display: table;
    width: 100%;
    padding: 0;
  }

  .product-card.product-list .product-thumb,
  .product-card.product-list .product-info {
    display: table-cell;
    vertical-align: middle;
  }

  .product-card.product-list .product-thumb {
    position: relative;
    width: 270px;
    padding: 20px 18px;
    border-right: 1px solid #e1e7ec;
  }

  .product-card.product-list .product-info {
    padding: 20px 22px;
  }

  .product-card.product-list .product-info .product-title,
  .product-card.product-list .product-info .product-price,
  .product-card.product-list .product-info .product-buttons {
    text-align: left;
  }

  .product-card.product-list .product-info .product-buttons {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #e1e7ec;
  }

  .product-card.product-list .product-info .product-buttons > .btn {
    margin: 0;
    margin-right: 8px;
  }

  .product-card.product-list .product-title {
    font-size: 16px;
  }
}

.product-badge {
  background-color: #ff000012;
  border: 2px dashed #ec1104;
  text-align: center;
  color: #ec1104;
}

.product-promo {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  > .product-promo {
    font-size: 18px;
  }
}

.rating-stars {
  display: inline-block;
}

.rating-stars > i {
  display: inline-block;
  margin-right: 2px;
  color: #cad0d9;
  font-size: 14px;
}

.rating-stars > i.filled {
  color: #e6731d;
}

.rating-stars > i:last-child {
  margin-right: 0;
}

.shop-toolbar {
  display: table;
  width: 100%;
}

.shop-toolbar > .column {
  display: table-cell;
  vertical-align: middle;
}

.shop-toolbar > .column:last-child {
  text-align: right;
}

@media (max-width: 576px) {
  .shop-toolbar > .column {
    display: block;
    width: 100%;
    text-align: center;
  }

  .shop-toolbar > .column:last-child {
    padding-top: 24px;
    text-align: center;
  }
}

.shop-sorting label,
.shop-sorting .form-control,
.shop-sorting span {
  display: inline-block;
  vertical-align: middle;
}

.shop-sorting span {
  padding: 8px 0;
}

.shop-sorting label {
  margin: 0;
  padding: 8px 5px 8px 0;
  color: #9da9b9;
  font-size: 14px;
  font-weight: normal;
}

.shop-sorting .form-control {
  width: 100%;
  max-width: 186px;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .shop-sorting label,
  .shop-sorting .form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
  }
}

.shop-view {
  display: inline-block;
}

.shop-view::after {
  display: block;
  clear: both;
  content: '';
}

.shop-view > a {
  display: block;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding: 13px;
  float: left;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #ffffff;
}

.shop-view > a span {
  display: block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  background-color: #525252;
}

.shop-view > a span::before,
.shop-view > a span::after {
  display: block;
  position: absolute;
  background-color: #525252;
}

.shop-view > a span:last-child {
  margin-bottom: 0;
}

.shop-view > a:hover {
  background-color: #FCFEFF;
}

.shop-view > a.active {
  border-color: #96c950;
  background-color: #96c950;
  cursor: default;
  pointer-events: none;
}

.shop-view > a.active span,
.shop-view > a.active span::before,
.shop-view > a.active span::after {
  background-color: #ffffff;
}

.shop-view > a.grid-view span::before,
.shop-view > a.grid-view span::after {
  top: 0;
  width: 3px;
  height: 3px;
  content: '';
}

.shop-view > a.grid-view span::before {
  left: 6px;
}

.shop-view > a.grid-view span::after {
  left: 12px;
}

.shop-view > a.list-view span::before {
  top: 1px;
  left: 6px;
  width: 9px;
  height: 1px;
  content: '';
}

.shopping-cart,
.wishlist-table {
  margin-bottom: 20px;
}

.shopping-cart .table,
.wishlist-table .table {
  margin-bottom: 0;
}

.shopping-cart .btn,
.wishlist-table .btn {
  margin: 0;
}

.shopping-cart > table > thead > tr > th,
.shopping-cart > table > thead > tr > td,
.shopping-cart > table > tbody > tr > th,
.shopping-cart > table > tbody > tr > td,
.wishlist-table > table > thead > tr > th,
.wishlist-table > table > thead > tr > td,
.wishlist-table > table > tbody > tr > th,
.wishlist-table > table > tbody > tr > td {
  vertical-align: middle !important;
}

.shopping-cart > table thead th,
.wishlist-table > table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px;
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart {
  display: inline-block;
  color: #d04137;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.shopping-cart .count-input,
.wishlist-table .count-input {
  display: inline-block;
  width: 100%;
  width: 86px;
}

.shopping-cart .product-item,
.wishlist-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info {
  display: table-cell;
  vertical-align: top;
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb {
  width: 130px;
  padding-right: 20px;
}

.shopping-cart .product-item .product-thumb > img,
.wishlist-table .product-item .product-thumb > img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .shopping-cart .product-item .product-thumb,
  .wishlist-table .product-item .product-thumb {
    display: none;
  }
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span {
  display: block;
  font-size: 13px;
}

.shopping-cart .product-item .product-info span > em,
.wishlist-table .product-item .product-info span > em {
  font-weight: 500;
  font-style: normal;
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title {
  margin-bottom: 6px;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.shopping-cart .product-item .product-title > a,
.wishlist-table .product-item .product-title > a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #2b2b2b;
  line-height: 1.5;
  text-decoration: none;
}

.shopping-cart .product-item .product-title > a:hover,
.wishlist-table .product-item .product-title > a:hover {
  color: #96c950;
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small {
  display: inline;
  margin-left: 6px;
  font-weight: 500;
}

.wishlist-table .product-item .product-thumb {
  display: table-cell !important;
}

@media screen and (max-width: 576px) {
  .wishlist-table .product-item .product-thumb {
    display: none !important;
  }
}

.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1e7ec;
}

.shopping-cart-footer > .column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.shopping-cart-footer > .column:last-child {
  text-align: right;
}

.shopping-cart-footer > .column:last-child .btn {
  margin-right: 0;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .shopping-cart-footer > .column {
    display: block;
    width: 100%;
  }

  .shopping-cart-footer > .column:last-child {
    text-align: center;
  }

  .shopping-cart-footer > .column .btn {
    width: 100%;
    margin: 12px 0 !important;
  }
}

.checkout-steps {
  margin-bottom: 40px;
}

.checkout-steps::after {
  display: block;
  clear: both;
  content: '';
}

.checkout-steps > a {
  display: block;
  position: relative;
  width: 25%;
  height: 55px;
  float: right;
  -webkit-transition: color .3s;
  transition: color .3s;
  border-top: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
  background-color: #ffffff;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 53px;
  text-decoration: none;
  text-align: center;
}

.checkout-steps > a > .angle {
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  width: 27px;
  height: 53px;
  background-color: #ffffff;
}

.checkout-steps > a > .angle::before,
.checkout-steps > a > .angle::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

.checkout-steps > a > .angle::after {
  border-width: 26px;
  border-color: transparent;
  border-left-color: #ffffff;
}

.checkout-steps > a > .angle::before {
  margin-top: -1px;
  border-width: 27px;
  border-color: transparent;
  border-left-color: #d8e0e6;
}

.checkout-steps > a:hover {
  color: #96c950;
}

.checkout-steps > a.active {
  background-color: #1e8e20;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.checkout-steps > a.active > .angle::after {
  border-left-color: #1e8e20;
}

.checkout-steps > a.active + a > .angle {
  background-color: #1e8e20;
}

.checkout-steps > a.completed > .step-indicator {
  display: inline-block;
  margin-top: -5px;
  margin-right: 7px;
  border-radius: 50%;
  color: #1e8e20;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

.checkout-steps > a.completed:hover {
  color: #2b2b2b;
}

.checkout-steps > a:first-child {
  border-right: 1px solid #e1e7ec;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.checkout-steps > a:last-child {
  border-left: 1px solid #e1e7ec;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

@media (max-width: 576px) {
  .checkout-steps > a {
    width: 100%;
    margin-bottom: 10px;
    float: none;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
  }

  .checkout-steps > a > .angle {
    display: none;
  }
}

.checkout-footer {
  display: table;
  width: 100%;
  margin-top: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  table-layout: fixed;
}

.checkout-footer > .column {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
}

.checkout-footer > .column:last-child {
  text-align: right;
}

.checkout-footer > .column:first-child {
  text-align: left;
}

.checkout-footer .btn {
  margin: 0;
}

.sp-buttons .btn {
  margin: 0;
  margin-left: 8px;
}

.sp-buttons .btn.btn-wishlist {
  width: 36px;
  padding: 0;
  padding-left: 1px;
  border-radius: 50%;
}

.sp-buttons .btn.btn-wishlist > i {
  font-size: 1.2em;
}

.sp-buttons .btn.btn-wishlist.active {
  color: #d04137;
}

.product-gallery {
  position: relative;
  padding-top: 62px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
}

.product-gallery .gallery-item {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-bottom: 0;
}

.product-gallery .gallery-item > a {
  display: none;
  width: 44px;
  height: 44px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  text-decoration: none;
}

.product-gallery .gallery-item > a::before {
  display: none !important;
}

.product-gallery .gallery-item > a::after {
  position: static;
  top: 0;
  margin-top: 0;
  margin-left: 1px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  color: #525252;
  font-size: 22px;
  line-height: 40px;
  content: '\E037';
  opacity: 1;
}

.product-gallery .gallery-item > a:hover {
  background-color: #FCFEFF;
}

.product-gallery .gallery-item.active > a {
  display: block;
}

.product-gallery .product-badge {
  z-index: 101;
}

.product-gallery .product-thumbnails {
  display: block;
  margin: 0;
  margin-top: 24px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product-gallery .product-thumbnails > li {
  display: inline-block;
  margin: 0 3px 10px;
}

.product-gallery .product-thumbnails > li > a {
  display: block;
  width: 94px;
  -webkit-transition: border-color .25s;
  transition: border-color .25s;
  border: 1px solid #e1e7ec;
  border-radius: 5px;
  overflow: hidden;
}

.product-gallery .product-thumbnails > li.active > a {
  border-color: #96c950;
  cursor: default;
}

.superfood {
  overflow: hidden;
  background: #FCFEFF url("/img/superfood/bg.jpg") no-repeat top center;
  background-size: 175% auto;
  /* P */
  /* H2 */
  /* H4/TITLE */
}

@media (min-width: 576px) {
  .superfood {
    background-size: 125% auto;
  }
}

@media (min-width: 768px) {
  .superfood {
    background-size: 110% auto;
  }
}

@media (min-width: 1200px) {
  .superfood {
    background-size: 100% auto;
  }
}

.superfood .text-uppercase {
  text-transform: uppercase;
}

.superfood .text-semi-bold {
  font-weight: 600;
}

.superfood .text-viking-blue {
  color: #39B8B3;
  /* Viking Blue #39B8B3 */
}

.superfood .text-dark-tangerine {
  color: #FFB520;
  /* Dark Tangerine #FFB520 */
}

.superfood .text-superfood {
  color: #8EC050;
}

.superfood .btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.03em;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .superfood .btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.02em;
    padding: 0 22px;
  }
}

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

.superfood .desktop-visibility {
  display: none;
}

@media (min-width: 768px) {
  .superfood .desktop-visibility {
    display: inline-block;
  }
}

.superfood p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin: 0 0 2rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .superfood p {
    font-size: 16px;
    font-weight: 400;
  }
}

.superfood h2,
.superfood .h2 {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .superfood h2,
  .superfood .h2 {
    font-size: 34px;
    line-height: 31px;
  }
}

.superfood h4,
.superfood .h4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .superfood h4,
  .superfood .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.superfood .title {
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .superfood .title {
    font-size: 32px;
  }
}

.superfood .sub-title {
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .superfood .sub-title {
    font-size: 24px;
  }
}

.superfood .call-to-action {
  padding-top: 10.5rem;
}

@media (min-width: 768px) {
  .superfood .call-to-action {
    padding-top: 18rem;
  }
}

@media (min-width: 1200px) {
  .superfood .call-to-action {
    padding-top: 22rem;
  }
}

.superfood .call-to-action .logo {
  margin-bottom: 2rem;
  max-width: 120px;
}

@media (min-width: 768px) {
  .superfood .call-to-action .logo {
    max-width: 100%;
  }
}

.superfood .call-to-action .page {
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .superfood .call-to-action .page {
    font-size: 90px;
  }
}

.superfood .call-to-action .text,
.superfood .what .text,
.superfood .should .text {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .superfood .call-to-action .text,
  .superfood .what .text,
  .superfood .should .text {
    padding: 0;
  }
}

.superfood .what p {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .superfood .call-to-action p,
  .superfood .what p,
  .superfood .why p,
  .superfood .food p,
  .superfood .do p {
    line-height: 170%;
    font-size: 17px;
  }
}

.superfood .what {
  margin-top: 6rem;
  padding-bottom: 3.5rem;
  background: #F7F8FB;
}

@media (min-width: 768px) {
  .superfood .what {
    margin-top: 14.5rem;
    margin-bottom: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.superfood .what .products-div {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .superfood .what .products-div {
    padding-bottom: 17rem;
  }
}

.superfood .what .products {
  position: absolute;
  top: -4rem;
  margin: auto;
  left: -1rem;
  right: 0;
  max-width: 110%;
}

@media (min-width: 768px) {
  .superfood .what .products {
    top: -10rem;
    max-width: 100%;
    left: 0;
  }
}

.superfood .what .title {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .superfood .what .title {
    text-align: center;
    font-weight: 700;
  }
}

.superfood .what .sub-title {
  font-weight: 500;
  line-height: 156%;
}

@media (min-width: 768px) {
  .superfood .what .sub-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 140%;
  }
}

.superfood .what .logos {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .superfood .what .logos {
    margin-top: 3rem;
  }
}

.superfood .why {
  margin-bottom: 3.75rem;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .superfood .why {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.superfood .why .text {
  padding: 2.5rem 1.75rem 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: -19.5rem 18px 0;
}

@media (min-width: 768px) {
  .superfood .why .text {
    padding: 5rem 5rem 3rem;
    margin: 0 0 0 -33%;
  }
}

.superfood .should {
  margin-bottom: 1.5rem;
}

.superfood .should [class^="col-"]:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.superfood .should [class^="col-"]:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .superfood .should {
    margin-bottom: 0rem;
  }

  .superfood .should [class^="col-"]:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .superfood .should [class^="col-"]:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {
  .superfood .should img {
    margin-left: 8%;
  }
}

.superfood .should .sub-title {
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .superfood .should .sub-title {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .superfood .should .text {
    padding: 3rem;
  }
}

.superfood .should .text p {
  font-weight: 500;
}

.superfood .how {
  background: #F7F8FA;
  padding: 2rem 0 2.5rem;
}

@media (min-width: 768px) {
  .superfood .how {
    margin-bottom: 6rem;
    padding: 0rem 0 0.5rem;
  }
}

.superfood .how .text {
  padding: 1rem 1rem 0;
}

.superfood .how .text p:not(:first-child) {
  font-size: 16px;
}

@media (min-width: 768px) {
  .superfood .how .text {
    padding: 3rem;
  }
}

.superfood .how img {
  -webkit-transform: scale(1.32, 1.32);
          transform: scale(1.32, 1.32);
}

@media (min-width: 768px) {
  .superfood .how img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.superfood .how .mobile-visibility {
  margin-top: 3rem;
}

.superfood .food {
  background: rgba(255, 176, 32, 0.2);
  z-index: 0;
  margin-top: 23rem;
}

@media (min-width: 768px) {
  .superfood .food {
    margin-top: 0;
    padding-top: 3.75rem;
    margin-bottom: 2.5rem;
    background: none;
  }
}

.superfood .food img {
  position: absolute;
  top: -21rem;
  left: -0.2rem;
  z-index: 1;
}

@media (min-width: 768px) {
  .superfood .food img {
    min-width: 670px;
    top: -15%;
    left: -8%;
  }
}

@media (min-width: 768px) {
  .superfood .food .bg {
    border-radius: 10px;
    margin-left: 1rem;
    z-index: 0;
    background: rgba(255, 176, 32, 0.2);
    z-index: 0;
  }
}

.superfood .food .title {
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .superfood .food .title {
    margin-bottom: 2rem;
  }
}

.superfood .food .text {
  padding: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .superfood .food .text {
    padding: 3.75rem 3rem 3.75rem 7.5rem;
    margin-top: 0;
  }
}

.superfood .do {
  background: rgba(150, 201, 80, 0.2);
}

@media (min-width: 768px) {
  .superfood .do {
    background: none;
    margin-bottom: 6.25rem;
  }
}

.superfood .do .text {
  background: none;
  padding: 4rem 1rem 2rem;
}

@media (min-width: 768px) {
  .superfood .do .text {
    background: rgba(150, 201, 80, 0.2);
    padding: 4rem 3rem 3rem;
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .superfood .do .text p {
    margin: 0 0 1rem;
  }
}

.superfood .food .title,
.superfood .do .title {
  color: #000000;
  font-size: 17px;
  line-height: 140%;
}

@media (min-width: 768px) {
  .superfood .food .title,
  .superfood .do .title {
    font-size: 20px;
  }
}

.superfood .motivation {
  min-height: 650px;
  background: url("/img/superfood/motivation_bg.png") no-repeat top center;
  background-size: 260% auto;
}

@media (min-width: 768px) {
  .superfood .motivation {
    min-height: 665px;
    background-size: 100% auto;
  }
}

.superfood .motivation .text {
  padding: 2.5rem 1.75rem;
  position: absolute;
  left: 3%;
  right: 3%;
  top: 14.5rem;
  background: #fff;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .superfood .motivation .text {
    padding: 4rem 3rem;
    position: absolute;
    left: 50%;
    right: 6%;
    top: 10rem;
  }
}

.superfood .motivation .text > .title {
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .superfood .motivation .text > .title {
    font-size: 34px;
  }
}

.superfood .motivation .text h4 {
  margin-bottom: 2rem;
  line-height: 25px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .superfood .motivation .text h4 {
    line-height: 30px;
    font-weight: 600;
  }
}

.superfood .motivation .text h4 .tags li {
  display: inline;
}

.superfood .motivation .text h4 .tags li:nth-child(2):after {
  content: '\A';
  white-space: pre;
}

@media (min-width: 768px) {
  .superfood .motivation .text h4 .tags li {
    display: inline-block;
  }

  .superfood .motivation .text h4 .tags li:after,
  .superfood .motivation .text h4 .tags li:nth-child(2):after {
    content: '\2022';
    margin-left: 0.5rem;
  }

  .superfood .motivation .text h4 .tags li:last-child:after {
    content: '';
    margin-left: 0;
  }
}

.app_supervegan .supervegan_orange_button {
  line-height: 1.2222222222;
  display: inline-block;
  color: #fff;
  background: #FF7A00;
  letter-spacing: -0.02em;
  border: 1px solid #FF7A00;
  -webkit-box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
          box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
  padding: 12px 32px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.app_supervegan .supervegan_orange_button:hover {
  color: #FF7A00;
  background: #fff;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_orange_button {
    padding: 12px 32px;
  }
}

.app_supervegan .supervegan_main {
  width: 100%;
  overflow: hidden;
}

.app_supervegan .underlined_title {
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  line-height: 0.8;
}

.app_supervegan .underlined_title div {
  display: block;
}

.app_supervegan .underlined_title div:last-child {
  display: inline-block;
  position: relative;
}

.app_supervegan .underlined_title div:last-child:before {
  width: 108%;
  position: absolute;
  bottom: -2px;
  left: -4%;
  padding-bottom: 14px;
  content: "";
  z-index: -1;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .app_supervegan .underlined_title div:last-child:before {
    padding-bottom: 10px;
    bottom: -2px;
  }
}

.app_supervegan .underlined_title.underlined_title_light_green div:last-child:before {
  background-image: url(/img/supervegan/underlined_title_light_green.svg);
}

.app_supervegan .underlined_title.underlined_title_salmon div:last-child:before {
  background-image: url(/img/supervegan/underlined_title_salmon.svg);
}

.app_supervegan .underlined_title.underlined_title_red div:last-child:before {
  background-image: url(/img/supervegan/underlined_title_red.svg);
}

.app_supervegan .underlined_title.underlined_title_yellow div:last-child:before {
  background-image: url(/img/supervegan/underlined_title_yellow.svg);
}

.app_supervegan .underlined_title.underlined_title_pink div:last-child:before {
  background-image: url(/img/supervegan/underlined_title_pink.svg);
}

.app_supervegan .underlined_title.underlined_title_orange div:last-child:before {
  background-image: url(/img/supervegan/underlined_title_orange.svg);
}

.app_supervegan .thin_underline {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  line-height: 0.9;
}

.app_supervegan .thin_underline:after {
  width: 112%;
  position: absolute;
  bottom: 5px;
  left: -6%;
  padding-bottom: 9px;
  content: "";
  z-index: -1;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.app_supervegan .thin_underline.thin_underline_salmon:after {
  background-image: url(/img/supervegan/thin_underline_salmon.svg);
}

.app_supervegan .rating_stars {
  position: relative;
}

.app_supervegan .rating_stars i:last-child {
  margin-right: 0;
}

.app_supervegan .rating_stars .rating_base i {
  color: #969696;
}

.app_supervegan .rating_stars .rating_filled {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.app_supervegan .rating_stars .rating_filled i {
  color: #FFB020;
}

.app_supervegan .rating_stars.rating_stars_size_1 {
  width: 92px;
  height: 19px;
}

.app_supervegan .rating_stars.rating_stars_size_1 i {
  margin-right: 1.9px;
  font-size: 13px;
}

.app_supervegan .rating_stars.rating_stars_size_1 .rating_filled .ratting_filled_inner_wrap {
  width: 92px;
}

.app_supervegan .rating_stars.rating_stars_size_2 {
  width: 120px;
  height: 20px;
}

.app_supervegan .rating_stars.rating_stars_size_2 i {
  margin-right: 1.9px;
  font-size: 18px;
}

.app_supervegan .rating_stars.rating_stars_size_2 .rating_filled .ratting_filled_inner_wrap {
  width: 120px;
}

.app_supervegan .resume {
  background: #000 url("/img/supervegan/bg_supervegan_resume.png") no-repeat center center/cover;
}

@media (min-width: 768px) {
  .app_supervegan .resume {
    min-height: 100vh;
    padding-top: 85px;
  }
}

@media (max-width: 767px) {
  .app_supervegan .resume .resume_col_2 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
  }
}

.app_supervegan .resume .product-gallery {
  border: 0;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  width: 100%;
  max-width: 652px;
  margin: auto;
  display: block;
}

@media (max-width: 767px) {
  .app_supervegan .resume .product-gallery {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 12px;
  }
}

.app_supervegan .resume .product-gallery .product-carousel {
  position: relative;
  z-index: 1;
}

.app_supervegan .resume .product-gallery .product-carousel:after {
  width: 102px;
  height: 102px;
  content: "";
  position: absolute;
  bottom: 11%;
  right: 20%;
  background: url("/img/supervegan/shake_and_drink.png") no-repeat center/contain;
  opacity: 0;
}

@media (min-width: 768px) {
  .app_supervegan .resume .product-gallery .product-carousel:after {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@media (max-width: 460px) {
  .app_supervegan .resume .product-gallery .product-carousel:after {
    right: 12%;
  }
}

.app_supervegan .resume .product-gallery .product-thumbnails {
  margin-top: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

.app_supervegan .resume .product-gallery .product-thumbnails li {
  background: #fff;
  opacity: 0.4;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 7.5px;
}

.app_supervegan .resume .product-gallery .product-thumbnails li.active {
  opacity: 1;
}

@media (max-width: 767px) {
  .app_supervegan .resume .product-gallery .product-thumbnails li {
    margin: 0 10px;
  }
}

.app_supervegan .resume .product-gallery .product-thumbnails li a {
  width: 40px;
  height: 40px;
  border: 0;
}

@media (max-width: 767px) {
  .app_supervegan .resume .product-gallery .product-thumbnails li a {
    width: 36px;
    height: 36px;
  }
}

.app_supervegan .resume .product-gallery .owl-item div {
  text-align: center;
}

.app_supervegan .resume .product-gallery .owl-item div img {
  display: inline-block;
  width: 100%;
}

.app_supervegan .resume .yellow_sublitle {
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #E5A218;
  text-transform: uppercase;
}

.app_supervegan .resume .supervegan_share_menu_toggle {
  color: #A9A1A1;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: -0.02em;
}

.app_supervegan .resume .supervegan_share_menu_toggle:hover {
  color: #fff;
}

.app_supervegan .resume .supervegan_name_and_cat {
  line-height: 90%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #EEE5B6;
}

.app_supervegan .resume .flavour {
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #EEE5B6;
}

.app_supervegan .resume .rating_numbers {
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #9DA9B9;
}

.app_supervegan .resume .product_description_wrap {
  max-width: 570px;
}

.app_supervegan .resume .product_description_wrap,
.app_supervegan .resume .product_description_wrap p,
.app_supervegan .resume .product_description_wrap a {
  line-height: 120%;
  letter-spacing: -0.01em;
  font-family: futura-pt, sans-serif;
  color: #ADADAD;
}

.app_supervegan .resume .product_description_wrap a {
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app_supervegan .resume .product_description_wrap a:hover {
  color: #E5A218;
}

.app_supervegan .resume .product_weight .form-control {
  display: none;
}

.app_supervegan .resume .product_weight_buttons button {
  background: rgba(32, 34, 36, 0.1);
  border: 2px solid #C9AE50;
  border-radius: 2px;
  letter-spacing: -0.02em;
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding: 0 20px;
  height: 37px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app_supervegan .resume .product_weight_buttons button:hover,
.app_supervegan .resume .product_weight_buttons button.active {
  background: #C9AE50;
  color: #000;
}

.app_supervegan .resume .product_weight_buttons button.active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(201, 174, 80, 0.12), 0px 10px 20px rgba(201, 174, 80, 0.18);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(201, 174, 80, 0.12), 0px 10px 20px rgba(201, 174, 80, 0.18);
}

.app_supervegan .resume .min_info p {
  letter-spacing: -0.02em;
  color: #B6D6EE;
  line-height: 1.2;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .app_supervegan .resume .supervegan_price_wrap {
    width: 50%;
  }
}

.app_supervegan .resume .supervegan_price span {
  letter-spacing: -0.02em;
  color: #FDB917;
  font-weight: 800;
  font-family: futura-pt, sans-serif;
}

@media (max-width: 767px) {
  .app_supervegan .resume .ammount_input_wrap {
    width: 50%;
  }
}

.app_supervegan .resume .supervegan_add_to_cart {
  color: #000000;
  background: #FDB917;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  height: 49px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .app_supervegan .resume .supervegan_add_to_cart_button_wrap .the_add_to_cart_button_wrap {
    width: 100%;
  }
}

.app_supervegan .resume .supervegan_add_to_cart_button_wrap .btn.btn-success {
  color: #000;
  border-radius: 100px;
  background: #FDB917;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 48px;
  padding: 0 32px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.029em;
  transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.app_supervegan .resume .supervegan_add_to_cart_button_wrap .btn.btn-success:hover {
  background: #fff;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .app_supervegan .resume .supervegan_add_to_cart_button_wrap .btn.btn-success {
    width: 100%;
    margin-right: 0;
  }
}

.app_supervegan .resume .supervegan_ammount_warp {
  position: relative;
  width: 90px;
}

.app_supervegan .resume .supervegan_ammount_input {
  height: 40px;
  padding: 0 32px;
  line-height: 40px;
  font-family: futura-pt, sans-serif;
  background: transparent;
  color: #9DA9B9;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  width: 88px;
  border: 2px solid rgba(157, 169, 185, 0.4);
  border-radius: 204px;
  text-align: center;
}

.app_supervegan .resume .supervegan_ammount_input.supervegan_ammount_input_mobile {
  line-height: 36px;
}

.app_supervegan .resume .decrease,
.app_supervegan .resume .increase {
  font-size: 0;
  padding: 18px;
  position: absolute;
  top: calc(50% - 18px);
  cursor: pointer;
}

.app_supervegan .resume .decrease:before,
.app_supervegan .resume .increase:before {
  width: 7px;
  height: 2px;
  border-radius: 20px;
  background: #9DA9B9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.app_supervegan .resume .decrease:after,
.app_supervegan .resume .increase:after {
  width: 2px;
  height: 7px;
  border-radius: 20px;
  background: #9DA9B9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.app_supervegan .resume .increase {
  right: 0;
}

.app_supervegan .resume .decrease {
  left: 0;
}

.app_supervegan .resume .decrease:after {
  display: none;
}

.app_supervegan .product_summary {
  background: #323234 url(/img/supervegan/summary_bg.png) no-repeat center/cover;
}

.app_supervegan .product_summary .summary_illustration {
  min-height: 350px;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary .summary_illustration {
    height: 350px;
  }
}

.app_supervegan .product_summary .summary_illustration .product_summary_picture_wrap {
  height: 100%;
}

.app_supervegan .product_summary .summary_illustration .product_summary_picture_wrap .product_summary_picture {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

.app_supervegan .product_summary .summary_illustration h3 {
  position: absolute;
  line-height: 100%;
  text-shadow: 0px 1.57734px 2.21381px rgba(0, 0, 0, 0.0815322), 0px 3.79056px 5.32008px rgba(0, 0, 0, 0.117129), 0px 7.13728px 10.0172px rgba(0, 0, 0, 0.145), 0px 12.7317px 17.869px rgba(0, 0, 0, 0.172871), 0px 23.8132px 33.4221px rgba(0, 0, 0, 0.208468), 0px 57px 80px rgba(0, 0, 0, 0.29);
  position: absolute;
  top: 13%;
  left: 0;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary .summary_illustration h3 {
    left: 9px;
  }
}

.app_supervegan .product_summary .summary_illustration p {
  position: absolute;
  left: 0;
  bottom: 13%;
  line-height: 90%;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary .summary_illustration p {
    left: 9px;
  }
}

.app_supervegan .product_summary .summary_text_wrap p {
  color: #E1DCBB;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.app_supervegan .product_summary .summary_text_wrap .upper_text {
  line-height: 120%;
  letter-spacing: -0.03em;
}

.app_supervegan .product_summary .summary_text_wrap .lower_text {
  letter-spacing: -0.01em;
}

.app_supervegan .product_summary .summary_text_wrap .lower_small_text {
  line-height: 153.72%;
  letter-spacing: -0.01em;
}

.app_supervegan .product_summary .summary_text_wrap img.summary_label_2 {
  width: 100%;
  max-width: 380px;
}

.app_supervegan .product_summary_2 {
  background: #323234 url(/img/supervegan/product_summary_2_bg.png) no-repeat center/cover;
}

.app_supervegan .product_summary_2 .product_summary_2_icons_wrap p {
  line-height: 170.66%;
  letter-spacing: -0.02em;
}

.app_supervegan .product_summary_2 .product_summary_2_icons_wrap i {
  width: 100%;
}

.app_supervegan .product_summary_2 .icon_wrap {
  width: 41.24px;
  height: 35px;
}

.app_supervegan .product_summary_2 .description_balloon {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_2 .description_balloon {
    max-width: 400px;
  }
}

.app_supervegan .product_summary_2 .description_balloon .upper_text {
  line-height: 21px;
  letter-spacing: -0.02em;
}

.app_supervegan .product_summary_2 .description_balloon .lower_text {
  line-height: 21px;
  letter-spacing: -0.02em;
}

.app_supervegan .product_summary_2 .supervegan_summary_2_picture {
  width: 100%;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_2 .supervegan_summary_2_picture {
    max-width: 411px;
  }
}

.app_supervegan .product_summary_2 .product_summary_2_carousel_header h3 {
  line-height: 80%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_2 .product_summary_2_carousel_header h3 {
    width: 100%;
    text-align: left;
  }
}

.app_supervegan .product_summary_2 .product_summary_2_carousel_header p {
  line-height: 21px;
  letter-spacing: -0.02em;
}

.app_supervegan .product_summary_2 .product_summary_2_carousel_header p a {
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .product_summary_2 .product_summary_2_carousel_header p a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_2 .product_summary_2_carousel_header p {
    width: 100%;
    text-align: left;
  }
}

.app_supervegan .product_summary_2 .product_features_highlight_image {
  max-width: 535px;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap {
  width: 100%;
  max-width: 472px;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_2 .product_features_highlight_wrap {
    width: 90%;
    max-width: 440px;
  }
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap {
  width: 100%;
  padding-bottom: 18.8087774295%;
  position: relative;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap div {
  z-index: 10;
  border-right: 1px solid #FFD93F;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap div:last-child {
  border-right: 0;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap div p {
  text-align: center;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap div .product_features_highlight_big {
  line-height: 0.9;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap div .product_features_highlight_small {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap .product_features_highlight_inner_wrap .product_features_highlight_content_wrap div .product_features_highlight_medium {
  line-height: 0.9;
}

.app_supervegan .product_summary_2 .product_features_highlight_wrap:after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -10%;
  width: 112%;
  padding-bottom: 32%;
  background: transparent url(/img/supervegan/product_features_highlight_bg.svg) no-repeat center/contain;
  z-index: 0;
}

.app_supervegan .ingredients_wrap {
  background: #fff url(/img/supervegan/ingredients_bg.png) no-repeat center/cover;
}

.app_supervegan .ingredients_wrap .ingredientes_title {
  line-height: 80%;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
  display: table-cell;
}

.app_supervegan .ingredients_wrap .ingredientes_title:after {
  width: 130%;
  padding-bottom: 6.4%;
  left: -14%;
  top: 70%;
  content: "";
  background: transparent url(/img/supervegan/underline.svg) no-repeat center/100% 100%;
  position: absolute;
  z-index: -1;
}

.app_supervegan .ingredients_wrap .ingredientes_claim {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.app_supervegan .ingredients_wrap .ingredient_name {
  font-weight: 600;
  font-family: futura-pt, sans-serif;
  letter-spacing: -0.02em;
  line-height: 110%;
}

@media (min-width: 768px) {
  .app_supervegan .ingredients_wrap .ingredient_name {
    font-style: italic;
    color: #433225;
  }
}

@media (max-width: 767px) {
  .app_supervegan .ingredients_wrap .ingredient_name {
    color: #1E8E20;
  }
}

.app_supervegan .ingredients_wrap .ingredient_description {
  line-height: 155%;
  letter-spacing: -0.02em;
  overflow: hidden;
  display: block;
  height: auto !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .ingredients_wrap .ingredient_description.show {
  max-height: 999px !important;
}

.app_supervegan .ingredients_wrap .ingredients_read_more_button {
  letter-spacing: -0.02em;
}

.app_supervegan .ingredients_wrap .ingredients_read_more_button span span:nth-child(1) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-right: 13px;
}

.app_supervegan .ingredients_wrap .ingredients_read_more_button span span:nth-child(2) {
  font-size: 24px;
  bottom: -2px;
  position: relative;
}

.app_supervegan .ingredients_wrap .ingredients_read_more_button .show_when_collapsed {
  display: none;
}

.app_supervegan .ingredients_wrap .ingredients_read_more_button .show_when_expanded {
  display: block;
}

.app_supervegan .ingredients_wrap .ingredients_read_more_button.collapsed .show_when_collapsed {
  display: block;
}

.app_supervegan .ingredients_wrap .ingredients_read_more_button.collapsed .show_when_expanded {
  display: none;
}

.app_supervegan .nutritrion_facts {
  background: transparent url(/img/supervegan/nutritrion_facts_bg.png) no-repeat center/cover;
}

.app_supervegan .nutritrion_facts .nutritrion_facts_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
}

@media (max-width: 767px) {
  .app_supervegan .nutritrion_facts .nutritrion_table_wrap {
    overflow-x: scroll;
  }
}

.app_supervegan .nutritrion_facts .nutritrion_table_wrap .nutritrion_table_illustration_wrap img {
  width: 150%;
  max-width: 150%;
}

.app_supervegan .nutritrion_facts .nutritrion_table_wrap:before {
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(234, 230, 255, 0.12), 0px 16px 24px rgba(234, 230, 255, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(234, 230, 255, 0.12), 0px 16px 24px rgba(234, 230, 255, 0.2);
  border-radius: 8px;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .app_supervegan .nutritrion_facts .nutritrion_table_wrap:before {
    width: 82%;
    height: calc(100% + 100px);
    top: -50px;
    content: "";
    right: 0;
  }
}

@media (max-width: 767px) {
  .app_supervegan .nutritrion_facts .nutritrion_table_wrap:before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
  }
}

.app_supervegan .nutritrion_facts .nutritrion_table_wrap .nutritrion_table {
  width: 100%;
  mix-blend-mode: darken;
  max-width: 500px;
}

.app_supervegan .nutritrion_facts .nutritrion_table_wrap .nutritrion_table_wrap_col {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
}

.app_supervegan .nutritrion_facts .nutritrion_table_wrap .nutritrion_table_wrap_col::-webkit-scrollbar {
  display: none;
}

.app_supervegan .product_summary_3 {
  background: #fff url(/img/supervegan/ingredients_bg.png) no-repeat center/cover;
}

@media (min-width: 768px) {
  .app_supervegan .product_summary_3 .product_summary_3_left_column_wrap {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_3 .product_summary_3_title_img {
    max-width: 341px;
  }
}

@media (max-width: 370px) {
  .app_supervegan .product_summary_3 .product_summary_3_title_img {
    width: calc(100% + 60px);
    margin-left: -24px !important;
    max-width: 9999999px;
  }
}

.app_supervegan .product_summary_3 .product_summary_3_list {
  letter-spacing: -0.025em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .app_supervegan .product_summary_3 .product_summary_3_list {
    padding-left: 7%;
  }
}

@media (max-width: 767px) {
  .app_supervegan .product_summary_3 .product_summary_3_list {
    padding-left: 0;
    max-width: 400px;
    display: block;
    margin: auto;
  }
}

.app_supervegan .product_summary_3 .product_summary_3_list li {
  list-style: none;
  padding-bottom: 5%;
}

.app_supervegan .product_summary_3 .product_summary_3_list a {
  text-decoration: none;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .product_summary_3 .product_summary_3_list a:hover {
  color: #96c950;
}

.app_supervegan .product_summary_3 .product_summary_3_illustration_wrap .product_summary_3_illustration_inner_wrap {
  width: calc(100% - 30px);
  height: 0;
  padding-bottom: 72.6480836237%;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.app_supervegan .product_summary_3 .product_summary_3_illustration_wrap img {
  position: absolute;
}

.app_supervegan .product_summary_3 .product_summary_3_illustration_wrap img:nth-child(1) {
  width: 72.9965156794%;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0px 8.46335px 4.19699px rgba(0, 0, 0, 0.0282725), 0px 9.74152px 14.0968px rgba(0, 0, 0, 0.0417275), 0px 13.7199px 63.1116px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8.46335px 4.19699px rgba(0, 0, 0, 0.0282725), 0px 9.74152px 14.0968px rgba(0, 0, 0, 0.0417275), 0px 13.7199px 63.1116px rgba(0, 0, 0, 0.07);
  border-radius: 9.14661px;
}

.app_supervegan .product_summary_3 .product_summary_3_illustration_wrap img:nth-child(2) {
  width: 40.0696864111%;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 8.46335px 4.19699px rgba(0, 0, 0, 0.04), 0px 9.74152px 14.0968px rgba(0, 0, 0, 0.04), 0px 13.7199px 63.1116px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8.46335px 4.19699px rgba(0, 0, 0, 0.04), 0px 9.74152px 14.0968px rgba(0, 0, 0, 0.04), 0px 13.7199px 63.1116px rgba(0, 0, 0, 0.08);
  border-radius: 9.14661px;
}

.app_supervegan .product_faqs {
  background: #fff;
}

.app_supervegan .product_faqs .faqs_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
}

.app_supervegan .product_faqs .faqs_claim {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .app_supervegan .product_faqs .faqs_claim {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .app_supervegan .product_faqs .faqs_claim {
    text-align: center;
    max-width: 400px;
  }
}

.app_supervegan .product_faqs .faqs_list {
  padding-left: 0;
}

@media (max-width: 767px) {
  .app_supervegan .product_faqs .faqs_list {
    max-width: 400px;
    display: block;
    margin: auto;
  }
}

.app_supervegan .product_faqs .faqs_list li {
  list-style: none;
  margin-bottom: 30px;
}

.app_supervegan .product_faqs .faqs_list li .faq_question {
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .app_supervegan .product_faqs .faqs_list li .faq_question {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .app_supervegan .product_faqs .faqs_list li .faq_question {
    padding-right: 40px;
  }
}

.app_supervegan .product_faqs .faqs_list li .faq_question:before {
  content: "\E914";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .app_supervegan .product_faqs .faqs_list li .faq_question:before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .app_supervegan .product_faqs .faqs_list li .faq_question:before {
    right: 0;
  }
}

.app_supervegan .product_faqs .faqs_list li .faq_question.collapsed:before {
  content: "\E915";
}

.app_supervegan .product_faqs .faqs_list li .faq_answer {
  line-height: 145%;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .app_supervegan .product_faqs .faqs_list li .faq_answer {
    padding-left: 40px;
  }
}

.app_supervegan .recipes {
  background: #000 url(/img/supervegan/recipes_bg.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  .app_supervegan .recipes {
    border-radius: 16px;
  }
}

.app_supervegan .recipes .recipes_title {
  line-height: 1;
}

.app_supervegan .recipes .recipes_title .recipes_title_big_font {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
}

.app_supervegan .recipes .recipes_title .recipes_title_big_font:after {
  width: 121%;
  padding-bottom: 11%;
  left: -9%;
  top: 70%;
  content: "";
  background: transparent url(/img/supervegan/underline_orange.svg) no-repeat center/100% 100%;
  position: absolute;
  z-index: -1;
}

.app_supervegan .recipes .recipes_title .recipes_title_small_font {
  opacity: 0.5;
  letter-spacing: -0.02em;
}

.app_supervegan .recipes a.view_more_recipes {
  text-transform: uppercase;
  color: #8A939F;
  letter-spacing: -0.02em;
  border: 1px solid #8A939F;
  -webkit-box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
          box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
  padding: 8px 34px;
  transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.app_supervegan .recipes a.view_more_recipes:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

.app_supervegan .recipes .recipes_wrap {
  position: relative;
}

.app_supervegan .recipes .the_recipe {
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 768px) {
  .app_supervegan .recipes .the_recipe {
    width: 33.333%;
    padding-bottom: 20%;
  }

  .app_supervegan .recipes .the_recipe:nth-child(1) {
    position: relative;
    width: 66.666%;
    padding-bottom: 40%;
  }

  .app_supervegan .recipes .the_recipe:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
  }

  .app_supervegan .recipes .the_recipe:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .app_supervegan .recipes .the_recipe {
    width: 100%;
    padding-bottom: 44.0251572327%;
    margin-bottom: 12px;
    border-radius: 4px;
    display: block;
  }
}

.app_supervegan .recipes .the_recipe .the_recipe_picture {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.app_supervegan .recipes .the_recipe .the_recipe_caption {
  padding: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .recipes .the_recipe:hover .the_recipe_picture {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 768px) {
  .app_supervegan .recipes .the_recipe:hover .the_recipe_caption {
    opacity: 0;
  }
}

.app_supervegan .recipes .the_recipe_caption {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  z-index: 100;
}

.app_supervegan .reviews .supervegan_comment_statistic_wrap {
  border: 1px solid #969696;
  border-radius: 4px;
}

.app_supervegan .reviews .average_rating_int {
  text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
  background: #FFB020;
  border-radius: 3px;
  width: 35px;
  text-align: center;
}

@media (min-width: 768px) {
  .app_supervegan .reviews .supervegan_comment_statistic_first_column {
    border-right: 1px solid #969696;
  }
}

.app_supervegan .reviews .number_of_comments {
  letter-spacing: -0.02em;
}

.app_supervegan .reviews .average_star_wrap {
  height: 20px;
}

.app_supervegan .reviews .average_star_wrap .progress_bar {
  width: calc(100% - 60px);
  height: 4px;
  background: #E6E7EB;
  border-radius: 40px;
  margin: 0 10px;
}

.app_supervegan .reviews .average_star_wrap .progress_bar div {
  height: 100%;
  background: #FFB020;
  position: relative;
  border-radius: 60px;
}

.app_supervegan .reviews .average_star_wrap .average_star_percentage {
  width: 40px;
}

.app_supervegan .reviews .average_star_wrap .average_star_number {
  width: 12px;
}

.app_supervegan .reviews .reviews_title {
  line-height: 1;
}

.app_supervegan .reviews .reviews_title .reviews_title_big_font {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
}

.app_supervegan .reviews .reviews_title .reviews_title_big_font:after {
  width: 119%;
  padding-bottom: 9%;
  left: -9%;
  top: 70%;
  content: "";
  background: transparent url(/img/supervegan/underline_green.svg) no-repeat center/100% 100%;
  position: absolute;
  z-index: -1;
}

.app_supervegan .reviews .reviews_title .reviews_title_small_font {
  opacity: 0.5;
  letter-spacing: -0.02em;
}

.app_supervegan .reviews .write_a_review_button {
  font-weight: 500;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .reviews .write_a_review_button:hover {
  color: #96c950;
}

.app_supervegan .reviews .view_more_reviews {
  text-transform: uppercase;
  color: #8A939F;
  letter-spacing: -0.02em;
  border: 1px solid #8A939F;
  border-radius: 50px;
  padding: 8px 34px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .reviews .view_more_reviews:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .app_supervegan .reviews .view_more_reviews {
    border: 2px solid #FFB520;
    font-weight: 600;
    text-transform: capitalize;
    color: #525252;
    width: 100%;
    max-width: 270px;
  }
}

.app_supervegan .reviews .view_more_reviews .show_when_expanded {
  display: block;
}

.app_supervegan .reviews .view_more_reviews .show_when_collapsed {
  display: none;
}

.app_supervegan .reviews .view_more_reviews.accordeon_closed .show_when_expanded {
  display: none;
}

.app_supervegan .reviews .view_more_reviews.accordeon_closed .show_when_collapsed {
  display: block;
}

.app_supervegan .reviews .supervegan_comments_wrap {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
}

.app_supervegan .reviews .supervegan_comments_wrap .no_comments_yet {
  max-height: 0 !important;
}

.app_supervegan .reviews .supervegan_comment_wrap {
  border: 1px solid #C6E39D;
  border-radius: 4px;
  background: rgba(150, 201, 80, 0.02);
}

.app_supervegan .reviews .supervegan_comment_wrap.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .app_supervegan .reviews .supervegan_comment_wrap .supervegan_comment_column:nth-child(1) {
    border-right: 1px solid #C6E39D;
  }
}

@media (max-width: 767px) {
  .app_supervegan .reviews .supervegan_comment_wrap .supervegan_comment_column:nth-child(1) {
    background: rgba(227, 233, 237, 0.6);
  }
}

.app_supervegan .reviews .supervegan-comment-author {
  letter-spacing: -0.03em;
}

.app_supervegan .reviews .rating-stars .icomoon-star {
  color: #8A939F;
}

.app_supervegan .reviews .rating-stars .icomoon-star-filled {
  color: #FFB020;
}

.app_supervegan .reviews .supervegan-comment-title {
  letter-spacing: -0.03em;
}

.app_supervegan .reviews .supervegan-comment-text {
  line-height: 1.7;
}

@media (max-width: 767px) {
  .app_supervegan .reviews .supervegan-comment-text {
    line-height: 149.76%;
  }
}

.app_supervegan .reviews .supervegan_comment_date {
  line-height: 1;
}

.app_supervegan .reviews .average_rating_recomendations_number {
  text-shadow: 0px 1px 3px rgba(82, 82, 82, 0.2);
  background: #1E8E20;
  border-radius: 3px;
  min-width: 44px;
  text-align: center;
}

.app_supervegan .reviews .average_rating_recomendations_text {
  letter-spacing: -0.02em;
}

.app_supervegan .reviews .average_ratings_category_bar {
  background: #fff;
  border: 1px solid #9DA9B9;
  height: 7px;
  border-radius: 10px;
}

.app_supervegan .reviews .average_ratings_category_bar div {
  border: 1px solid #9DA9B9;
  width: 50%;
  height: 100%;
}

.app_supervegan .reviews .average_ratings_category_bar span {
  background: #E3E9ED;
  mix-blend-mode: darken;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.app_supervegan .reviews .average_ratings_category_bar span span {
  background: #525252;
  border-radius: 10px;
  width: 11px;
  height: 11px;
  background-blend-mode: none;
  display: block;
  right: -5.5px;
  top: -2px;
  left: unset;
}

.app_supervegan .reviews .review_picture_thumbnail_wrap {
  width: calc(33.333% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
}

.app_supervegan .reviews .review_picture_thumbnail {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  display: block;
  background-position: center;
  background-size: cover;
}

.app_supervegan .reviews .average_ratings_categories_text {
  width: 135px;
  line-height: 1;
  font-size: 14px;
}

.app_supervegan .reviews .average_ratings_categories_text_small {
  font-size: 13px;
  letter-spacing: -0.02em;
}

.app_supervegan .reviews .review_picture_thumbnails_wrap {
  margin-left: 17px;
  margin-bottom: -5px;
}

.app_supervegan .more_info {
  background: #000 url(/img/supervegan/more_info_bg.png) no-repeat center/cover;
}

.app_supervegan .more_info .more_info_title {
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .app_supervegan .more_info .more_info_title {
    text-transform: none;
    color: #FFB020;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-style: normal;
    font-family: futura-pt, sans-serif;
  }
}

.app_supervegan .more_info .more_info_caption {
  line-height: 1.2;
}

.app_supervegan .more_info .view_articles_button {
  line-height: 19px;
  color: #424B5A;
  padding: 10px 24px;
  color: #424B5A;
  border: 2px solid #424B5A;
  border-radius: 4px;
  transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.app_supervegan .more_info .view_articles_button:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.app_supervegan .more_info .article_illustration {
  padding-bottom: 68.7679083095%;
  height: 0;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
  transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.app_supervegan .more_info .article_illustration .article_cat {
  top: 9px;
  right: 9px;
  background: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
}

.app_supervegan .more_info .article_wrap:hover .article_illustration {
  opacity: 0.6;
}

.app_supervegan .more_info .article_title {
  line-height: 1.2;
}

.app_supervegan .more_info .article_excerpt {
  line-height: 1.3;
}

@media (max-width: 575px) {
  .app_supervegan .more_info .more_info_carousel .owl-stage {
    left: -16px;
  }
}

.app_supervegan .more_info .more_info_carousel .owl-nav {
  display: none;
}

.app_supervegan .more_info .more_info_carousel .owl-dot {
  width: 13px;
  height: 13px;
  background: #E3E9ED;
  opacity: 0.8;
  border: 2px solid #1a1b1c;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}

.app_supervegan .more_info .more_info_carousel .owl-dot.active {
  background: transparent;
  border: 2px solid #FF8C09;
}

.app_supervegan .more_info a.view_more_info {
  color: #fff;
  background: #FF7A00;
  letter-spacing: -0.02em;
  border: 1px solid #FF7A00;
  -webkit-box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
          box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15);
  border-radius: 50px;
  padding: 8px 34px;
  transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.app_supervegan .more_info a.view_more_info:hover {
  color: #FF7A00;
  background: #fff;
  border: 1px solid #fff;
}

.app_supervegan .msg-notification {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 24px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1000px;
  z-index: 900;
}

.app_supervegan .supervegan_nav {
  bottom: 24px;
  max-width: 1328px;
  background: rgba(68, 68, 68, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(68, 68, 68, 0.9)), to(rgba(68, 68, 68, 0.9)));
  background: linear-gradient(0deg, rgba(68, 68, 68, 0.9), rgba(68, 68, 68, 0.9));
  border-radius: 20px;
  position: fixed;
}

@media (min-width: 768px) {
  .app_supervegan .supervegan_nav {
    z-index: 1000;
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 67px;
  }

  .app_supervegan .supervegan_nav.fixed_on_first_section {
    position: absolute;
    bottom: unset;
    top: 770px;
  }
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_nav .supervegan_breadcrumbs {
    width: 100%;
    background: #000 url("/img/supervegan/bg_supervegan_resume.png") no-repeat bottom center/200%;
  }
}

.app_supervegan .supervegan_nav .supervegan_breadcrumbs span {
  letter-spacing: -0.03em;
}

.app_supervegan .supervegan_nav .supervegan_breadcrumbs a,
.app_supervegan .supervegan_nav .supervegan_breadcrumbs div,
.app_supervegan .supervegan_nav .supervegan_breadcrumbs span {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .app_supervegan .supervegan_nav .supervegan_breadcrumbs a,
  .app_supervegan .supervegan_nav .supervegan_breadcrumbs div,
  .app_supervegan .supervegan_nav .supervegan_breadcrumbs span {
    margin-right: 10px;
    display: inline-block;
  }
}

.app_supervegan .supervegan_nav .supervegan_breadcrumbs a {
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ADADAD;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.app_supervegan .supervegan_nav .supervegan_breadcrumbs a:hover {
  color: #96c950;
}

.app_supervegan .supervegan_nav .supervegan_breadcrumbs .supervegan_breadcrumbs_spacer i {
  color: #ADADAD;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap nav {
    width: 500px;
  }
}

.app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap nav a {
  letter-spacing: -0.02em;
  color: #ADADAD;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-right: 24px;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap nav a {
    margin-right: 16px;
  }
}

.app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap nav a:last-child {
  margin-right: 0px;
}

.app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap nav a.active {
  color: #FFD725;
}

.app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap nav a.active {
  color: #FFD725;
  position: relative;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_nav .supervegan_nav_the_nav_wrap nav a.active {
    color: #ADADAD;
  }
}

.app_supervegan .supervegan_comment_form .supervegan_comment_form_inner_wrap {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.app_supervegan .supervegan_home {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1071px) {
  .app_supervegan .supervegan_home_carousel .item {
    height: calc(100vh - 40px);
    min-height: 700px;
  }
}

@media (max-width: 1070px) {
  .app_supervegan .supervegan_home_carousel .item {
    width: 100%;
    height: 0;
    padding-bottom: 93.7716262976%;
  }
}

.app_supervegan .supervegan_home_carousel .item .supervegan_home_carousel_bg {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
}

.app_supervegan .supervegan_home_carousel .item h2 {
  line-height: 0.93;
}

.app_supervegan .supervegan_home_carousel .item p {
  line-height: 1;
}

.app_supervegan .supervegan_home_carousel .owl-prev,
.app_supervegan .supervegan_home_carousel .owl-next {
  top: calc(50% - 20px);
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  opacity: 1;
  -webkit-box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15), 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15), 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_home_carousel .owl-prev,
  .app_supervegan .supervegan_home_carousel .owl-next {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}

.app_supervegan .supervegan_home_carousel .owl-prev:after,
.app_supervegan .supervegan_home_carousel .owl-next:after {
  font-family: 'icomoon' !important;
  color: #000;
  position: absolute;
  top: 1px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_home_carousel .owl-prev:after,
  .app_supervegan .supervegan_home_carousel .owl-next:after {
    font-size: 6px;
    line-height: 3;
  }
}

.app_supervegan .supervegan_home_carousel .owl-prev {
  left: 32px;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_home_carousel .owl-prev {
    left: 9px;
  }
}

.app_supervegan .supervegan_home_carousel .owl-prev:after {
  content: "\E90B";
  left: 42%;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_home_carousel .owl-prev:after {
    left: 39%;
  }
}

.app_supervegan .supervegan_home_carousel .owl-next {
  right: 32px;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_home_carousel .owl-next {
    right: 9px;
  }
}

.app_supervegan .supervegan_home_carousel .owl-next:after {
  content: "\E905";
  left: 47%;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_home_carousel .owl-next:after {
    left: 45%;
  }
}

.app_supervegan .supervegan_home_carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: -32px;
}

.app_supervegan .supervegan_home_carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: #E3E9ED;
  opacity: 0.8;
  border: 2px solid #1a1b1c;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}

.app_supervegan .supervegan_home_carousel .owl-dots .owl-dot.active {
  background: transparent;
  border: 2px solid #FF8C09;
}

.app_supervegan .homepage_shipping_info_mobile {
  width: 100%;
  background: #000;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 10;
}

.app_supervegan .homepage_shipping_info_mobile span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.2666666667;
  letter-spacing: -0.02em;
}

.app_supervegan .homepage_shipping_info_mobile span b {
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
}

@media (min-width: 1071px) {
  .app_supervegan .homepage_shipping_info_mobile {
    display: none;
  }
}

.app_supervegan .home_section_2 {
  background: #000 url(/img/supervegan/home_section_2.png) no-repeat center/cover;
  padding-bottom: 8.6805555556%;
  position: relative;
}

.app_supervegan .home_section_2:after {
  background: transparent url(/img/supervegan/home_section_2_after.svg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-bottom: calc(8.6805555556% + 2px);
}

.app_supervegan .home_section_2 .home_section_2_icon_1 {
  width: 40px;
  height: 40px;
  background: #1E1F20;
  border-radius: 100px;
  position: relative;
  font-size: 16px;
}

.app_supervegan .home_section_2 .home_section_2_icon_1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.app_supervegan .home_section_2 .home_section_2_text_1 {
  letter-spacing: -0.02em;
  line-height: 1;
}

.app_supervegan .home_section_2 .home_section_2_text_2 {
  letter-spacing: -0.02em;
  line-height: 1;
}

@media (max-width: 490px) {
  .app_supervegan .section_2_categories_wrap {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .app_supervegan .section_2_categories_wrap::-webkit-scrollbar {
    display: none;
  }
}

.app_supervegan .section_2_categories_inner_wrap {
  width: 100%;
  max-width: 740px;
}

@media (max-width: 767px) {
  .app_supervegan .section_2_categories_inner_wrap {
    max-width: 500px;
    width: 470px;
  }
}

.app_supervegan .section_2_category_wrap {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 20%;
  padding: 0 4px;
}

.app_supervegan .section_2_category_wrap .section_2_category_thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.app_supervegan .section_2_category_wrap .section_2_category_thumbnail:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 3px solid #FF8C09;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  content: "";
}

.app_supervegan .section_2_category_wrap.active,
.app_supervegan .section_2_category_wrap:hover {
  opacity: 1;
}

.app_supervegan .section_2_category_wrap.active .section_2_category_thumbnail:after,
.app_supervegan .section_2_category_wrap:hover .section_2_category_thumbnail:after {
  opacity: 1;
}

.app_supervegan .section_2_category_wrap .section_2_category_text {
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.app_supervegan .home_section_3 {
  background: #FCFCFC;
}

.app_supervegan .home_section_3 .home_section_3_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
}

.app_supervegan .home_section_3 .home_section_3_title span {
  display: inline-block;
}

.app_supervegan .home_section_3 .home_section_3_carousel {
  max-width: 1240px;
  width: 100%;
}

@media (min-width: 481px) {
  .app_supervegan .home_section_3 .home_section_3_carousel {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (max-width: 480px) {
  .app_supervegan .home_section_3 .home_section_3_carousel .owl-stage {
    left: -16px;
  }
}

.app_supervegan .home_section_3 .home_section_3_carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #9DA9B9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #9DA9B9;
  margin: 0 5px;
}

.app_supervegan .home_section_3 .home_section_3_carousel .owl-dots .owl-dot:hover,
.app_supervegan .home_section_3 .home_section_3_carousel .owl-dots .owl-dot.active {
  border: 2px solid #FF8C09;
  background: #fff;
}

.app_supervegan .home_section_3 .home_section_3_carousel .home_section_3_carousel_image_wrap {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.app_supervegan .home_section_3 .home_section_3_carousel .home_section_3_carousel_image_wrap img {
  padding: 7% 5% 0 5%;
}

.app_supervegan .home_section_3 .home_section_3_carousel .home_section_3_carousel_image_wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 75%;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 98, 139, 0.15)), to(rgba(240, 98, 139, 0.15)));
  background: linear-gradient(0deg, rgba(240, 98, 139, 0.15), rgba(240, 98, 139, 0.15));
  border-radius: 16px;
}

.app_supervegan .home_section_3 .home_section_3_carousel_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.app_supervegan .home_section_3 .item .home_section_3_carousel_text {
  line-height: 93%;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.app_supervegan .home_section_3 .item.pink .home_section_3_carousel_text {
  color: #F0628B;
}

.app_supervegan .home_section_3 .item.orange .home_section_3_carousel_text {
  color: #F5931D;
}

.app_supervegan .home_section_3 .item.orange .home_section_3_carousel_image_wrap:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(247, 148, 29, 0.15)), to(rgba(247, 148, 29, 0.15)));
  background: linear-gradient(0deg, rgba(247, 148, 29, 0.15), rgba(247, 148, 29, 0.15));
}

.app_supervegan .home_section_3 .item.yellow .home_section_3_carousel_text {
  color: #F3CD05;
}

.app_supervegan .home_section_3 .item.yellow .home_section_3_carousel_image_wrap:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 212, 4, 0.15)), to(rgba(252, 212, 4, 0.15)));
  background: linear-gradient(0deg, rgba(252, 212, 4, 0.15), rgba(252, 212, 4, 0.15));
}

.app_supervegan .home_section_4 {
  background: #F2F2F2;
}

.app_supervegan .home_section_4 .home_section_4_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.app_supervegan .home_section_4 .home_section_4_text {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.app_supervegan .home_section_4 .goal_carousel {
  max-width: 1220px;
}

@media (min-width: 768px) {
  .app_supervegan .home_section_4 .goal_carousel {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .app_supervegan .home_section_4 .goal_carousel .owl-stage {
    left: -30px;
  }
}

.app_supervegan .home_section_4 .goal_carousel .owl-dot {
  width: 10px;
  height: 10px;
  background: #9DA9B9;
  opacity: 0.8;
  border: 2px solid #9DA9B9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app_supervegan .home_section_4 .goal_carousel .owl-dot.active {
  background: #fff;
  border: 2px solid #FF8C09;
}

.app_supervegan .home_section_4 .goal_carousel_image {
  padding-bottom: 100%;
  border-radius: 900px;
  background-size: cover;
  background-position: center;
}

.app_supervegan .home_section_4 .goal_carousel_text {
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.app_supervegan .home_section_5 {
  background: #000 url(/img/supervegan/home_section_2.png) no-repeat center/cover;
  position: relative;
  padding-bottom: 30px;
}

.app_supervegan .home_section_5.home_section_5_with_bottom_transition {
  padding-bottom: 8.6805555556%;
}

.app_supervegan .home_section_5.home_section_5_with_bottom_transition:after {
  background: transparent url(/img/supervegan/home_section_2_after.svg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-bottom: calc(8.6805555556% + 2px);
}

.app_supervegan .home_section_5 .home_section_5_article_wrap {
  margin: 0 10px;
  border-radius: 16px;
  width: calc( 33.333% - 20px);
}

@media (max-width: 767px) {
  .app_supervegan .home_section_5 .home_section_5_article_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}

.app_supervegan .home_section_5 .home_section_5_article_wrap:nth-child(1) {
  background: linear-gradient(0deg, rgba(240, 98, 139, 0.2), rgba(240, 98, 139, 0.2)), linear-gradient(160.08deg, rgba(50, 50, 52, 0.9) 0%, rgba(21, 21, 23, 0.9) 102.48%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.264) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.app_supervegan .home_section_5 .home_section_5_article_wrap:nth-child(2) {
  background: linear-gradient(0deg, rgba(247, 148, 29, 0.2), rgba(247, 148, 29, 0.2)), linear-gradient(160.08deg, rgba(50, 50, 52, 0.9) 0%, rgba(21, 21, 23, 0.9) 102.48%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.264) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.app_supervegan .home_section_5 .home_section_5_article_wrap:nth-child(3) {
  background: linear-gradient(0deg, rgba(252, 212, 4, 0.2), rgba(252, 212, 4, 0.2)), linear-gradient(160.08deg, rgba(50, 50, 52, 0.9) 0%, rgba(21, 21, 23, 0.9) 102.48%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.264) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.app_supervegan .home_section_5 .home_section_5_title {
  line-height: 1;
  letter-spacing: -0.01em;
}

.app_supervegan .home_section_5 .home_section_5_article_title {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.app_supervegan .home_section_5 .home_section_5_article_text {
  letter-spacing: -0.02em;
  line-height: 1;
}

.app_supervegan .home_section_6 {
  background: #FCFCFC;
}

@media (min-width: 1200px) {
  .app_supervegan .home_section_6 .home_section_6_inner_wrap {
    padding-left: 190px;
  }
}

.app_supervegan .home_section_6 .home_section_6_title {
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin-top: 24px;
}

.app_supervegan .home_section_6 .suplements_carousel_prev_button,
.app_supervegan .home_section_6 .suplements_carousel_next_button {
  width: 42px;
  height: 42px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid #E3E9ED;
  color: #525252;
  background: #FCFCFC;
}

.app_supervegan .home_section_6 .suplements_carousel_prev_button i,
.app_supervegan .home_section_6 .suplements_carousel_next_button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 16px;
}

.app_supervegan .home_section_6 .suplements_carousel_prev_button.disabled,
.app_supervegan .home_section_6 .suplements_carousel_next_button.disabled {
  opacity: 0.4;
}

.app_supervegan .home_section_6 .suplements_carousel_prev_button.disabled:hover,
.app_supervegan .home_section_6 .suplements_carousel_next_button.disabled:hover {
  border: 2px solid #E3E9ED;
  color: #525252;
  background: #FCFCFC;
}

.app_supervegan .home_section_6 .suplements_carousel_prev_button:hover,
.app_supervegan .home_section_6 .suplements_carousel_next_button:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

.app_supervegan .home_section_6 .custom_navigation_see_all {
  letter-spacing: -0.02em;
}

.app_supervegan .home_section_6 .home_section_6_text {
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: 330px;
}

@media (max-width: 767px) {
  .app_supervegan .home_section_6 .home_section_6_text {
    max-width: 100%;
  }
}

.app_supervegan .home_section_6 .suplements_carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .app_supervegan .home_section_6 .suplements_carousel .owl-stage {
    left: 0;
  }
}

@media (max-width: 469px) {
  .app_supervegan .home_section_6 .suplements_carousel .owl-stage {
    left: -50px;
  }
}

.app_supervegan .home_section_6 .suplements_carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.app_supervegan .home_section_6 .suplements_carousel .item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin: 15px 0;
  display: block;
  position: relative;
  width: 100%;
}

.app_supervegan .home_section_6 .suplements_carousel .suplements_carousel_text_1 {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.app_supervegan .home_section_6 .suplements_carousel .suplements_carousel_text_2 {
  line-height: 120%;
  letter-spacing: -0.03em;
}

.app_supervegan .home_section_6 .suplements_carousel .suplements_carousel_small_text {
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .app_supervegan .home_section_6 .suplements_carousel .owl-dots {
    display: none;
  }
}

.app_supervegan .home_section_6 .suplements_carousel .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 2px solid #9DA9B9;
  background: #9DA9B9;
  opacity: 1;
}

.app_supervegan .home_section_6 .suplements_carousel .owl-dot:hover,
.app_supervegan .home_section_6 .suplements_carousel .owl-dot.active {
  border: 2px solid #FF8C09;
  background: #FCFCFC;
}

.app_supervegan .our_team {
  position: relative;
}

@media (max-width: 570px) {
  .app_supervegan .our_team {
    background: #fff url("/img/supervegan/our_team_mobile.png") no-repeat top center/contain;
    padding-top: 72%;
  }
}

@media (min-width: 571px) {
  .app_supervegan .our_team {
    padding-top: 15.9722222222%;
  }
}

@media (min-width: 571px) {
  .app_supervegan .our_team:before {
    left: -15%;
    background-image: url("/img/supervegan/our_team_dektop_left.png");
    background-position: left bottom;
  }
}

@media (min-width: 920px) {
  .app_supervegan .our_team:before {
    left: 0;
  }
}

@media (min-width: 571px) {
  .app_supervegan .our_team:after {
    right: -15%;
    background-image: url("/img/supervegan/our_team_dektop_right.png");
    background-position: right bottom;
  }
}

@media (min-width: 920px) {
  .app_supervegan .our_team:after {
    right: 0;
  }
}

.app_supervegan .our_team:before,
.app_supervegan .our_team:after {
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 571px) {
  .app_supervegan .our_team:before,
  .app_supervegan .our_team:after {
    width: 50%;
  }
}

@media (min-width: 920px) {
  .app_supervegan .our_team:before,
  .app_supervegan .our_team:after {
    width: 34.0277777778%;
  }
}

.app_supervegan .our_team .our_team_content_wrap {
  background: #F6F8F7;
  -webkit-box-shadow: 0px 3.38082px 10.0172px rgba(0, 0, 0, 0.085), 0px 27px 80px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 3.38082px 10.0172px rgba(0, 0, 0, 0.085), 0px 27px 80px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
}

.app_supervegan .our_team .our_team_text {
  letter-spacing: -0.01em;
  line-height: 120%;
}

.app_supervegan .home_bottom_section {
  background: #fff;
}

.app_supervegan .home_bottom_section_title {
  line-height: 1;
  letter-spacing: -0.04em;
}

.app_supervegan .home_bottom_section_text {
  line-height: 110%;
  letter-spacing: -0.02em;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.app_supervegan .home_bottom_section_icon {
  font-size: 33.18px;
}

.app_supervegan .home_bottom_section_small_text {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.app_supervegan .home_bottom_section_image_wrap img:nth-child(1) {
  position: relative;
}

.app_supervegan .home_bottom_section_image_wrap img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 767px) {
  .app_supervegan .home_bottom_section_image_wrap img:nth-child(2) {
    width: 97%;
  }
}

.app_supervegan .team_intro {
  padding-top: 128px;
  background: #EFEEEE;
  padding-bottom: 8.6805555556%;
  position: relative;
}

@media (max-width: 767px) {
  .app_supervegan .team_intro {
    padding-top: 83px;
  }
}

.app_supervegan .team_intro:after {
  background: transparent url(/img/supervegan/home_section_2_after.svg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-bottom: calc(8.6805555556% + 2px);
}

.app_supervegan .team_intro .team_intro_title {
  letter-spacing: -0.03em;
  line-height: 0.8;
  background: -webkit-gradient(linear, left top, right top, from(#002366), color-stop(70%, #41006B));
  background: linear-gradient(to right, #002366, #41006B 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app_supervegan .team_intro .intro_team_text {
  line-height: 144.05%;
  max-width: 539px;
}

.app_supervegan .team_intro .highlight_story_wrap {
  padding-bottom: 94%;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.app_supervegan .team_intro .highlight_story_wrap .highlight_story_cat {
  line-height: 100%;
  position: absolute;
  background: #fff;
  padding: 5px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  z-index: 10;
  left: 32px;
  bottom: 32px;
  max-width: calc(50% - 32px);
}

@media (max-width: 991px) {
  .app_supervegan .team_intro .highlight_story_wrap .highlight_story_cat {
    left: 16px;
    bottom: 16px;
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 767px) {
  .app_supervegan .team_intro .highlight_story_wrap .highlight_story_cat {
    left: 32px;
    bottom: 32px;
    max-width: calc(50% - 32px);
  }
}

@media (max-width: 575px) {
  .app_supervegan .team_intro .highlight_story_wrap .highlight_story_cat {
    left: 16px;
    bottom: 16px;
    max-width: calc(50% - 16px);
  }
}

.app_supervegan .team_intro .highlight_story_wrap .highlight_story_name {
  line-height: 100%;
  right: 32px;
  bottom: 32px;
  position: absolute;
  z-index: 10;
  max-width: calc(50% - 32px);
}

@media (max-width: 991px) {
  .app_supervegan .team_intro .highlight_story_wrap .highlight_story_name {
    right: 16px;
    bottom: 16px;
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 767px) {
  .app_supervegan .team_intro .highlight_story_wrap .highlight_story_name {
    right: 32px;
    bottom: 32px;
    max-width: calc(50% - 32px);
  }
}

@media (max-width: 575px) {
  .app_supervegan .team_intro .highlight_story_wrap .highlight_story_name {
    right: 16px;
    bottom: 16px;
    max-width: calc(50% - 16px);
  }
}

.app_supervegan .team_intro .highlight_story_wrap .highlight_story_picture {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.app_supervegan .team_intro .highlight_story_wrap .highlight_story_picture:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.app_supervegan .team_loop_wrap .team_member_picture {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  padding-bottom: 146.2897526502%;
  background-color: #eee;
}

.app_supervegan .team_loop_wrap .team_member_name {
  letter-spacing: -0.02em;
  line-height: 80%;
}

.app_supervegan .team_loop_wrap .team_member_designation {
  line-height: 1;
  letter-spacing: -0.02em;
}

.app_supervegan .supervegan_team_detail {
  width: 100%;
  overflow: hidden;
}

.app_supervegan .supervegan_team_detail_intro {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #828282;
}

@media (max-width: 767px) {
  .app_supervegan .supervegan_team_detail_intro {
    max-height: 0;
    min-height: 0;
    padding-bottom: 58.2491582492%;
  }
}

@media (max-width: 676px) {
  .app_supervegan .supervegan_team_detail_intro {
    padding-bottom: 70%;
  }
}

.app_supervegan .supervegan_team_detail_intro:before {
  width: calc(100% + 2px);
  height: 85px;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), color-stop(25%, rgba(0, 0, 0, 0.74)), color-stop(71.35%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.74) 25%, rgba(0, 0, 0, 0.3) 71.35%, rgba(0, 0, 0, 0) 100%);
}

.app_supervegan .supervegan_team_detail_intro .supervegan_team_detail_name {
  text-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.120893), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.173674), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.215), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.256326), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.309107), 0px 100px 80px rgba(0, 0, 0, 0.43);
  line-height: 100%;
  letter-spacing: -0.02em;
}

.app_supervegan .supervegan_team_detail_intro .supervegan_team_detail_designation {
  line-height: 1.25;
}

.app_supervegan .supervegan_team_detail_intro .supervegan_team_detail_background {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  -webkit-animation: 16s forwards zoomScale;
          animation: 16s forwards zoomScale;
}

.app_supervegan .supervegan_team_detail_intro .supervegan_team_detail_intro_content_outter_wrap {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.app_supervegan .supervegan_team_detail_intro .supervegan_team_detail_intro_content_wrap {
  position: relative;
  z-index: 20;
}

.app_supervegan .supervegan_team_detail_section_one {
  background: #000 url(/img/supervegan/home_section_2.png) no-repeat center/cover;
  padding-bottom: 8.6805555556%;
  position: relative;
}

.app_supervegan .supervegan_team_detail_section_one:after {
  background: transparent url(/img/supervegan/home_section_2_after.svg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-bottom: calc(8.6805555556% + 2px);
}

.app_supervegan .supervegan_team_detail_section_one .supervegan_team_detail_section_one_picture {
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

.app_supervegan .supervegan_team_detail_section_one .supervegan_team_detail_section_one_badge {
  height: 35px;
  width: auto;
}

.app_supervegan .supervegan_team_detail_section_one .supervegan_team_detail_section_one_big_text,
.app_supervegan .supervegan_team_detail_section_one .supervegan_team_detail_section_one_big_text p {
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.app_supervegan .supervegan_team_detail_section_one .supervegan_team_detail_section_one_text,
.app_supervegan .supervegan_team_detail_section_one .supervegan_team_detail_section_one_text p {
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.app_supervegan .supervegan_team_detail_interview_wrap {
  position: relative;
  top: -1px;
}

.app_supervegan .supervegan_team_detail_interview_wrap .supervegan_team_detail_interview_title {
  background: -webkit-gradient(linear, left top, right top, from(#002366), color-stop(70%, #41006B));
  background: linear-gradient(to right, #002366, #41006B 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.app_supervegan .supervegan_team_detail_interview_wrap .supervegan_team_detail_interview_content {
  line-height: 155%;
  letter-spacing: -0.02em;
  color: #8B8B9A;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.product_summary_2_carousel {
  padding: 0;
}

@media (min-width: 481px) {
  .product_summary_2_carousel {
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .product_summary_2_carousel {
    padding: 32px;
  }
}

@media (max-width: 480px) {
  .product_summary_2_carousel .owl-stage {
    left: -24px;
  }
}

.product_summary_2_carousel .item .product_summary_2_carousel_picture_wrap {
  margin-bottom: 16px;
  position: relative;
  display: block;
}

.product_summary_2_carousel .item .product_summary_2_carousel_picture_wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 65%;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#FF9A9E), color-stop(99%, #FAD0C4), to(#FAD0C4));
  background: linear-gradient(90deg, #FF9A9E 0%, #FAD0C4 99%, #FAD0C4 100%);
  opacity: 0.5;
  border-radius: 5.36431px;
}

.product_summary_2_carousel .item img {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
}

.product_summary_2_carousel .item .product_summary_2_carousel_product_name {
  line-height: 110%;
  letter-spacing: -0.03em;
}

.product_summary_2_carousel .item .product_summary_2_carousel_product_price {
  letter-spacing: -0.03em;
  line-height: 110%;
}

.product_summary_2_carousel .item .product_summary_2_carousel_product_weight {
  letter-spacing: -0.02em;
}

.product_summary_2_carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: #E3E9ED;
  opacity: 0.8;
  border: 2px solid #1a1b1c;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}

.product_summary_2_carousel .owl-dots .owl-dot.active {
  background: transparent;
  border: 2px solid #FF8C09;
}

.product_summary_2_carousel .owl-prev,
.product_summary_2_carousel .owl-next {
  top: 35%;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  opacity: 1;
}

.product_summary_2_carousel .owl-prev:after,
.product_summary_2_carousel .owl-next:after {
  font-family: 'icomoon' !important;
  color: #000;
  position: absolute;
  top: 1px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .product_summary_2_carousel .owl-prev:after,
  .product_summary_2_carousel .owl-next:after {
    top: 52%;
    font-size: 9px;
  }
}

.product_summary_2_carousel .owl-prev {
  left: -70px;
  display: none !important;
}

.product_summary_2_carousel .owl-prev:after {
  content: "\E90B";
  left: 42%;
}

.product_summary_2_carousel .owl-next {
  right: -80px;
}

@media (max-width: 1200px) {
  .product_summary_2_carousel .owl-next {
    right: 25px;
  }
}

@media (max-width: 767px) {
  .product_summary_2_carousel .owl-next {
    right: 8px;
    width: 29px;
    height: 29px;
  }
}

.product_summary_2_carousel .owl-next:after {
  content: "\E905";
  left: 52%;
}

.product_summary_2_carousel .owl-nav {
  display: block !important;
}

.product_summary_2_carousel .owl-nav.disabled {
  display: none !important;
}

.supervegan_share_menu_wrap {
  background: rgba(0, 0, 0, 0.9);
}

.supervegan_share_menu_wrap .close {
  font-size: 44px;
  right: 0;
  margin: 24px;
  top: 0;
  left: unset;
  color: #fff;
  position: absolute;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .close {
    margin: 0 14px;
  }
}

.supervegan_share_menu_wrap .supervegan_share_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.supervegan_share_menu_wrap .supervegan_share_menu .social-button {
  margin: 0 2%;
  padding: 10px;
  color: #E5A218;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}

.supervegan_share_menu_wrap.show .social-button {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.supervegan_share_menu_wrap.show .social-button:nth-child(1) {
  -webkit-transition: all 0.5s 0.1s ease;
  transition: all 0.5s 0.1s ease;
}

.supervegan_share_menu_wrap.show .social-button:nth-child(2) {
  -webkit-transition: all 0.5s 0.2s ease;
  transition: all 0.5s 0.2s ease;
}

.supervegan_share_menu_wrap.show .social-button:nth-child(3) {
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}

.supervegan_share_menu_wrap .supervegan_home {
  width: 100%;
  overflow: hidden;
}

.supervegan_share_menu_wrap .supervegan_home_carousel {
  background: #242426;
}

.supervegan_share_menu_wrap .supervegan_home_carousel .item .supervegan_home_carousel_bg {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
}

.supervegan_share_menu_wrap .supervegan_home_carousel .item h2 {
  line-height: 0.93;
}

.supervegan_share_menu_wrap .supervegan_home_carousel .item p {
  line-height: 1;
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev,
.supervegan_share_menu_wrap .supervegan_home_carousel .owl-next {
  top: calc(50% - 20px);
  font-size: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  opacity: 1;
  -webkit-box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15), 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 30px rgba(82, 82, 82, 0.15), 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev,
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-next {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev:after,
.supervegan_share_menu_wrap .supervegan_home_carousel .owl-next:after {
  font-family: 'icomoon' !important;
  color: #000;
  position: absolute;
  top: 1px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev:after,
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-next:after {
    font-size: 6px;
    line-height: 3;
  }
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev {
  left: 32px;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev {
    left: 9px;
  }
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev:after {
  content: "\E90B";
  left: 42%;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-prev:after {
    left: 39%;
  }
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-next {
  right: 32px;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-next {
    right: 9px;
  }
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-next:after {
  content: "\E905";
  left: 47%;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .supervegan_home_carousel .owl-next:after {
    left: 45%;
  }
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: -32px;
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: #E3E9ED;
  opacity: 0.8;
  border: 2px solid #1a1b1c;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}

.supervegan_share_menu_wrap .supervegan_home_carousel .owl-dots .owl-dot.active {
  background: transparent;
  border: 2px solid #FF8C09;
}

.supervegan_share_menu_wrap .homepage_shipping_info_mobile {
  width: 100%;
  background: #000;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 10;
}

.supervegan_share_menu_wrap .homepage_shipping_info_mobile span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.2666666667;
  letter-spacing: -0.02em;
}

.supervegan_share_menu_wrap .homepage_shipping_info_mobile span b {
  font-family: futura-pt-bold,sans-serif;
  font-weight: 700;
}

@media (min-width: 1071px) {
  .supervegan_share_menu_wrap .homepage_shipping_info_mobile {
    display: none;
  }
}

.supervegan_share_menu_wrap .home_section_2 {
  background: #000 url(/img/supervegan/home_section_2.png) no-repeat center/cover;
  padding-bottom: 8.6805555556%;
  position: relative;
}

.supervegan_share_menu_wrap .home_section_2:after {
  background: transparent url(/img/supervegan/home_section_2_after.svg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-bottom: calc(8.6805555556% + 2px);
}

.supervegan_share_menu_wrap .home_section_2 .home_section_2_icon_1 {
  width: 40px;
  height: 40px;
  background: #1E1F20;
  border-radius: 100px;
  position: relative;
  font-size: 16px;
}

.supervegan_share_menu_wrap .home_section_2 .home_section_2_icon_1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.supervegan_share_menu_wrap .home_section_2 .home_section_2_text_1 {
  letter-spacing: -0.02em;
  line-height: 1;
}

.supervegan_share_menu_wrap .home_section_2 .home_section_2_text_2 {
  letter-spacing: -0.02em;
  line-height: 1;
}

@media (max-width: 490px) {
  .supervegan_share_menu_wrap .section_2_categories_wrap {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .supervegan_share_menu_wrap .section_2_categories_wrap::-webkit-scrollbar {
    display: none;
  }
}

.supervegan_share_menu_wrap .section_2_categories_inner_wrap {
  width: 100%;
  max-width: 740px;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .section_2_categories_inner_wrap {
    max-width: 500px;
    width: 470px;
  }
}

.supervegan_share_menu_wrap .section_2_category_wrap {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 20%;
  padding: 0 4px;
}

.supervegan_share_menu_wrap .section_2_category_wrap .section_2_category_thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.supervegan_share_menu_wrap .section_2_category_wrap .section_2_category_thumbnail:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 3px solid #FF8C09;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  content: "";
}

.supervegan_share_menu_wrap .section_2_category_wrap.active,
.supervegan_share_menu_wrap .section_2_category_wrap:hover {
  opacity: 1;
}

.supervegan_share_menu_wrap .section_2_category_wrap.active .section_2_category_thumbnail:after,
.supervegan_share_menu_wrap .section_2_category_wrap:hover .section_2_category_thumbnail:after {
  opacity: 1;
}

.supervegan_share_menu_wrap .section_2_category_wrap .section_2_category_text {
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.supervegan_share_menu_wrap .home_section_3 {
  background: #FCFCFC;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_title span {
  display: inline-block;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel {
  max-width: 1240px;
  width: 100%;
}

@media (min-width: 481px) {
  .supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media (max-width: 480px) {
  .supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel .owl-stage {
    left: -16px;
  }
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #9DA9B9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #9DA9B9;
  margin: 0 5px;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel .owl-dots .owl-dot:hover,
.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel .owl-dots .owl-dot.active {
  border: 2px solid #FF8C09;
  background: #fff;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel .home_section_3_carousel_image_wrap {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel .home_section_3_carousel_image_wrap img {
  padding: 7% 5% 0 5%;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel .home_section_3_carousel_image_wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 75%;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 98, 139, 0.15)), to(rgba(240, 98, 139, 0.15)));
  background: linear-gradient(0deg, rgba(240, 98, 139, 0.15), rgba(240, 98, 139, 0.15));
  border-radius: 16px;
}

.supervegan_share_menu_wrap .home_section_3 .home_section_3_carousel_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.supervegan_share_menu_wrap .home_section_3 .item .home_section_3_carousel_text {
  line-height: 93%;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.supervegan_share_menu_wrap .home_section_3 .item.pink .home_section_3_carousel_text {
  color: #F0628B;
}

.supervegan_share_menu_wrap .home_section_3 .item.orange .home_section_3_carousel_text {
  color: #F5931D;
}

.supervegan_share_menu_wrap .home_section_3 .item.orange .home_section_3_carousel_image_wrap:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(247, 148, 29, 0.15)), to(rgba(247, 148, 29, 0.15)));
  background: linear-gradient(0deg, rgba(247, 148, 29, 0.15), rgba(247, 148, 29, 0.15));
}

.supervegan_share_menu_wrap .home_section_3 .item.yellow .home_section_3_carousel_text {
  color: #F3CD05;
}

.supervegan_share_menu_wrap .home_section_3 .item.yellow .home_section_3_carousel_image_wrap:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 212, 4, 0.15)), to(rgba(252, 212, 4, 0.15)));
  background: linear-gradient(0deg, rgba(252, 212, 4, 0.15), rgba(252, 212, 4, 0.15));
}

.supervegan_share_menu_wrap .home_section_4 {
  background: #F2F2F2;
}

.supervegan_share_menu_wrap .home_section_4 .home_section_4_title {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.supervegan_share_menu_wrap .home_section_4 .home_section_4_text {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.supervegan_share_menu_wrap .home_section_4 .goal_carousel {
  max-width: 1220px;
}

@media (min-width: 768px) {
  .supervegan_share_menu_wrap .home_section_4 .goal_carousel {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .home_section_4 .goal_carousel .owl-stage {
    left: -30px;
  }
}

.supervegan_share_menu_wrap .home_section_4 .goal_carousel .owl-dot {
  width: 10px;
  height: 10px;
  background: #9DA9B9;
  opacity: 0.8;
  border: 2px solid #9DA9B9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.supervegan_share_menu_wrap .home_section_4 .goal_carousel .owl-dot.active {
  background: #fff;
  border: 2px solid #FF8C09;
}

.supervegan_share_menu_wrap .home_section_4 .goal_carousel_image {
  padding-bottom: 100%;
  border-radius: 900px;
  background-size: cover;
  background-position: center;
}

.supervegan_share_menu_wrap .home_section_4 .goal_carousel_text {
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.supervegan_share_menu_wrap .home_section_5 {
  background: #000 url(/img/supervegan/home_section_2.png) no-repeat center/cover;
  position: relative;
  padding-bottom: 30px;
}

.supervegan_share_menu_wrap .home_section_5.home_section_5_with_bottom_transition {
  padding-bottom: 8.6805555556%;
}

.supervegan_share_menu_wrap .home_section_5.home_section_5_with_bottom_transition:after {
  background: transparent url(/img/supervegan/home_section_2_after.svg) no-repeat center bottom/100%;
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  padding-bottom: calc(8.6805555556% + 2px);
}

.supervegan_share_menu_wrap .home_section_5 .home_section_5_article_wrap {
  margin: 0 10px;
  border-radius: 16px;
  width: calc( 33.333% - 20px);
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .home_section_5 .home_section_5_article_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}

.supervegan_share_menu_wrap .home_section_5 .home_section_5_article_wrap:nth-child(1) {
  background: linear-gradient(0deg, rgba(240, 98, 139, 0.2), rgba(240, 98, 139, 0.2)), linear-gradient(160.08deg, rgba(50, 50, 52, 0.9) 0%, rgba(21, 21, 23, 0.9) 102.48%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.264) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.supervegan_share_menu_wrap .home_section_5 .home_section_5_article_wrap:nth-child(2) {
  background: linear-gradient(0deg, rgba(247, 148, 29, 0.2), rgba(247, 148, 29, 0.2)), linear-gradient(160.08deg, rgba(50, 50, 52, 0.9) 0%, rgba(21, 21, 23, 0.9) 102.48%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.264) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.supervegan_share_menu_wrap .home_section_5 .home_section_5_article_wrap:nth-child(3) {
  background: linear-gradient(0deg, rgba(252, 212, 4, 0.2), rgba(252, 212, 4, 0.2)), linear-gradient(160.08deg, rgba(50, 50, 52, 0.9) 0%, rgba(21, 21, 23, 0.9) 102.48%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.264) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.supervegan_share_menu_wrap .home_section_5 .home_section_5_title {
  line-height: 1;
  letter-spacing: -0.01em;
}

.supervegan_share_menu_wrap .home_section_5 .home_section_5_article_title {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.supervegan_share_menu_wrap .home_section_5 .home_section_5_article_text {
  letter-spacing: -0.02em;
  line-height: 1;
}

.supervegan_share_menu_wrap .home_section_6 {
  background: #FCFCFC;
}

@media (min-width: 1200px) {
  .supervegan_share_menu_wrap .home_section_6 .home_section_6_inner_wrap {
    padding-left: 190px;
  }
}

.supervegan_share_menu_wrap .home_section_6 .home_section_6_title {
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin-top: 24px;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_prev_button,
.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_next_button {
  width: 42px;
  height: 42px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid #E3E9ED;
  color: #525252;
  background: #FCFCFC;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_prev_button i,
.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_next_button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 16px;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_prev_button.disabled,
.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_next_button.disabled {
  opacity: 0.4;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_prev_button.disabled:hover,
.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_next_button.disabled:hover {
  border: 2px solid #E3E9ED;
  color: #525252;
  background: #FCFCFC;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_prev_button:hover,
.supervegan_share_menu_wrap .home_section_6 .suplements_carousel_next_button:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

.supervegan_share_menu_wrap .home_section_6 .custom_navigation_see_all {
  letter-spacing: -0.02em;
}

.supervegan_share_menu_wrap .home_section_6 .home_section_6_text {
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: 330px;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .home_section_6 .home_section_6_text {
    max-width: 100%;
  }
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-stage {
    left: 0;
  }
}

@media (max-width: 469px) {
  .supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-stage {
    left: -50px;
  }
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin: 15px 0;
  display: block;
  position: relative;
  width: 100%;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .suplements_carousel_text_1 {
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .suplements_carousel_text_2 {
  line-height: 120%;
  letter-spacing: -0.03em;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .suplements_carousel_small_text {
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-dots {
    display: none;
  }
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 2px solid #9DA9B9;
  background: #9DA9B9;
  opacity: 1;
}

.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-dot:hover,
.supervegan_share_menu_wrap .home_section_6 .suplements_carousel .owl-dot.active {
  border: 2px solid #FF8C09;
  background: #FCFCFC;
}

.supervegan_share_menu_wrap .home_bottom_section {
  background: #fff;
}

.supervegan_share_menu_wrap .home_bottom_section .home_bottom_section_title {
  line-height: 1;
  letter-spacing: -0.04em;
}

.supervegan_share_menu_wrap .home_bottom_section .home_bottom_section_text {
  line-height: 110%;
  letter-spacing: -0.02em;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.supervegan_share_menu_wrap .home_bottom_section .home_bottom_section_icon {
  font-size: 33.18px;
}

.supervegan_share_menu_wrap .home_bottom_section .home_bottom_section_small_text {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.supervegan_share_menu_wrap .home_bottom_section .home_bottom_section_image_wrap img:nth-child(1) {
  position: relative;
}

.supervegan_share_menu_wrap .home_bottom_section .home_bottom_section_image_wrap img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 767px) {
  .supervegan_share_menu_wrap .home_bottom_section .home_bottom_section_image_wrap img:nth-child(2) {
    width: 86%;
  }
}

.supervegan_share_menu_wrap .our_team {
  position: relative;
}

@media (max-width: 570px) {
  .supervegan_share_menu_wrap .our_team {
    background: #fff url("/img/supervegan/our_team_mobile.png") no-repeat top center/contain;
    padding-top: 72%;
  }
}

@media (min-width: 571px) {
  .supervegan_share_menu_wrap .our_team {
    padding-top: 15.9722222222%;
  }
}

@media (min-width: 571px) {
  .supervegan_share_menu_wrap .our_team:before {
    left: -15%;
    background-image: url("/img/supervegan/our_team_dektop_left.png");
    background-position: left bottom;
  }
}

@media (min-width: 920px) {
  .supervegan_share_menu_wrap .our_team:before {
    left: 0;
  }
}

@media (min-width: 571px) {
  .supervegan_share_menu_wrap .our_team:after {
    right: -15%;
    background-image: url("/img/supervegan/our_team_dektop_right.png");
    background-position: right bottom;
  }
}

@media (min-width: 920px) {
  .supervegan_share_menu_wrap .our_team:after {
    right: 0;
  }
}

.supervegan_share_menu_wrap .our_team:before,
.supervegan_share_menu_wrap .our_team:after {
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 571px) {
  .supervegan_share_menu_wrap .our_team:before,
  .supervegan_share_menu_wrap .our_team:after {
    width: 50%;
  }
}

@media (min-width: 920px) {
  .supervegan_share_menu_wrap .our_team:before,
  .supervegan_share_menu_wrap .our_team:after {
    width: 34.0277777778%;
  }
}

.supervegan_share_menu_wrap .our_team .our_team_content_wrap {
  background: #F6F8F7;
  -webkit-box-shadow: 0px 3.38082px 10.0172px rgba(0, 0, 0, 0.085), 0px 27px 80px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 3.38082px 10.0172px rgba(0, 0, 0, 0.085), 0px 27px 80px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
}

.supervegan_share_menu_wrap .our_team .our_team_text {
  letter-spacing: -0.01em;
  line-height: 120%;
}

.md_xl_only {
  display: none;
}

@media (min-width: 768px) {
  .md_xl_only {
    display: inline-block;
  }
}

.sm_xs_only {
  display: none;
}

@media (max-width: 767px) {
  .sm_xs_only {
    display: inline-block;
  }
}

.add_to_cart_mobile {
  position: fixed;
  z-index: 920;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F7941D;
  -webkit-box-shadow: 0px 0px 0.834722px rgba(0, 0, 0, 0.04), 0px 1.66944px 5.00833px rgba(247, 148, 29, 0.08), 0px 13.3556px 20.0333px rgba(247, 148, 29, 0.1), 0px 20.0333px 26.7111px rgba(247, 148, 29, 0.14);
          box-shadow: 0px 0px 0.834722px rgba(0, 0, 0, 0.04), 0px 1.66944px 5.00833px rgba(247, 148, 29, 0.08), 0px 13.3556px 20.0333px rgba(247, 148, 29, 0.1), 0px 20.0333px 26.7111px rgba(247, 148, 29, 0.14);
  border-radius: 16px 16px 0px 0px;
}

@media (min-width: 768px) {
  .add_to_cart_mobile {
    display: none !important;
  }
}

.add_to_cart_mobile .add_to_cart_mobile_thin_text {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.7;
  text-shadow: 0px 1px 3px rgba(173, 173, 173, 0.2);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  min-width: 60px;
}

.add_to_cart_mobile .add_to_cart_mobile_thin_text:first-child {
  text-align: left;
}

.add_to_cart_mobile .add_to_cart_mobile_thin_text:last-child {
  text-align: right;
}

.add_to_cart_mobile .add_to_cart_mobile_bold_text {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #000000;
  text-shadow: 0px 1px 3px rgba(173, 173, 173, 0.2);
  margin-bottom: 0;
  text-align: center;
}

.app_supervegan .supervegan_team_detail_name {
  font-size: calc(40px + (95 - 40) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan_team_detail_name {
    font-size: 95px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan_team_detail_name {
    font-size: 40px;
  }
}

.app_supervegan .supervegan_name_and_cat,
.app_supervegan .team_intro_title {
  font-size: calc(40px + (80 - 40) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan_name_and_cat,
  .app_supervegan .team_intro_title {
    font-size: 80px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan_name_and_cat,
  .app_supervegan .team_intro_title {
    font-size: 40px;
  }
}

.app_supervegan .recipes_title_big_font,
.app_supervegan .reviews_title_big_font,
.app_supervegan .ingredientes_title,
.app_supervegan .faqs_title,
.app_supervegan .nutritrion_facts_title,
.app_supervegan .summary_illustration h3 {
  font-size: calc(31px + (45 - 31) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .recipes_title_big_font,
  .app_supervegan .reviews_title_big_font,
  .app_supervegan .ingredientes_title,
  .app_supervegan .faqs_title,
  .app_supervegan .nutritrion_facts_title,
  .app_supervegan .summary_illustration h3 {
    font-size: 45px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .recipes_title_big_font,
  .app_supervegan .reviews_title_big_font,
  .app_supervegan .ingredientes_title,
  .app_supervegan .faqs_title,
  .app_supervegan .nutritrion_facts_title,
  .app_supervegan .summary_illustration h3 {
    font-size: 31px;
  }
}

.app_supervegan .more_info_title {
  font-size: calc(22px + (40 - 22) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .more_info_title {
    font-size: 40px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .more_info_title {
    font-size: 22px;
  }
}

.app_supervegan .product_summary_2_carousel_header h3 {
  font-size: 36px;
}

.app_supervegan .recipes_title_small_font {
  font-size: calc(29px + (36 - 29) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .recipes_title_small_font {
    font-size: 36px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .recipes_title_small_font {
    font-size: 29px;
  }
}

.app_supervegan .product_features_highlight_big {
  font-size: calc(24px + (36 - 24) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .product_features_highlight_big {
    font-size: 36px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .product_features_highlight_big {
    font-size: 24px;
  }
}

.app_supervegan .supervegan_price span {
  font-size: 34px;
}

.app_supervegan .product_summary_2_icons_wrap i {
  font-size: 33px;
}

.app_supervegan .flavour {
  font-size: calc(20px + (32 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .flavour {
    font-size: 32px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .flavour {
    font-size: 20px;
  }
}

.app_supervegan .ingredientes_claim,
.app_supervegan .faqs_claim,
.app_supervegan .no_comments_message,
.app_supervegan .supervegan_team_detail_designation {
  font-size: calc(20px + (30 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .ingredientes_claim,
  .app_supervegan .faqs_claim,
  .app_supervegan .no_comments_message,
  .app_supervegan .supervegan_team_detail_designation {
    font-size: 30px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .ingredientes_claim,
  .app_supervegan .faqs_claim,
  .app_supervegan .no_comments_message,
  .app_supervegan .supervegan_team_detail_designation {
    font-size: 20px;
  }
}

.app_supervegan .ingredient_name {
  font-size: calc(20px + (28 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .ingredient_name {
    font-size: 28px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .ingredient_name {
    font-size: 20px;
  }
}

.app_supervegan .highlight_story_name {
  font-size: calc(20px + (26 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .highlight_story_name {
    font-size: 26px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .highlight_story_name {
    font-size: 20px;
  }
}

.app_supervegan .min_info p,
.app_supervegan .team_member_name {
  font-size: 24px;
  font-size: calc(20px + (24 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .min_info p,
  .app_supervegan .team_member_name {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .min_info p,
  .app_supervegan .team_member_name {
    font-size: 20px;
  }
}

.app_supervegan .article_title {
  font-size: calc(20px + (24 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .article_title {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .article_title {
    font-size: 20px;
  }
}

.app_supervegan .product_features_highlight_medium {
  font-size: calc(16px + (24 - 16) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .product_features_highlight_medium {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .product_features_highlight_medium {
    font-size: 16px;
  }
}

.app_supervegan .ingredients_read_more_button:nth-child(2) {
  font-size: 24px;
}

.app_supervegan .summary_illustration p {
  font-size: 23px;
}

.app_supervegan .product_summary_2_carousel_product_name {
  font-size: calc(19px + (23 - 19) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .product_summary_2_carousel_product_name {
    font-size: 23px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .product_summary_2_carousel_product_name {
    font-size: 19px;
  }
}

.app_supervegan .yellow_sublitle {
  font-size: calc(22px + (23 - 22) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .yellow_sublitle {
    font-size: 23px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .yellow_sublitle {
    font-size: 22px;
  }
}

.app_supervegan .summary_text_wrap .upper_text,
.app_supervegan .faq_question,
.app_supervegan .supervegan_share_menu_toggle,
.app_supervegan .intro_team_text,
.app_supervegan .supervegan_team_detail_section_one_big_text,
.app_supervegan .supervegan_team_detail_section_one_big_text p {
  font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .summary_text_wrap .upper_text,
  .app_supervegan .faq_question,
  .app_supervegan .supervegan_share_menu_toggle,
  .app_supervegan .intro_team_text,
  .app_supervegan .supervegan_team_detail_section_one_big_text,
  .app_supervegan .supervegan_team_detail_section_one_big_text p {
    font-size: 22px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .summary_text_wrap .upper_text,
  .app_supervegan .faq_question,
  .app_supervegan .supervegan_share_menu_toggle,
  .app_supervegan .intro_team_text,
  .app_supervegan .supervegan_team_detail_section_one_big_text,
  .app_supervegan .supervegan_team_detail_section_one_big_text p {
    font-size: 18px;
  }
}

.app_supervegan .product_summary_3_list,
.app_supervegan .team_member_designation,
.app_supervegan .supervegan_team_detail_interview_content {
  font-size: calc(20px + (22 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .product_summary_3_list,
  .app_supervegan .team_member_designation,
  .app_supervegan .supervegan_team_detail_interview_content {
    font-size: 22px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .product_summary_3_list,
  .app_supervegan .team_member_designation,
  .app_supervegan .supervegan_team_detail_interview_content {
    font-size: 20px;
  }
}

.app_supervegan .description_balloon .upper_text {
  font-size: calc(20px + (21 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .description_balloon .upper_text {
    font-size: 21px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .description_balloon .upper_text {
    font-size: 20px;
  }
}

.app_supervegan .article_excerpt {
  font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .article_excerpt {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .article_excerpt {
    font-size: 16px;
  }
}

.app_supervegan .verified_order i {
  font-size: calc(12px + (20 - 12) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .verified_order i {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .verified_order i {
    font-size: 12px;
  }
}

.app_supervegan .supervegan-comment-author {
  font-size: calc(17px + (20 - 17) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan-comment-author {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan-comment-author {
    font-size: 17px;
  }
}

.app_supervegan .ingredient_description,
.app_supervegan .ingredients_read_more_button {
  font-size: 20px;
}

@media (max-width: 767px) {
  .app_supervegan .ingredient_description,
  .app_supervegan .ingredients_read_more_button {
    font-size: 17px;
  }
}

.app_supervegan .write_a_review_button {
  font-size: 20px;
}

.app_supervegan .summary_text_wrap .lower_text,
.app_supervegan .the_recipe_caption_title,
.app_supervegan .summary_text_wrap p {
  font-size: 19px;
}

.app_supervegan .product_description_wrap,
.app_supervegan .product_description_wrap p,
.app_supervegan .product_description_wrap a,
.app_supervegan .supervegan_add_to_cart_button_wrap .btn.btn-success,
.app_supervegan .description_balloon .lower_text,
.app_supervegan .product_summary_2_carousel .product_summary_2_carousel_product_price,
.app_supervegan .rating-stars i {
  font-size: 18px;
}

.app_supervegan .faq_answer {
  font-size: calc(16px + (18 - 16) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .faq_answer {
    font-size: 18px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .faq_answer {
    font-size: 16px;
  }
}

.app_supervegan .description_balloon i {
  font-size: calc(15px + (17 - 15) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .description_balloon i {
    font-size: 17px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .description_balloon i {
    font-size: 15px;
  }
}

.app_supervegan .supervegan-comment-title {
  font-size: 17px;
}

.app_supervegan .supervegan_nav nav a {
  font-size: 16px;
}

.app_supervegan .product_summary_2_carousel_header p,
.app_supervegan .faq_question:before {
  font-size: 16px;
}

.app_supervegan .supervegan_breadcrumbs i {
  font-size: calc(15px + (16 - 15) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan_breadcrumbs i {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan_breadcrumbs i {
    font-size: 15px;
  }
}

.app_supervegan .product_weight_buttons button {
  font-size: calc(13px + (16 - 13) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .product_weight_buttons button {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .product_weight_buttons button {
    font-size: 13px;
  }
}

.app_supervegan .product_features_highlight_small {
  font-size: calc(10px + (16 - 10) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .product_features_highlight_small {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .product_features_highlight_small {
    font-size: 10px;
  }
}

.app_supervegan .product_summary_2_carousel .product_summary_2_carousel_product_weight,
.app_supervegan .more_info_caption,
.app_supervegan .the_recipe_caption_button,
.app_supervegan .average_star_number,
.app_supervegan .average_star_percentage,
.app_supervegan .average_rating_recomendations_number,
.app_supervegan .average_rating_int {
  font-size: 15px;
}

.app_supervegan .view_articles_button {
  font-size: calc(14px + (15 - 14) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .view_articles_button {
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .view_articles_button {
    font-size: 14px;
  }
}

.app_supervegan .verified_order span {
  font-size: calc(11px + (14 - 11) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .verified_order span {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .verified_order span {
    font-size: 11px;
  }
}

.app_supervegan .rating_numbers,
.app_supervegan .summary_text_wrap .lower_small_text,
.app_supervegan .supervegan_breadcrumbs a,
.app_supervegan .supervegan_breadcrumbs span,
.app_supervegan a.view_more_recipes,
.app_supervegan a.view_more_reviews,
.app_supervegan .supervegan_ammount_input,
.app_supervegan .number_of_comments,
.app_supervegan .average_rating_recomendations_text {
  font-size: 14px;
}

.app_supervegan .supervegan_comment_date,
.app_supervegan .supervegan-comment-text {
  font-size: 13px;
}

.app_supervegan .product_summary_2_carousel,
.app_supervegan .highlight_story_cat {
  font-size: 12px;
}

.app_supervegan .product_summary_2_icons_wrap p {
  font-size: 11px;
}

.app_supervegan .supervegan_breadcrumbs .supervegan_breadcrumbs_spacer i,
.app_supervegan .article_cat {
  font-size: 10px;
}

.app_supervegan .supervegan_home_carousel h2 {
  font-size: calc(54px + (76 - 54) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan_home_carousel h2 {
    font-size: 76px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan_home_carousel h2 {
    font-size: 54px;
  }
}

.app_supervegan .underlined_title,
.app_supervegan .home_section_3_title,
.app_supervegan .home_section_4_title {
  font-size: calc(36px + (60 - 36) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .underlined_title,
  .app_supervegan .home_section_3_title,
  .app_supervegan .home_section_4_title {
    font-size: 60px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .underlined_title,
  .app_supervegan .home_section_3_title,
  .app_supervegan .home_section_4_title {
    font-size: 36px;
  }
}

.app_supervegan .home_section_3_carousel_title {
  font-size: calc(36px + (52 - 36) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_section_3_carousel_title {
    font-size: 52px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_section_3_carousel_title {
    font-size: 36px;
  }
}

.app_supervegan .home_section_6_title {
  font-size: calc(36px + (47 - 36) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_section_6_title {
    font-size: 47px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_section_6_title {
    font-size: 36px;
  }
}

.app_supervegan .supervegan_team_detail_interview_title {
  font-size: calc(30px + (42 - 30) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan_team_detail_interview_title {
    font-size: 42px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan_team_detail_interview_title {
    font-size: 30px;
  }
}

.app_supervegan .home_section_5_article_title {
  font-size: calc(22px + (34 - 22) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_section_5_article_title {
    font-size: 34px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_section_5_article_title {
    font-size: 22px;
  }
}

.app_supervegan .goal_carousel_text {
  font-size: calc(18px + (34 - 18) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .goal_carousel_text {
    font-size: 34px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .goal_carousel_text {
    font-size: 18px;
  }
}

.app_supervegan .home_bottom_section_title {
  font-size: calc(20px + (32 - 20) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_bottom_section_title {
    font-size: 32px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_bottom_section_title {
    font-size: 20px;
  }
}

.app_supervegan .supervegan_home_carousel p {
  font-size: calc(21px + (31 - 21) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan_home_carousel p {
    font-size: 31px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan_home_carousel p {
    font-size: 21px;
  }
}

.app_supervegan .home_section_3_carousel_text {
  font-size: calc(26px + (28 - 26) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_section_3_carousel_text {
    font-size: 28px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_section_3_carousel_text {
    font-size: 26px;
  }
}

.app_supervegan .home_section_5_title {
  font-size: 28px;
}

.app_supervegan .our_team_text {
  font-size: calc(16px + (24 - 16) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .our_team_text {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .our_team_text {
    font-size: 16px;
  }
}

.app_supervegan .home_section_6_text {
  font-size: calc(22px + (23 - 22) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_section_6_text {
    font-size: 23px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_section_6_text {
    font-size: 22px;
  }
}

.app_supervegan .home_section_4_text,
.app_supervegan .home_section_5_article_text {
  font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_section_4_text,
  .app_supervegan .home_section_5_article_text {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_section_4_text,
  .app_supervegan .home_section_5_article_text {
    font-size: 16px;
  }
}

.app_supervegan .section_2_category_text {
  font-size: 20px;
}

@media (max-width: 767px) {
  .app_supervegan .section_2_category_text {
    font-size: 16px;
  }
}

.app_supervegan .home_bottom_section_text,
.app_supervegan .supervegan_team_detail_section_one_text,
.app_supervegan .supervegan_team_detail_section_one_text p {
  font-size: calc(18px + (19 - 18) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .home_bottom_section_text,
  .app_supervegan .supervegan_team_detail_section_one_text,
  .app_supervegan .supervegan_team_detail_section_one_text p {
    font-size: 19px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .home_bottom_section_text,
  .app_supervegan .supervegan_team_detail_section_one_text,
  .app_supervegan .supervegan_team_detail_section_one_text p {
    font-size: 18px;
  }
}

.app_supervegan .supervegan_orange_button {
  font-size: calc(16px + (18 - 16) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .supervegan_orange_button {
    font-size: 18px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .supervegan_orange_button {
    font-size: 16px;
  }
}

.app_supervegan .homepage_shipping_info_mobile i {
  font-size: 16px;
}

.app_supervegan .homepage_shipping_info_mobile span {
  font-size: 15px;
}

.app_supervegan .home_section_2_text_1,
.app_supervegan .custom_navigation_see_all {
  font-size: 14px;
}

.app_supervegan .home_section_2_text_2 {
  font-size: 13px;
}

.app_supervegan .suplements_carousel_text_1 {
  font-size: calc(12px + (13 - 12) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .suplements_carousel_text_1 {
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .suplements_carousel_text_1 {
    font-size: 12px;
  }
}

.app_supervegan .suplements_carousel_small_text {
  font-size: calc(10px + (11 - 10) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .app_supervegan .suplements_carousel_small_text {
    font-size: 11px;
  }
}

@media (max-width: 350px) {
  .app_supervegan .suplements_carousel_small_text {
    font-size: 10px;
  }
}

.supervegan_share_menu i {
  font-size: calc(36px + (60 - 36) * ((100vw - 350px) / (1440 - 350)));
}

@media (min-width: 1440px) {
  .supervegan_share_menu i {
    font-size: 60px;
  }
}

@media (max-width: 350px) {
  .supervegan_share_menu i {
    font-size: 36px;
  }
}
