@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
/* line 35, ../sass/base/_typography.scss */
h1 {
  font-size: 36px;
  color: #008EA9;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* line 41, ../sass/base/_typography.scss */
h2 {
  font-size: 30px;
  color: #3D3B8E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* line 47, ../sass/base/_typography.scss */
h3 {
  font-size: 26px;
  color: #7cc223;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* line 53, ../sass/base/_typography.scss */
h4 {
  font-size: 20px;
  color: #FFBB33;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* line 59, ../sass/base/_typography.scss */
h5 {
  font-size: 18px;
  color: #E072A4;
  font-family: "Roboto Condensed", sans-serif;
}

/* line 64, ../sass/base/_typography.scss */
h6 {
  font-size: 16px;
  color: #AAA9DB;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* line 70, ../sass/base/_typography.scss */
a {
  color: #00112F;
}
/* line 72, ../sass/base/_typography.scss */
a:hover {
  color: #7cc223;
}

/* line 76, ../sass/base/_typography.scss */
body {
  font-size: 16px;
  color: #000000 !important;
  background: transparent !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 1, ../sass/base/_buttons.scss */
.primary-button, #block-mindfull-viewproducts p a {
  font-size: 16px;
  border: 1px solid #008EA9;
  padding: 10px 30px;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #008EA9;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  font-weight: bold;
}
/* line 12, ../sass/base/_buttons.scss */
.primary-button:hover, #block-mindfull-viewproducts p a:hover {
  background: #008EA9;
  border: 1px solid #008EA9;
  color: #ffffff;
}

/* line 18, ../sass/base/_buttons.scss */
.secondary-button, .form-submit {
  font-size: 20px;
  border: 1px solid #FFBB33;
  padding: 7px 35px;
  border-radius: 0px;
  text-decoration: none;
  color: #2C2C2C;
  background: #FFBB33;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  font-weight: bold;
}
/* line 29, ../sass/base/_buttons.scss */
.secondary-button:hover, .form-submit:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

/* line 35, ../sass/base/_buttons.scss */
.form-submit {
  background: #7cc223 !important;
  border: 1px solid #7cc223 !important;
  margin-top: 10px;
  border-radius: 4px;
}
/* line 41, ../sass/base/_buttons.scss */
.form-submit:hover {
  background-color: #11391F !important;
  border: 1px solid #11391F !important;
  color: #ffffff;
}

/* line 1, ../sass/menu/_mobile_menu.scss */
#menuwarp {
  overflow: hidden;
  max-height: 0px;
  padding: 0px 15px;
  margin: 0px -30px 0px 0px;
  transition: max-height 1.15s ease-out;
  position: absolute;
  z-index: 99;
  width: 100%;
  right: -18px;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/menu/_mobile_menu.scss */
  #menuwarp {
    background: #00205B;
    padding: 0px;
    margin: 0px;
    right: 0px;
    left: 0px;
  }
}
/* line 18, ../sass/menu/_mobile_menu.scss */
#menuwarp .row.region.region-navigation,
#menuwarp .row.region.region-mmenu {
  padding: 15px;
  float: right;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 18, ../sass/menu/_mobile_menu.scss */
  #menuwarp .row.region.region-navigation,
  #menuwarp .row.region.region-mmenu {
    padding: 10px 0px;
  }
}
@media screen and (min-width: 768px) {
  /* line 18, ../sass/menu/_mobile_menu.scss */
  #menuwarp .row.region.region-navigation,
  #menuwarp .row.region.region-mmenu {
    background: #00112F;
    max-width: 300px;
  }
}

/* line 32, ../sass/menu/_mobile_menu.scss */
#menuwarp.active {
  max-height: 700px;
  transition: max-height 1.25s ease-in;
}

/* line 36, ../sass/menu/_mobile_menu.scss */
.header-top .container {
  position: relative;
}

