@charset "UTF-8";
/* Theme Name: FootballChallenge 
 * Theme URI: https://pierwszastronamedalu.pl
 * Description: FootballChallenge theme
 * Author: Pierwszastronamedalu.pl
 * Author URI: https://pierwszastronamedalu.pl
 * Template: hello-elementor
 * Version: 1.0.1
 * Text Domain: FootballChallenge */
.wpcf7-submit {
  border: none !important;
}
.wpcf7-submit:hover {
  opacity: 0.7;
}

table.tablepress th {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

mark {
  background: none !important;
}

aside h5 {
  margin: 0 0 10px 0;
}

.elementor-location-footer .elementor-post a:hover {
  color: var(--e-global-color-primary) !important;
}
.massfooter p {
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce ul.products li a img {
  margin: 0 !important;
}
.woocommerce ul.products li .price {
  display: none !important;
}
.woocommerce ul.products li .onsale {
  display: none !important;
}
.woocommerce ul.products li .button {
  display: none !important;
}
.woocommerce .stock.in-stock {
  display: none;
}
.woocommerce .stock.out-of-stock {
  font-weight: 700;
  font-size: 20px;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
  background: var(--e-global-color-primary) !important;
  display: inline-block !important;
  padding: 15px 30px !important;
}
.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
  background: var(--e-global-color-secondary) !important;
  color: #fff !important;
}

.woocommerce .elementor-widget-woocommerce-product-content h2 {
  color: var(--e-global-color-primary) !important;
}
.woocommerce .single_add_to_cart_button {
  margin-left: 0 !important;
}
.woocommerce .quantity {
  display: none !important;
}

body:not(.single-product-variations) .variations-info {
  display: none;
}

.single-product-variations .elementor-add-to-cart {
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 10px;
}
.single-product-variations .elementor-add-to-cart select {
  background-color: #fff !important;
}
.single-product-variations .variations {
  margin: 0 !important;
}
.single-product-variations .variations tbody {
  boder: none !important;
}
.single-product-variations .variations tbody tr th, .single-product-variations .variations tbody tr td {
  background: none !important;
  padding: 5px 5px !important;
}
.single-product-variations .variations .reset_variations {
  display: none !important;
}
.single-product-variations .woocommerce-variation-description p {
  margin: 0 !important;
}
.single-product-variations .elementor-widget-woocommerce-product-price {
  display: none;
}
.single-product-variations .woocommerce-variation-price {
  margin: 0 0 10px 0;
  color: var(--e-global-color-primary) !important;
}
.single-product-variations .woocommerce-variation-price * {
  color: var(--e-global-color-primary) !important;
}

.woocommerce-cart .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table thead tr th {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table thead tr th.product-quantity, .woocommerce-cart form.woocommerce-cart-form table.shop_table thead tr th.product-subtotal {
  display: none !important;
  width: 1%;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table thead tr th.product-remove {
  width: 1%;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table thead tr th.product-thumbnail {
  width: 1%;
  min-width: 90px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table thead tr th.product-thumbnail img {
  min-width: 90px;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table thead tr th.product-price {
  text-align: center;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr td {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
  padding: 5px 0 2px 0 !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail img {
  width: 80px !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr td.product-name {
  font-weight: 600 !important;
  font-size: 17px !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr td.product-quantity, .woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
  display: none !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody tr td.product-price {
  text-align: center;
  white-space: nowrap;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody .coupon {
  float: right !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody .coupon #coupon_code {
  width: 120px !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody .coupon button[type=submit] {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody .coupon button[type=submit]:hover {
  border: 1px solid var(--e-global-color-secondary) !important;
  background: var(--e-global-color-secondary) !important;
  color: #fff !important;
}
.woocommerce-cart .cart-collaterals {
  text-align: center !important;
}
.woocommerce-cart .cart-collaterals table th {
  vertical-align: middle !important;
}
.woocommerce-cart .cart-collaterals table td {
  vertical-align: middle !important;
}
.woocommerce-cart .cart-collaterals table tr.cart-subtotal,
.woocommerce-cart .cart-collaterals table tr.woocommerce-shipping-totals {
  text-align: center !important;
}
.woocommerce-cart .cart-collaterals table tr.cart-subtotal ul li:last-child,
.woocommerce-cart .cart-collaterals table tr.woocommerce-shipping-totals ul li:last-child {
  margin: 0 !important;
}
.woocommerce-cart .cart-collaterals table tr.cart-subtotal ul li div,
.woocommerce-cart .cart-collaterals table tr.woocommerce-shipping-totals ul li div {
  display: none !important;
}
.woocommerce-cart .cart-collaterals table tr.cart-subtotal ul li p,
.woocommerce-cart .cart-collaterals table tr.woocommerce-shipping-totals ul li p {
  margin: 0 !important;
}
.woocommerce-cart .cart-collaterals table tr.cart-subtotal .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .cart-collaterals table tr.order-total {
  text-align: center !important;
}
.woocommerce-cart ul#shipping_method li input {
  vertical-align: middle !important;
  margin-top: 0 !important;
}
.woocommerce-cart .checkout-button br {
  display: none !important;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table tbody .coupon #coupon_code {
  width: 180px !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce-checkout h3#order_review_heading {
  text-align: center;
  margin: 60px 0 20px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  margin: 0 auto;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tbody > tr:nth-child(odd) > td, .woocommerce-checkout .woocommerce-checkout-review-order table table tbody > tr:nth-child(odd) > th {
  background: #fff !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .product-quantity {
  display: none;
}
.woocommerce-checkout #order_review {
  max-width: 900px;
  margin: 0 auto 150px auto;
}
.woocommerce-checkout .woocommerce-shipping-methods input[type=radio] {
  vertical-align: middle !important;
  margin-top: 0 !important;
}
.woocommerce-checkout .place-order button {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}
.woocommerce-checkout .place-order button:hover {
  background: var(--e-global-color-secondary) !important;
  color: #fff !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper br {
  display: none;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
  color: #000 !important;
}

.return-to-shop .button.wc-backward {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}
.return-to-shop .button.wc-backward:hover {
  background: var(--e-global-color-primary) !important;
  color: #000 !important;
}
.return-to-shop .button.wc-backward br {
  display: none;
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
  min-width: 1.3em !important;
  height: 1.3em !important;
  line-height: 1.3em !important;
  font-size: 14px !important;
  font-family: arial;
}

@media (max-width: 480px) {
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart, .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form) {
    display: block !important;
  }
  .woocommerce div.product form.cart div.quantity {
    float: none !important;
    padding: 0 0 10px 0 !important;
  }
  .woocommerce div.product form.cart .button {
    float: none !important;
    margin-left: 0 !important;
  }
}
.woocommerce-mini-cart__empty-message {
  visibility: hidden;
  position: relative;
  font-size: 0;
}
.woocommerce-mini-cart__empty-message:after {
  font-size: 16px;
  visibility: visible;
  position: relative;
  content: "Brak produktów w koszyku.";
}

.easypack-shipping-method-logo {
  display: none !important;
}

.challenges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.challenges .item {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  maxi-width: 400px;
}
.challenges .item .thumb {
  margin-bottom: 5px;
}
.challenges .item .thumb img {
  max-width: 100%;
}
.challenges .item .title {
  color: var(--e-global-color-primary);
  font-size: 24px;
  font-weight: 600;
}
.challenges .item .desc {
  margin: 0 0 5px 0;
}
.challenges .item .price {
  color: var(--e-global-color-primary);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

@media (max-width: 1024px) {
  .challenges .item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .challenges .item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .challenges .item {
    flex: 1 1 100%;
  }
}