/*
 Theme Name:   Urban Water 3.0
 Description:  A custom theme for Urban Water Online shop
 Author:       Oliver Menger
 Author URI:   httpw://www.the-yellow-panda.com
 Template:     storefront
 Version:      2.0
 Text Domain:  urbanwater
*/
.meta-nav .menu .menu-item a {
  color: #3498DB;
}

.social-nav ul li {
  margin-left: 0.25rem;
}
.social-nav ul li a {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-size: 1.25rem;
  text-decoration: none !important;
}
.social-nav ul li a:hover, .social-nav ul li a:focus {
  color: #3498DB;
}
.social-nav ul li a span {
  display: none;
}
.social-nav ul li[class$=facebook] a:before {
  content: "\f39e";
}
.social-nav ul li[class$=instagram] a:before {
  content: "\f16d";
}
.social-nav ul li[class$=twitter] a {
  font-family: "Font Awesome 5 Free";
}
.social-nav ul li[class$=twitter] a:before {
  content: "\f099";
}
.social-nav ul li[class$=newsletter] a {
  font-family: "Font Awesome 5 Free";
}
.social-nav ul li[class$=newsletter] a:before {
  content: "\f0e0";
}
.social-nav ul li[class$=cart] a, .social-nav ul li[class$=shop] a {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.social-nav ul li[class$=cart] a:before, .social-nav ul li[class$=shop] a:before {
  content: "\f07a";
}

.primary-navigation .menu > li > a {
  text-transform: uppercase;
}
.primary-navigation .menu li a:hover, .primary-navigation .menu li a:focus {
  color: #3498DB;
}
.primary-navigation .menu li.current-menu-item > a {
  color: #3498DB !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.widget a.button {
  text-transform: uppercase;
}
button.button-dark,
input[type=button].button-dark,
input[type=reset].button-dark,
input[type=submit].button-dark,
.button.button-dark,
.widget a.button.button-dark {
  background-color: #2c3e50;
  border-color: #2c3e50;
  color: #FFF;
}
button.button-dark:hover, button.button-dark:active, button.button-dark:focus,
input[type=button].button-dark:hover,
input[type=button].button-dark:active,
input[type=button].button-dark:focus,
input[type=reset].button-dark:hover,
input[type=reset].button-dark:active,
input[type=reset].button-dark:focus,
input[type=submit].button-dark:hover,
input[type=submit].button-dark:active,
input[type=submit].button-dark:focus,
.button.button-dark:hover,
.button.button-dark:active,
.button.button-dark:focus,
.widget a.button.button-dark:hover,
.widget a.button.button-dark:active,
.widget a.button.button-dark:focus {
  background-color: #002542;
  border-color: #002542;
}

.festival-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}
.festival-list li {
  margin: 1rem;
}
.festival-list li img {
  max-width: 8rem;
}

.festival-text {
  font-weight: 700;
  font-size: 2rem;
}

