@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: #638dc9;
  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: #638dc9;
}

/* 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: #ffffff;
  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: #638dc9 !important;
  border: 1px solid #638dc9 !important;
  margin-top: 10px;
  border-radius: 4px;
}
/* line 41, ../sass/base/_buttons.scss */
.form-submit:hover {
  background-color: #eeeff1 !important;
  border: 1px solid #eeeff1 !important;
  color: #535353;
}

/* 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: #638dc9;
  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;*/
  background: transparent !important;
  padding-bottom: 0px;
  box-shadow: 0px -12px 21px #00112F !important;
}
/* 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: 281px;
}
@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: #00112F;
  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: #638dc9;
  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: #638dc9;
  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: #ffffff;
}
/* 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: #ffffff;
}

/* 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;*/
padding: 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 15px;
}
/* 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: -52px;
  top: 45%;
  background-image: url(https://monsoon-prod.oneeach.dev/sites/monsoon/themes/monsoon_d9/images/prev.svg);
  color: transparent;
  background-repeat: no-repeat;
  background-size: 56px;
  width: 56px;
  height: 56px;
  display: block;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 50%;
  display: none !important;
}
/* line 118, ../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 137, ../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: #638dc9;
}

/* 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: #638dc9;
  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;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-tabs .ui-tabs-nav {
display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-tabs .ui-tabs-nav li {
float: none;
border: 0px;
  display: inline-block;
  min-width: 240px;
  padding-right: 15px;
  background: transparent;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {

  padding: .5em 1em !important;
  text-decoration: none;
  background: #0C2340;
  border-color: #0C2340;
  border-radius: 6px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  display: block;
  padding: .5em;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-repeat: stretch;
  border-image-source: none;
  text-align: center;
}
.ui-widget-header {
  border: 1px solid transparent;
  background: transparent;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
background: #7cc223;
  border-color: #7cc223;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.block-grid, .blazy.block-grid, .item-list > .block-grid {
  margin: 0px 0.375rem !important;
}
}
.view-test-catalog .block-grid > .grid {
border: none;
}
.view-test-catalog .block-grid .grid__content {
  position: relative;
  border: 1px solid #eee;
  padding: 15px 15px 0px;
  border-radius: 4px;
}
.view-test-catalog .views-field.views-field-field-product-image {
  text-align: center;
}
.view-test-catalog .views-field.views-field-field-product-image img {
  display: inline-block;
  margin-bottom: 15px;
}
.view-test-catalog .grid.slide__grid .grid__content .views-field.views-field-title {
  min-height: 120px;
}
.view-test-catalog .grid.slide__grid .grid__content .views-field.views-field-title a {
  text-decoration: none;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: bold;
color: #00112F;
}
.view-test-catalog .grid.slide__grid .grid__content .views-field.views-field-price__number {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #535353;
}
.view-test-catalog .grid.slide__grid .grid__content .views-field.views-field-field-availability {
  font-weight: bold;
  color: #009320;
}
.view-test-catalog .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;
}
.view-test-catalog .grid.slide__grid .grid__content .form-submit:hover {
background: #7cc223 !important;
  border: 1px solid #7cc223 !important;
  color: #ffffff !important;
}
.view-test-catalog .slick__arrow .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  top: 45%;
  background-image: url(/sites/dd-sass-dev.oneeach.org/themes/ddstage_d9/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%;
}
.view-test-catalog .slick__arrow .slick-prev.slick-arrow {
  position: absolute;
  left: 0px;
  top: 45%;
  background-image: url(/sites/dd-sass-dev.oneeach.org/themes/ddstage_d9/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%;
}
.path-admin .block-views {
  margin-top: 40px;
}
.product-catalog-block .views-row {
width: 30%;
  float: left;
  position: relative;
  border: 1px solid #eee;
  padding: 15px 15px 0px;
  border-radius: 4px;
  margin: 0px 10px;
}
.product-catalog-block .views-row .views-field-title {
min-height: 120px;
}
.product-catalog-block .views-row .views-field-title a {
text-decoration: none;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: bold;
}
.product-catalog-block .views-row .views-field-field-product-image {
text-align: center;
}
.product-catalog-block .views-row .views-field-price__number {
margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #535353;
}
.product-catalog-block .views-row .views-field-field-availability {
font-weight: bold;
  color: #009320;
}
.product-catalog-block .views-row .views-field-variations-target-id button  {
font-size: 18px;
  margin-top: 10px;
  width: 100%;
  border-radius: 6px;
  padding: 10px 35px;
  font-family: "Roboto Condensed",sans-serif;
  background: #638dc9 !important;
  border: 1px solid #638dc9 !important;
  color: #ffffff;

}
.product-catalog-block .views-row .views-field-variations-target-id button:hover {
  background: #eeeff1 !important;
  border: 1px solid #ddd !important;
  color: #535353 !important;
}
.views-slideshow-controls-bottom .views_slideshow_controls_text_previous a {
position: absolute;
  left: 0px;
  top: 45%;
  background-image: url(/sites/cincinnatirmh/files/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%;
}
.views-slideshow-controls-bottom .views_slideshow_controls_text_pause a {
display: none;
}
.views-slideshow-controls-bottom .views_slideshow_controls_text_next a {
position: absolute;
  right: 0px;
  top: 45%;
  background-image: url(/sites/cincinnatirmh/files/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%;
}
.views_slideshow_cycle_slide {
margin-left: 40px;
}
.ui-tabs .ui-tabs-panel {
height: 540px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.product-catalog-block .views-row {
  width: auto !important;
  margin: 10px 10px !important;
}
}
.views-row-even.views_slideshow_cycle_slide {
  margin-left: 40px;
  width: 1024.8px !important;
  height: 477px !important;
}
.views_slideshow_cycle_teaser_section {
width: 100% !important;
}
.product-catalog-block .col {
  flex: auto;
  width: 100%;
}
nav[aria-label="pagination-heading"] {
margin: 30px auto;
}
.page-item.active .page-link {
  background-color: #00112F;
  border-color: #00112F;
}
.page-link {
  color: #00112F;
}
.form-item-completed-min, .form-item-completed-max {
display: inline-block;
}
#edit-completed-wrapper {
display: inline-block;
  width: 60%;
}
.views-exposed-form #edit-actions {
display: inline-block;
  width: 25%;
margin-top: 50px;
}
.cart-form .quantity-edit-input {
  pointer-events: none;
}

.view-campaigns  .views-field-description__value {
padding-left: 15px;
padding-right: 15px;
}
.view-campaigns .views-field-name .field-content a {
margin-bottom: 0.75rem;
padding-top: 1.75rem !important;
font-family: roboto, sans-serif;
line-height: 1.45;
font-weight: 400;
font-size: 1.1em;
text-decoration: none !important;
}
.view-campaigns .views-field-name {
 padding: 35px;
}

.view-campaigns .field-content img {
  width: 100%;
  height: 160px;
}
.view-campaigns .views-col {
width: 23% !important;
text-decoration: none;
background: #FFF;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
text-align: left;
padding: 0px;
margin: 10px;
height: 400px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.view-campaigns .views-col {
width: 90% !important;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.view-campaigns .views-col {
 width: 22% !important;
 }
}
.campaign-table {
width: 900px;
  margin: 0 auto;
}
.campaign-table tr {
background: transparent;
}
.campaign-table td {
border-top: 1px solid #00112F;
  border-bottom: 1px solid #00112F;
border-right: 0px;
  border-left: 0px;
color: #00112f;
padding: 6px 0px;
  font-size: 16px;
}
.campaign-table a {
background: #00112F;
  border: 1px solid #00112F;
font-weight: bold;
padding: 10px 32px;
  border-radius: 9px;
}
.campaign-table a:hover {
background: #7cc223;
  border: 1px solid #7cc223;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.campaign-table {
width: 100% !important;
  margin: 0 auto;
}
}
.path-checkout .js-form-item-payment-information-add-payment-method-billing-information-copy-to-address-book {
  display: none !important;
}
.checkout-complete button {
background: #00112F;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.view-duplicate-of-product-catalog-2 .views-row {
  width: 100%;
  float: none;
  position: relative;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  margin: 0px;
}
.view-duplicate-of-product-catalog-2 .views-col {
border: 1px solid #eee;
  padding: 15px 15px 0px;
  border-radius: 4px;
  margin: 10px;
width: 30% !important;
float: left;
}
.view-duplicate-of-product-catalog-2 .views-row .views-field-price__number {
  font-size: 15px;
font-weight: normal;
}
.view-duplicate-of-product-catalog-2 .views-row .views-field-variations-target-id button {
font-weight: normal;
}
.view-duplicate-of-product-catalog-2 .views-row .views-field-variations-target-id button:hover {
background-image: url("https://dd-sass-dev.oneeach.org/sites/cincinnatirmh/files/1152px-Font_Awesome_5_solid_shopping-cart.svg.png") !important;
  background-size: 25px !important;
  background-repeat: no-repeat !important;
  background-position: 85px center !important;
font-size: 18px;
}
.view-duplicate-of-product-catalog-2 .views-row .views-field-variations-target-id button {
background-image: url(/sites/dd-sass-dev.oneeach.org/themes/ddstage_d9/images/cart.png) !important;
  background-size: 25px !important;
  background-repeat: no-repeat !important;
  background-position: 85px center !important;
}
.pager ul {
text-align: center;
  list-style: none;
}
.pager ul li {
margin: 20px 0px;
}
.pager ul li a {
background: #00112F;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.pager ul li a:hover {
background: #7cc223;
  color: #00112F;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.view-duplicate-of-product-catalog-2 .views-col {
  width: 30% !important;
}
.view-duplicate-of-product-catalog-2 .views-row .views-field-variations-target-id button, .view-duplicate-of-product-catalog-2 .views-row .views-field-variations-target-id button:hover {
background-position: 20px center !important;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.view-duplicate-of-product-catalog-2 .views-col {
  margin: 10px 0px !important;
  width: 100% !important;
}
.view-duplicate-of-product-catalog-2 .views-row .views-field-variations-target-id button, .view-duplicate-of-product-catalog-2 .views-row .views-field-variations-target-id button:hover {
background-position: 50px center !important;
}
.table-responsive.col table tbody tr td .js-form-type-number .form-control {
width: 50px !important;
}
.progress-bg {
width: 100% !important;
  height: auto !important;
}
.progress-bg h3.raised {
margin: 0 auto !important;
  text-align: center !important;
}
.progress-bg h3.goal, .progress-bg h3.raised {
  font-size: 1.2em !important;
}
}
.view-duplicate-of-product-catalog-2 .views-row .views-field-price__number .field-content {
font-size: 20px;
  font-weight: bold;
  color: #000;
}
.dollar, .number-text {
text-align: center;
}
.progress-bg {
margin-bottom: 30px;
}
table tr th {
color: #000;
}
.table-responsive.col {
  border: 1px solid #eee;
  padding-left: 0px;
  padding-right: 0px;
}
.table {
margin-top:0px;
margin-bottom: 0px;
}
.item-list ul li {
padding: 10px;
}
.item-list ul {
border-radius: 0px;
}
.table > :not(caption) > * > * {
border-color: #ddd;
}
.block-report .view-content.row {
padding: 10px 10px 40px;
}
.block-report .view-footer {
text-align: center;
}
.block-report .view-footer a {
padding: 10px 20px;
  background: #00112F;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}
.block-report .view-footer a:hover {
background: #7cc223;
color: #000 !important;
}