/* line 39, ../sass/menu/_mobile_menu.scss */
.mobile-menu-icon_ {
  float: left;
  width: 50px;
  padding: 0px;
}
@media screen and (min-width: 992px) {
  /* line 39, ../sass/menu/_mobile_menu.scss */
  .mobile-menu-icon_ {
    /*display: none;*/
  }
}
/* line 46, ../sass/menu/_mobile_menu.scss */
.mobile-menu-icon_ p svg {
  font-size: 30px;
  color: #ffffff;
  padding: 5px 0px 0px 10px;
  cursor: pointer;
}
/* line 51, ../sass/menu/_mobile_menu.scss */
.mobile-menu-icon_ p svg:hover {
  color: #7cc223;
}
/* line 55, ../sass/menu/_mobile_menu.scss */
.mobile-menu-icon_ img {
  width: 50px;
  cursor: pointer;
}

/* line 61, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu {
  padding: 0px;
}
/* line 65, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 0px;
  display: block;
}
/* line 71, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 a:hover {
  color: #88B668;
  text-decoration: none;
}
/* line 76, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 span {
  background: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 3px;
  height: 30px;
  width: 30px;
  z-index: 999;
  cursor: pointer;
}
/* line 90, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2 {
  background: transparent;
  padding: 0px;
  border: 0px solid;
}
/* line 97, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2.expend.expanded span {
  background: url(../images/minus-icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 3px;
  height: 30px;
  width: 30px;
  z-index: 999;
  cursor: pointer;
}

/* line 3, ../sass/modules/_header.scss */
#header .header-top {
  background: #00112F;
  padding-bottom: 0px;
}
/* line 7, ../sass/modules/_header.scss */
#header .header-row {
  padding: 0px 50px;
}
/* line 10, ../sass/modules/_header.scss */
#header .row.region.region-branding {
  float: left;
  padding: 15px 15px 5px 0px;
  max-width: 600px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 10, ../sass/modules/_header.scss */
  #header .row.region.region-branding {
    padding: 5px 0px 0px 0px;
    display: block;
  }
}
/* line 18, ../sass/modules/_header.scss */
#header .row.region.region-branding .navbar-brand {
  width: auto;
}
/* line 20, ../sass/modules/_header.scss */
#header .row.region.region-branding .navbar-brand img {
  max-width: 500px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 24, ../sass/modules/_header.scss */
  #header .row.region.region-branding .navbar-brand img {
    width: 250px;
    padding-top: 5px;
  }
}
/* line 30, ../sass/modules/_header.scss */
#header .row.region.region-branding .navbar-brand:nth-child(2) {
  font-size: 47px;
  color: #ffffff;
  font-family: "Righteous", cursive;
  width: 530px;
  display: block;
  text-align: right;
  margin-top: -12px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 30, ../sass/modules/_header.scss */
  #header .row.region.region-branding .navbar-brand:nth-child(2) {
    font-size: 23px;
    width: 276px;
    margin-top: -6px;
  }
}
/* line 44, ../sass/modules/_header.scss */
#header .row.region.region-branding .navbar-brand:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -83px;
  height: 6px;
  border-top: 1px solid #D9D9D9;
  width: 400px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 44, ../sass/modules/_header.scss */
  #header .row.region.region-branding .navbar-brand:nth-child(2):after {
    bottom: 1px;
    right: -8px;
    width: 170px;
  }
}
/* line 60, ../sass/modules/_header.scss */
#header .row.region.region-navigation {
  text-align: right;
}
/* line 62, ../sass/modules/_header.scss */
#header .row.region.region-navigation .mobile-menu-icon {
  padding: 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 62, ../sass/modules/_header.scss */
  #header .row.region.region-navigation .mobile-menu-icon {
    padding: 10px 30px 10px 0px;
  }
}
/* line 67, ../sass/modules/_header.scss */
#header .row.region.region-navigation .mobile-menu-icon p {
  margin: 0px;
}
/* line 70, ../sass/modules/_header.scss */
#header .row.region.region-navigation .mobile-menu-icon img {
  width: 60px;
  height: auto;
}
/* line 74, ../sass/modules/_header.scss */
#header .row.region.region-navigation .mobile-menu-icon svg {
  font-size: 34px;
  color: #ffffff;
  padding: 30px 0px 0px 0px;
  cursor: pointer;
  margin-right: -15px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 74, ../sass/modules/_header.scss */
  #header .row.region.region-navigation .mobile-menu-icon svg {
    padding: 10px 0px;
  }
}
/* line 85, ../sass/modules/_header.scss */
#header .row.region.region-navigation .language-switcher-block {
  margin-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 85, ../sass/modules/_header.scss */
  #header .row.region.region-navigation .language-switcher-block {
    display: none;
  }
}
/* line 90, ../sass/modules/_header.scss */
#header .row.region.region-navigation .language-switcher-block .links.nav.links-inline {
  float: right;
  margin-right: -40px;
}
/* line 93, ../sass/modules/_header.scss */
#header .row.region.region-navigation .language-switcher-block .links.nav.links-inline .en.nav-link {
  padding-right: 0px;
}
/* line 97, ../sass/modules/_header.scss */
#header .row.region.region-navigation .language-switcher-block .links.nav.links-inline .es.nav-link a {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
/* line 102, ../sass/modules/_header.scss */
#header .row.region.region-navigation .language-switcher-block .links.nav.links-inline .language-link {
  color: #ffffff;
  text-decoration: none;
}

