/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://woocommerce.com/products/storefront/
Author:       	Automattic
Author URI:     https://woocommerce.com/
Template:     	storefront
Description:  	This is a child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront_child
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
.site-header .site-branding img {
  max-width: 190px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

a:hover {
  color: #3F6C01 !important;
}
a:hover h2 {
  color: #3F6C01;
}

footer .widget {
  margin: 0;
}
footer p {
  margin: 0;
}

.footer-widgets {
  border: 0;
  padding: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
  color: #3F6C01 !important;
}

input[type=search] {
  background: #fff;
  color: #94C11C;
  border: 1px solid #94C11C;
}

.button,
.added_to_cart.alt,
.added_to_cart,
.widget a.button.checkout,
.added_to_cart,
.site-header-cart .widget_shopping_cart a.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wp-block-button__link {
  color: #013570;
  background-color: transparent;
  border: 1px solid #94C11C !important;
}
.button:hover,
.added_to_cart.alt:hover,
.added_to_cart:hover,
.widget a.button.checkout:hover,
.added_to_cart:hover,
.site-header-cart .widget_shopping_cart a.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.wp-block-button__link:hover {
  color: #ffffff !important;
  background-color: #013570;
}

.woocommerce-Price-amount {
  display: none !important;
}

.site-header-cart .cart-contents > .woocommerce-Price-amount {
  display: none !important;
}
.site-header-cart .woocommerce-Price-amount {
  display: block !important;
}
.site-header-cart .variation,
.site-header-cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-checkout .product-name .variation > dt {
  display: none;
}

select {
  padding: 10px;
  border: 1px solid #94C11C;
  color: #013570;
}

.g-20 {
  gap: 20px;
}

.g-10 {
  gap: 10px;
}

.tax-filter {
  margin: 40px 0 60px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.tax-filter__flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tax-filter__label {
  color: #013570;
}

.product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  max-width: 250px;
}
.product-btn a {
  display: block;
  text-align: center;
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers,
.woocommerce-info,
.woocommerce-noreviews {
  background: #94C11C;
  color: #013570;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  color: #94C11C;
  background: #013570;
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100%;
  padding-right: 0;
}
.woocommerce-cart .wc-block-components-sidebar-layout {
  display: block;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart .wc-block-cart-item__total,
.woocommerce-cart .wc-block-cart-items__header-total,
.woocommerce-cart .wc-block-cart-item__prices {
  display: none;
}

.error-404-title h1 {
  font-size: 6rem;
}

.text-center {
  text-align: center;
}

.site-branding.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  gap: 16px;
  width: 100% !important;
  max-width: 380px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.woocommerce-message {
  background-color: #94C11C;
}

.quantity .qty{
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}

html .storefront-full-width-content .site-main ul.products.columns-3 li.product:nth-child(2n) .added_to_cart {
  color: #ffffff;
}

.footer-widget-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.wc-block-grid__product-add-to-cart {
  margin: 0 !important;
}

@media (min-width: 1440.98px) {
  html ul.products li.product .woocommerce-loop-product__title,
  html ul.products li.product .woocommerce-loop-category__title,
  html ul.products li.product .wc-block-grid__product-title,
  html ul.products li.product .wc-block-grid__product-title > a:not(.has-font-size),
  html ul.products .wc-block-grid__product .woocommerce-loop-product__title,
  html ul.products .wc-block-grid__product .woocommerce-loop-category__title,
  html ul.products .wc-block-grid__product .wc-block-grid__product-title,
  html ul.products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size),
  html .wc-block-grid__products li.product .woocommerce-loop-product__title,
  html .wc-block-grid__products li.product .woocommerce-loop-category__title,
  html .wc-block-grid__products li.product .wc-block-grid__product-title,
  html .wc-block-grid__products li.product .wc-block-grid__product-title > a:not(.has-font-size),
  html .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
  html .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title,
  html .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
  html .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size) {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .tax-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error-404-title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 530.98px) {
  header.site-header .col-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 20px !important;
  }
}
@media (max-width: 495.98px) {
  .site-branding.flex {
    max-width: 100%;
    gap: 13px;
  }
  .site-header .site-branding img {
    max-width: 135px !important;
  }
  .site-header .site-branding img:nth-child(1) {
    max-width: 50px !important;
  }
  .site-header .site-branding img:nth-child(2) {
    max-width: 75px !important;
  }
}/*# sourceMappingURL=style.css.map */