.main-page-1-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
}
.main-page-1-container h1, .main-page-1-container h2 {
  color: #FFF;
}
.main-page-1-container .main-page-1-item {
  flex: 1 0 50%;
}
.main-page-1-container .main-page-1-item.main-page-1-left {
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.main-page-1-container .main-page-single-bottle {
  max-width: 20rem;
}

.stay-awake {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.stay-awake .stay-awake-list-container {
  flex: 1 0 100%;
}
.stay-awake .stay-awake-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}
.stay-awake .stay-awake-list li {
  flex: 1 1 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stay-awake .stay-awake-list li img {
  padding: 1rem;
  max-width: 5rem;
}
.stay-awake .stay-awake-content-container {
  display: flex;
  flex: 1 0 100%;
  height: 100%;
}
.stay-awake .stay-awake-content-container .stay-awake-left {
  flex: 1 0 30%;
  background-image: url("/wp-content/themes/urbanwater3/assets/img/8_klein_links.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem;
}
.stay-awake .stay-awake-content-container .stay-awake-left h2 {
  font-weight: 700;
  color: #FFF;
}
.stay-awake .stay-awake-content-container .stay-awake-left p {
  font-weight: 700;
  color: #000;
}
.stay-awake .stay-awake-content-container .stay-awake-right {
  flex: 1 0 70%;
  background-image: url("/wp-content/themes/urbanwater3/assets/img/8_klein_rechts-scaled.jpg");
  background-size: cover;
  background-position: center;
}

.nutrition-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.nutrition-container .nutrition-container-item {
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-list {
  max-width: 15rem;
  padding-bottom: 1rem;
}
.nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-ingredients {
  max-width: 15rem;
  padding-bottom: 1rem;
}
.nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
}
.nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-icon-list li {
  list-style: none;
  flex: 0 1 25%;
  margin-bottom: 1.5rem;
}

.home-slide-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-slide-offer h3 {
  color: #FFF;
}
.home-slide-offer .home-slide-offer-products {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: center;
  margin-left: 0;
  padding-left: 0;
}
.home-slide-offer .home-slide-offer-products li {
  flex: 1 1 100%;
  list-style: none;
}
.home-slide-offer .home-slide-offer-products li img {
  max-width: 15rem;
  display: unset;
}

@media (max-width: 1024px) {
  .home .slider-item {
    height: auto !important;
  }
  .nutrition-container {
    flex-wrap: wrap;
  }
  .nutrition-container .nutrition-container-item.nutrition-container-left {
    flex: 1 1 100%;
  }
  .nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-icon-list li {
    flex: 0 1 33%;
  }
  .nutrition-container .nutrition-container-item.nutrition-container-right {
    flex: 1 1 100%;
    margin-bottom: 4rem;
  }
  .main-page-1-container {
    flex-wrap: wrap;
  }
  .main-page-1-container .main-page-1-item {
    flex: 1 1 100%;
  }
  .main-page-1-container .main-page-1-right {
    padding-bottom: 5rem;
    text-align: center;
  }
  .stay-awake .stay-awake-content-container {
    flex-wrap: wrap;
  }
  .stay-awake .stay-awake-content-container .stay-awake-left {
    flex: 1 1 100%;
    text-align: center;
  }
  .stay-awake .stay-awake-content-container .stay-awake-right {
    flex: 1 1 100%;
    height: 25rem;
  }
  .stay-awake .stay-awake-list {
    flex-wrap: wrap;
  }
  .stay-awake .stay-awake-list li {
    flex: 1 1 50%;
    text-align: center;
  }
  .home-slide-offer {
    text-align: center;
  }
  .home-slide-offer .home-slide-offer-products {
    flex-wrap: wrap;
  }
  .home-slide-offer .home-slide-offer-products:first-of-type {
    margin-bottom: 3rem;
  }
  .home-slide-offer .home-slide-offer-products:last-of-type {
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .stay-awake .stay-awake-list li {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }
  .nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-icon-list li {
    flex: 0 1 50%;
  }
}
@media (max-width: 520px) {
  .nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-icon-list li {
    flex: 0 1 100%;
    justify-items: center;
  }
  .nutrition-container .nutrition-container-item.nutrition-container-left .img-nutrition-icon-list li img {
    max-width: 10rem;
  }
}
header.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
header.site-header > .col-full {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
header.site-header > .col-full .site-branding {
  width: auto;
  flex: 0 1 auto;
  float: none;
  max-width: none;
}
header.site-header > .col-full .storefront-primary-navigation {
  width: auto;
  flex: 1 1 auto;
  float: none;
  max-width: none;
}
header.site-header + * {
  margin-top: 6rem;
}
header.site-header + *.site-content {
  padding-top: 2rem;
}

.home header.site-header + * {
  margin-top: 60px;
}

.woocommerce-products-header h1,
.entry-header h1 {
  font-weight: 500;
  text-align: center;
}

@media (min-width: 769px) {
  .site-header {
    padding-top: 1rem;
  }
  .woocommerce-active .site-header .main-navigation,
  .woocommerce-active .site-header .site-header-cart {
    width: auto;
    min-width: 14rem;
  }
}
@media (max-width: 768px) {
  header.site-header + * {
    margin-top: 52px;
  }
  header.site-header .site-branding {
    position: absolute;
  }
}
footer.site-footer {
  padding-bottom: 0;
}
footer.site-footer .footer-top-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer.site-footer .footer-top-row .custom-logo-link {
  display: block;
  flex: 0 1 15rem;
  width: 100%;
  max-width: 16.25rem;
}
footer.site-footer .footer-top-row .custom-logo-link img {
  width: 100%;
  height: auto;
}
footer.site-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer.site-footer .menu li {
  display: inline-block;
  text-decoration: none;
}
footer.site-footer .meta-nav {
  flex: 1 1 auto;
  text-align: right;
}
footer.site-footer .meta-nav li {
  margin-left: 1rem;
}
footer.site-footer .meta-nav li a {
  text-decoration: none;
}
footer.site-footer .meta-nav li a:active, footer.site-footer .meta-nav li a:hover, footer.site-footer .meta-nav li a:focus {
  color: #FFF;
}
footer.site-footer .btnToTop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #3498DB;
  display: block;
  opacity: 0;
  z-index: 9999;
  transition: opacity 500ms ease-in;
}
footer.site-footer .btnToTop.show {
  opacity: 1;
}
footer.site-footer .btnToTop:hover, footer.site-footer .btnToTop:active, footer.site-footer .btnToTop:focus {
  cursor: pointer;
}
footer .footer-copyright {
  background-color: #2c3e50;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
footer .footer-copyright .footer-copyright-text {
  font-size: 0.75rem;
}
footer .footer-copyright:before {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  width: 1000%;
  height: 100%;
  background-color: #2c3e50;
}
footer .footer-copyright:after {
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  width: 1000%;
  height: 100%;
  background-color: #2c3e50;
}
@media (max-width: 1024px) {
  footer.site-footer .col-full {
    flex-direction: column;
  }
  footer.site-footer .footer-top-row .custom-logo-link {
    flex: 0;
    margin: 0 auto 1rem;
  }
  footer.site-footer .meta-nav {
    text-align: center;
    margin-bottom: 1rem;
  }
  footer.site-footer .footer-copyright-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer.site-footer .meta-nav li {
    display: block;
    margin: 0 0 0.5rem 0;
  }
}

.cc-banner {
  z-index: 9999;
}

.site-main .page.type-page {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.col-full {
  width: 100%;
  max-width: 80rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.col-2 {
  flex: 1 1 50%;
  display: block;
  position: relative;
}

.col-background {
  background-repeat: no-repeat;
  background-size: contain;
}

main .post.has-post-thumbnail,
main .page.has-post-thumbnail {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}

.single .entry-content,
.page-template .entry-content {
  width: 100%;
  max-width: 80rem;
  padding: 0 1rem;
}
.single .entry-content h2,
.page-template .entry-content h2 {
  font-weight: 600;
  font-size: 3rem;
}
.single .entry-content h2 + h3,
.page-template .entry-content h2 + h3 {
  border-top: 0;
}
.single .col-2 .entry-content,
.page-template .col-2 .entry-content {
  margin-left: 0;
  margin-top: 3rem;
  text-align: left;
  padding-right: 25%;
  padding-bottom: calc(3 * 1rem);
}

.col-full-width {
  width: 100%;
  margin: 0 auto;
}

.col-highlight {
  text-align: center;
  background-color: #002542;
}
.col-highlight .entry-header {
  width: 100%;
  max-width: 80rem;
}
.col-highlight h1.entry-title {
  color: #FFF !important;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  padding: 3.5rem 1rem;
}

.single .site-content {
  padding-top: 0 !important;
  margin-top: 3rem;
}
.single .col-full-width {
  position: relative;
}
.single .col-full-width:before {
  content: "";
  height: 100%;
  width: 1000%;
  position: absolute;
  top: 0;
  left: -1000%;
}
.single .col-full-width:after {
  content: "";
  height: 100%;
  width: 10000px;
  position: absolute;
  top: 0;
  left: 100%;
}
.single .col-highlight:before, .single .col-highlight:after {
  background-color: #002542;
}
.single .col-highlight .entry-header,
.single .col-highlight h1.entry-title {
  margin-bottom: 0;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  padding-top: 0;
}

.wp-block-table td {
  padding: 0 !important;
}

.taxonomy-description {
  text-align: center;
}

@media (max-width: 66.4989378333em) {
  .site-header .col-full,
  .site-content .col-full,
  .site-footer .col-full {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .home header.site-header + * {
    margin-top: 52px;
  }
  .single .col-2,
  .page-template .col-2 {
    flex: 1 1 100%;
  }
  .single .col-2.col-background,
  .page-template .col-2.col-background {
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  .single .col-2 .entry-content,
  .page-template .col-2 .entry-content {
    padding-right: 1rem;
  }
}
.archive .entry-header,
.blog .entry-header {
  flex: 1 1 100%;
  width: 100%;
}
.archive .site-main,
.blog .site-main {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
}
.archive .site-main article.post,
.blog .site-main article.post {
  flex: 1 1 auto;
  width: 48%;
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.archive .site-main article.post:nth-child,
.blog .site-main article.post:nth-child {
  margin-right: 0;
}
.archive .site-main article.post .entry-header,
.blog .site-main article.post .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}
.archive .site-main article.post .entry-header h2,
.blog .site-main article.post .entry-header h2 {
  background-color: #002542;
  margin-bottom: 0;
  padding: 1.25rem 0;
}
.archive .site-main article.post .entry-header h2 a,
.blog .site-main article.post .entry-header h2 a {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
.archive .site-main article.post .entry-content img,
.blog .site-main article.post .entry-content img {
  margin-bottom: 0;
}
.archive .site-main article.post .entry-content p,
.blog .site-main article.post .entry-content p {
  margin-bottom: 0;
  padding: 0 1rem 1rem;
  background-color: #e6e6e6;
}
.archive .site-main article.post .entry-content p:first-of-type,
.blog .site-main article.post .entry-content p:first-of-type {
  padding-top: 1rem;
}
.archive .site-main article.post .entry-taxonomy,
.blog .site-main article.post .entry-taxonomy {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.archive .btn-readmore,
.blog .btn-readmore {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: #002542;
  color: #FFF;
  text-decoration: none !important;
}

@media (max-width: 48rem) {
  .archive .site-main article.post,
  .blog .site-main article.post {
    width: 100%;
    margin-right: 0;
  }
  .archive .btn-readmore,
  .blog .btn-readmore {
    display: block;
    text-align: center;
  }
}
.slider-container.slider-container-fullscreen .slider-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-container .slider-item-next a {
  text-align: center;
  color: inherit;
}
.slider-container .slider-item-next {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.slider-container .slider-slide-overlay,
.slider-container .slider-slide-content {
  width: 100%;
  height: 100%;
}
.slider-container .slider-slide-overlay h1,
.slider-container .slider-slide-overlay h2,
.slider-container .slider-slide-content h1,
.slider-container .slider-slide-content h2 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider-container .slider-item-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-container .slider-item-content-container {
  height: 100%;
  position: relative;
}
.slider-container .slider-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 2rem;
}
.slider-container .slider-item-content h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3rem;
}
.slider-container .slider-item-content h2 {
  font-size: 2rem;
  font-weight: 700;
}
.slider-container .slider-item-content .col-full {
  padding: 0;
  height: 100%;
}
.slider-container .slider-item-content.slider-item-content-left {
  left: 0;
  width: 50%;
  text-align: left;
}
.slider-container .slider-item-content.slider-item-content-center {
  left: 0;
  width: 100%;
  text-align: center;
}
.slider-container .slider-item-content.slider-item-content-right {
  left: 50%;
  width: 50%;
  text-align: left;
}

@media (max-width: 66.49894em) {
  .slider-container .slider-item-content h1 {
    font-size: 1.5rem;
  }
  .slider-container .slider-item-content h2 {
    font-size: 1.5rem;
  }
}
.slider-container .slider-item-next a i.fas {
  font-size: 3rem;
  display: block;
}
.slider-container .slider-item-next a span {
  display: none;
}
.slider-container .slider-item {
  width: 100%;
  position: relative;
}
.slider-container.slider-container-fullscreen .slider-item {
  height: 91vh;
  height: calc(100vh - 93px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-container.slider-container-fullscreen .slider-item:first-child .slider-item-next a span {
  display: block;
}

@media (max-width: 66.49894em) {
  .slider-container .slider-item-content-container {
    margin: 0;
  }
  .slider-container .slider-item-content {
    position: relative;
    text-align: left;
  }
  .slider-container .slider-item-content.slider-item-content-left,
  .slider-container .slider-container .slider-item-content.slider-item-content-center,
  .slider-container .slider-container .slider-item-content.slider-item-content-right {
    left: 0;
    width: 100%;
    text-align: left;
  }
  .slider-container .slider-item-content .col-full {
    margin: 0;
  }
  .slider-container .slider-item-content .col-full {
    margin: 0;
  }
}
.widget_area_homepage {
  background-color: #2c3e50;
  color: #FFF;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 0;
}
.widget_area_homepage .col-full {
  width: auto;
}
.widget_area_homepage .widgets_homepage_list {
  margin: 0 -0.5rem;
  width: 100%;
  display: block;
}
.widget_area_homepage .widgets_homepage_list:after {
  content: " ";
  display: block;
  clear: both;
}
.widget_area_homepage .widgets_homepage_list li {
  width: 48%;
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
  float: left;
}
.widget_area_homepage:before, .widget_area_homepage:after {
  content: "";
  display: block;
  background-color: #002542;
  position: absolute;
  top: 0;
  width: 1000%;
  height: 100%;
}
.widget_area_homepage:before {
  left: 100%;
}
.widget_area_homepage:after {
  right: 100%;
}
.widget_area_homepage h2 {
  color: #FFF;
}
.widget_area_homepage li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.widget_area_homepage .tnp-widget .tnp-submit {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .widget_area_homepage .widgets_homepage_list li {
    width: 100%;
    float: none;
  }
}
.download-list .download-categories {
  margin-left: 0;
  margin-bottom: 1rem;
}
.download-list .download-categories li {
  list-style-type: none;
}
.download-list .download-categories li a {
  display: inline-block;
  z-index: 9998;
  position: relative;
  text-decoration: none !important;
}
.download-list .download-categories li a:hover, .download-list .download-categories li a:focus, .download-list .download-categories li a:active {
  color: #002542;
}

.product_ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.product_ribbon::before, .product_ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #002542;
  z-index: 9999;
}
.product_ribbon span {
  position: absolute;
  display: block;
  width: 176px;
  padding: 0.5rem 2rem;
  background-color: #002542;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 0.75rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  z-index: 9000;
}

/* top right*/
.product_ribbon-top-right {
  top: -10px;
  right: -10px;
}
.product_ribbon-top-right::before, .product_ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.product_ribbon-top-right::before {
  top: 0;
  left: 0;
}
.product_ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.product_ribbon-top-right span {
  left: -25px;
  top: 21px;
  transform: rotate(45deg);
}

.product_ribbon_new span {
  background-color: #e5a81c;
}

.product_ribbon_popular span {
  background-color: #56ca1f;
}

.product_ribbon_special span {
  background-color: #ff5d64;
}

.product_ribbon_bestvalue span {
  background-color: #19b29d;
}

.product_ribbon_twoforone span {
  background-color: #ff5d64;
}

@media (max-width: 64rem) {
  .product_ribbon,
  .product_ribbon.product_ribbon-top-right {
    position: absolute;
    top: 3.5rem;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .product_ribbon:before, .product_ribbon:after,
  .product_ribbon.product_ribbon-top-right:before,
  .product_ribbon.product_ribbon-top-right:after {
    display: none;
  }
  .product_ribbon span,
  .product_ribbon.product_ribbon-top-right span {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 0.75rem 0.25rem -0.25rem rgba(0, 0, 0, 0.25);
  }
}
ul.products,
.wc-block-grid__products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.products .product,
ul.products .wc-block-grid__product,
.wc-block-grid__products .product,
.wc-block-grid__products .wc-block-grid__product {
  float: none;
  flex: 1 1 auto;
}
ul.products .product .woocommerce-loop-product__title,
ul.products .product .wc-block-grid__product-title,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .product .woocommerce-loop-product__title,
.wc-block-grid__products .product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #002542;
  color: #FFF;
  padding: 1.25rem 0;
  font-size: 1.25rem;
  text-transform: uppercase;
}
ul.products .product .woocommerce-loop-product__link,
ul.products .product .wp-block-button__link,
ul.products .wc-block-grid__product .woocommerce-loop-product__link,
ul.products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__products .product .woocommerce-loop-product__link,
.wc-block-grid__products .product .wp-block-button__link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  background: #898989;
  margin-bottom: 1rem;
  z-index: 9;
}
ul.products .product .woocommerce-loop-product__link span,
ul.products .product .wp-block-button__link span,
ul.products .wc-block-grid__product .woocommerce-loop-product__link span,
ul.products .wc-block-grid__product .wp-block-button__link span,
.wc-block-grid__products .product .woocommerce-loop-product__link span,
.wc-block-grid__products .product .wp-block-button__link span,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link span,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link span {
  color: #FFF !important;
  border-color: #FFF !important;
}

li.product,
li.wc-block-grid__product {
  background-color: #e6e6e6;
  padding-bottom: 1rem;
  position: relative;
}
li.product:after,
li.wc-block-grid__product:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
li.product > a,
li.wc-block-grid__product > a {
  z-index: 9998;
  position: relative;
}
li.product > a:focus,
li.wc-block-grid__product > a:focus {
  outline: none;
}
li.product:active:after, li.product:focus:after, li.product:hover:after,
li.wc-block-grid__product:active:after,
li.wc-block-grid__product:focus:after,
li.wc-block-grid__product:hover:after {
  opacity: 1;
}

.wfg-gift-item .wfg-title {
  margin: 0;
}

@media (max-width: 1024px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    font-size: 0.85em;
  }
}
@media (min-width: 768px) {
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 1.618em 1em 1.618em 0;
  }
}
header.site-header > .col-full .storefront-primary-navigation .site-header-cart {
  display: none;
}

.single-product header.site-header + .site-content {
  margin-top: 9rem;
}

.home header.site-header + * {
  margin-top: 93px;
}

.woocommerce-products-header {
  width: 100%;
}

.home header.site-header + * {
  margin-top: 93px;
}

.woocommerce-products-header {
  width: 100%;
}

@media (min-width: 769px) {
  .site-header {
    padding-top: 1rem;
  }
  .woocommerce-active .site-header .main-navigation,
  .woocommerce-active .site-header .site-header-cart {
    width: 100%;
  }
}
.home .site-content {
  color: #FFF;
  background-color: #2c3e50;
}

.home .site-content h1,
.home .site-content h2,
.home .site-content h3 {
  color: #FFF;
}

.storefront-product-section {
  padding-top: 2rem;
}/*# sourceMappingURL=style.css.map */