/* line 112, ../sass/modules/_header.scss */
.header-bottom {
  overflow: hidden;
}
/* line 114, ../sass/modules/_header.scss */
.header-bottom .row.region.region-welcome {
  padding: 30px 0px 0px 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 114, ../sass/modules/_header.scss */
  .header-bottom .row.region.region-welcome {
    padding: 20px 0px 10px 0px;
  }
}
/* line 121, ../sass/modules/_header.scss */
.header-bottom .welcome-block h1 {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
}
/* line 128, ../sass/modules/_header.scss */
.header-bottom .col-12.col-xs-12.col-sm-12.col-md-6.col-lg-4 {
  position: relative;
}
/* line 131, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart:after {
  background: #7cc223;
  position: absolute;
  top: 0px;
  content: "";
  right: -2825px;
  height: 70px;
  width: 3000px;
  z-index: 0;
}
/* line 141, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart {
  background: url(../images/green.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  color: #ffffff;
  min-height: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 141, ../sass/modules/_header.scss */
  .header-bottom .row.region.region-cart {
    background: #7cc223;
  }
}
/* line 151, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .block-commerce-cart {
  z-index: 1;
}
/* line 153, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .block-commerce-cart .cart--cart-block {
  margin-right: -27px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 153, ../sass/modules/_header.scss */
  .header-bottom .row.region.region-cart .block-commerce-cart .cart--cart-block {
    margin-right: 0px;
  }
}
/* line 160, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart h2 {
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
}
/* line 165, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--summary {
  float: right;
  color: #ffffff;
  padding: 0px 0px 4px 0px;
}
/* line 169, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--summary a {
  text-decoration: none;
  text-align: right;
}
/* line 172, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--summary a .cart-block--summary__icon {
  background: url(../images/cart.png);
  height: 30px;
  width: 30px;
  display: block;
  background-size: 30px;
  background-repeat: no-repeat;
  margin: 10px 0px 0px 40px;
  float: right;
}
/* line 181, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--summary a .cart-block--summary__icon img {
  width: 30px;
  margin-bottom: -12px;
  height: auto;
  display: none;
}
/* line 189, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--summary .cart-block--summary__count {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
/* line 195, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents {
  display: block !important;
  background: transparent;
  position: relative;
  float: right;
  color: #ffffff;
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 195, ../sass/modules/_header.scss */
  .header-bottom .row.region.region-cart .cart-block--contents {
    float: left;
  }
}
/* line 205, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents .cart-block--contents__inner {
  padding: 0px 30px 0px 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 205, ../sass/modules/_header.scss */
  .header-bottom .row.region.region-cart .cart-block--contents .cart-block--contents__inner {
    padding: 0px;
  }
}
/* line 210, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents .cart-block--contents__inner .cart-block--contents__items {
  overflow-y: initial;
  padding-top: 10px;
}
/* line 214, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents .cart-block--contents__inner .cart-block--contents__links {
  margin-top: -15px;
  display: none;
}
/* line 217, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents .cart-block--contents__inner .cart-block--contents__links a {
  text-decoration: none;
}
/* line 222, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents .views-field.views-field-total-price__number-1 {
  font-size: 14px;
}
/* line 224, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents .views-field.views-field-total-price__number-1 .tprice {
  font-size: 34px;
  float: left;
  font-weight: bold;
  color: #11391F;
}
/* line 230, ../sass/modules/_header.scss */
.header-bottom .row.region.region-cart .cart-block--contents .views-field.views-field-total-price__number-1 .tcount {
  float: left;
  text-align: left;
  line-height: 15px;
  padding: 10px;
  color: #11391F;
}

/* line 2, ../sass/modules/_about.scss */
.row.region.region-banner .about-us-block {
  background: #eeeff1;
  padding: 15px;
  border-radius: 4px;
  margin: 15px;
}
@media screen and (max-width: 767px) {
  /* line 2, ../sass/modules/_about.scss */
  .row.region.region-banner .about-us-block {
    width: calc(100% - 30px);
  }
}
/* line 10, ../sass/modules/_about.scss */
.row.region.region-banner .about-us-block p {
  margin: 0px;
  font-family: "Roboto Condensed", sans-serif;
}

/* line 1, ../sass/modules/_products.scss */
.row.region.region-products {
  padding: 30px 0px;
  position: relative;
}
/* line 4, ../sass/modules/_products.scss */
.row.region.region-products .on-the-gray {
  padding: 0px;
}
/* line 7, ../sass/modules/_products.scss */
.row.region.region-products .on-the-gray .quicktabs-tabs > li {
  border: 0px;
  display: inline-block;
  min-width: 240px;
  padding-right: 15px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  /* line 7, ../sass/modules/_products.scss */
  .row.region.region-products .on-the-gray .quicktabs-tabs > li {
    margin-bottom: 15px;
  }
}
/* line 16, ../sass/modules/_products.scss */
.row.region.region-products .on-the-gray .quicktabs-tabs > li .ajax-progress.ajax-progress-throbber {
  display: none;
}
/* line 19, ../sass/modules/_products.scss */
.row.region.region-products .on-the-gray .quicktabs-tabs > li > a {
  background: #0C2340;
  border-color: #0C2340;
  border-radius: 6px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
/* line 27, ../sass/modules/_products.scss */
.row.region.region-products .on-the-gray .quicktabs-tabs > li > a:hover {
  background: #7cc223;
  border-color: #7cc223;
}
/* line 33, ../sass/modules/_products.scss */
.row.region.region-products .on-the-gray .quicktabs-tabs li:active > a {
  background: #7cc223;
  border-color: #7cc223;
}
/* line 38, ../sass/modules/_products.scss */
.row.region.region-products .on-the-gray .quicktabs-tabpage {
  padding: 30px 0px;
  border: 0px solid #ddd;
}
/* line 43, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block {
  padding: 0px 70px 0px 70px;
}
/* line 45, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .slick--view {
  padding: 0px;
}
/* line 48, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid {
  border: 0px solid;
  padding: 0px 20px;
}
/* line 51, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content {
  position: relative;
  border: 1px solid #eee;
  padding: 15px 15px 0px;
  border-radius: 4px;
  /*min-height: 415px;*/
}
/* line 57, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .views-field.views-field-field-product-image {
  text-align: center;
}
/* line 59, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .views-field.views-field-field-product-image img {
  display: inline-block;
  margin-bottom: 15px;
}
/* line 64, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .views-field.views-field-title {
  min-height: 120px;
}
/* line 66, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .views-field.views-field-title a {
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
/* line 73, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .views-field.views-field-price__number {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #535353;
}
/* line 79, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .views-field.views-field-field-availability {
  font-weight: bold;
  color: #009320;
}
/* line 83, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .form-submit {
  font-size: 24px;
  background: #eeeff1 !important;
  border: 1px solid #ddd !important;
  margin-top: 10px;
  width: 100%;
  border-radius: 6px;
  color: #535353;
  padding: 10px 35px;
  font-family: "Roboto Condensed", sans-serif;
}
/* line 93, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .grid.slide__grid .grid__content .form-submit:hover {
  background: #7cc223 !important;
  border: 1px solid #7cc223 !important;
  color: #ffffff !important;
}
/* line 102, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .slick__arrow .slick-prev.slick-arrow {
  position: absolute;
  left: 0px;
  top: 45%;
  background-image: url(../images/Vector.svg);
  transform: rotate(180deg);
  color: transparent;
  background-repeat: no-repeat;
  background-size: 53px;
  width: 56px;
  height: 56px;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}
/* line 119, ../sass/modules/_products.scss */
.row.region.region-products .products-list-front-block .slick__arrow .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  top: 45%;
  background-image: url(../images/Vector.svg);
  color: transparent;
  background-repeat: no-repeat;
  background-size: 53px;
  width: 56px;
  height: 56px;
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* line 138, ../sass/modules/_products.scss */
.on-the-gray .quicktabs-tabs > li.active > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  bottom: -11px;
  border-top: 10px solid #7cc223;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

/* line 2, ../sass/modules/_wishlist.scss */
.row.region.region-help .wishlist-block {
  background: #eeeff1;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
}
/* line 7, ../sass/modules/_wishlist.scss */
.row.region.region-help .wishlist-block p {
  margin: 0px;
}
/* line 9, ../sass/modules/_wishlist.scss */
.row.region.region-help .wishlist-block p a {
  text-decoration: none;
}

/* line 1, ../sass/modules/_footer.scss */
.site-footer_top.clearfix {
  background: #eeeff1;
  color: #8E8E8E;
  padding: 80px 0px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/modules/_footer.scss */
  .site-footer_top.clearfix {
    padding: 20px 0px;
  }
}
/* line 9, ../sass/modules/_footer.scss */
.site-footer_top.clearfix h2 {
  font-size: 22px;
  color: #8E8E8E;
  /*background-image: url(../images/teal-line.svg);*/
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 48px 4px;
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/modules/_footer.scss */
  .site-footer_top.clearfix h2 {
    margin-top: 20px;
  }
}
/* line 21, ../sass/modules/_footer.scss */
.site-footer_top.clearfix .footer-logo-block h2 {
  color: #ffffff;
  font-size: 56px;
  text-shadow: 0px 1px 1px #505050;
  font-family: "Righteous", cursive;
  position: relative;
}
/* line 27, ../sass/modules/_footer.scss */
.site-footer_top.clearfix .footer-logo-block h2::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -5px;
  height: 6px;
  border-top: 1px solid #D9D9D9;
  width: 418px;
}
/* line 37, ../sass/modules/_footer.scss */
.site-footer_top.clearfix .footer-logo-block p {
  text-align: right;
  font-size: 12px;
  padding-right: 40px;
}

/* line 53, ../sass/modules/_footer.scss */
.footer-about-block {
  padding: 15px 15px 0px;
}

/* line 58, ../sass/modules/_footer.scss */
.footer-menu-block .clearfix.nav {
  display: inline-block;
}
/* line 60, ../sass/modules/_footer.scss */
.footer-menu-block .clearfix.nav .nav-link {
  color: #8E8E8E;
  font-size: 16px;
  padding: 5px 0px;
}
/* line 64, ../sass/modules/_footer.scss */
.footer-menu-block .clearfix.nav .nav-link:hover {
  text-decoration: underline;
  color: #FFBB33;
}

/* line 73, ../sass/modules/_footer.scss */
.site-footer__bottom {
  background: #eeeff1;
  color: #8E8E8E;
  margin: 0px;
  border: 0px solid;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 73, ../sass/modules/_footer.scss */
  .site-footer__bottom {
    text-align: center;
  }
}
/* line 82, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right {
  text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 82, ../sass/modules/_footer.scss */
  .site-footer__bottom .footer-bottom-right {
    text-align: center;
  }
}
/* line 87, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right a {
  color: #8E8E8E;
  text-decoration: none;
}
/* line 90, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right a:hover {
  text-decoration: underline;
}

/* line 1, ../sass/modules/_pages.scss */
#content {
  padding-bottom: 20px;
}

/* line 4, ../sass/modules/_pages.scss */
.path-frontpage #content {
  padding-bottom: 0px;
}

/* line 7, ../sass/modules/_cart.scss */
.path-cart .mini-donation-form #edit-frequency {
  display: none;
}

/* line 12, ../sass/modules/_cart.scss */
.table-responsive.col {
  border: 1px solid #eee;
}
/* line 16, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr {
  background: #ffffff;
}
/* line 18, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr td {
  --bs-table-accent-bg: #ffffff;
}
/* line 20, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr td .minus, .table-responsive.col table tbody tr td .plus {
  float: left;
  font-size: 24px;
  cursor: pointer;
  border: 1px solid #5A5A5A;
  padding: 0px 17.1px;
}
/* line 27, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr td .js-form-type-number {
  float: left;
  color: #7cc223;
  margin: 0px !important;
}
/* line 31, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr td .js-form-type-number .form-control {
  border-radius: 0px;
  border: 1px solid #5A5A5A;
  border-left: 0px;
  border-right: 0px;
  color: #7cc223;
  font-weight: bold;
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  width: 48px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 31, ../sass/modules/_cart.scss */
  .table-responsive.col table tbody tr td .js-form-type-number .form-control {
    border-left: 1px solid #5A5A5A;
    border-right: 1px solid #5A5A5A;
  }
}
/* line 50, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr td .js-form-type-number input[type=number]::-webkit-outer-spin-button,
.table-responsive.col table tbody tr td .js-form-type-number input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 56, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr td .js-form-type-number input[type=number] {
  -moz-appearance: textfield;
}
/* line 61, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr .views-field.views-field-purchased-entity {
  color: #00112F !important;
}
/* line 64, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr .views-field.views-field-unit-price__number {
  font-weight: bold;
}
/* line 67, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr .views-field.views-field-dc-ajax-add-cart-views-edit-quantity {
  padding: 5px !important;
}
/* line 70, ../sass/modules/_cart.scss */
.table-responsive.col table tbody tr .views-field.views-field-total-price__number {
  font-size: 20px;
  font-weight: bold;
}

/* line 78, ../sass/modules/_cart.scss */
.order-total-line__total {
  font-size: 20px;
}
/* line 80, ../sass/modules/_cart.scss */
.order-total-line__total .order-total-line-label {
  padding: 0px 20px;
}

/* line 86, ../sass/modules/_cart.scss */
.path-checkout #block-mindfull-breadcrumbs {
  display: none;
}
/* line 89, ../sass/modules/_cart.scss */
.path-checkout .checkout-pane-payment-information > legend .fieldset-legend {
  display: none;
}
/* line 92, ../sass/modules/_cart.scss */
.path-checkout .header-bottom .row.region.region-welcome {
  padding: 15px 0px 0px 0px;
}
/* line 94, ../sass/modules/_cart.scss */
.path-checkout .header-bottom .row.region.region-welcome .js-quickedit-page-title.title {
  font-size: 30px !important;
}
/* line 98, ../sass/modules/_cart.scss */
.path-checkout .stripe-form {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 15px;
}

/* line 105, ../sass/modules/_cart.scss */
#mini-donation-form #edit-amount {
  max-width: 150px;
}
