/*
Theme Name: HATTRICK Theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for HATTRICK. Developed by FASTSITE.
Version: 1.0
Text Domain: hattrick

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
html {
  font-size: 14px;
}

body, p {
  color: #000000;
  font-family: "Barlow", sans-serif !important;
  font-size: 1rem;
}

/*
BUTTONS
*/
.btn {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem 4rem !important;
  background: #000000;
  color: #FFFFFF !important;
  border: solid 2px #000000 !important;
  border-radius: 10rem !important;
}
.btn:after {
  content: url(../../../wp-content/themes/hattrick/assets/svg/arrow_right.svg);
  top: 0;
  bottom: 0;
  line-height: 0 !important;
  margin-right: 3rem !important;
  position: absolute;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
}
.btn.btn-black {
  background: #000000;
  color: #FFFFFF !important;
  border: solid 2px #000000 !important;
}
.btn.btn-green {
  background: #25E688;
  color: #000000 !important;
  border: solid 2px #25E688 !important;
}
.btn.btn-green:after {
  filter: brightness(0);
}
.btn.btn-secondary {
  background: transparent;
  color: #1FBF72 !important;
  border: solid 2px transparent !important;
}
.btn.btn-secondary:after {
  filter: brightness(0);
}

/*
HEADER
*/
header#main-header {
  z-index: 1000;
  background: #000000;
  margin-bottom: 0rem;
  padding-bottom: 2.5rem;
}
header#main-header .container-fluid {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
header#main-header .container-fluid .container-lower {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
header#main-header .container-fluid .container-lower .menu-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > a {
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700 !important;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li.current-menu-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 1rem;
  right: 1rem;
  background: #1fbf72;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li {
  display: flex;
  flex-direction: row;
  width: 100%;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li a {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-decoration: none;
  color: black;
  font-weight: 500;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li.odziez a:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 4rem;
  background-image: url("../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_odziez_fill.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li.obuwie a:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 4rem;
  background-image: url("../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_obuwie_fill.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li.sprzet a:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 4rem;
  background-image: url("../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_odziezpers_fill.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li.akcesoria a:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 4rem;
  background-image: url("../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_akcesoria_fill.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li.puchary a:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 4rem;
  background-image: url("../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_puchary_fill.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
header#main-header .container-fluid .container-lower .menu-wrapper > div {
  display: block;
  position: relative;
  width: 100%;
}
header#main-header .container-fluid .container-upper {
  margin: auto;
  width: 90%;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
}
header#main-header .container-fluid .container-upper p {
  padding: 0 !important;
}
header#main-header .container-fluid .container-upper .logo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100%;
  height: unset;
  width: 20%;
}
header#main-header .container-fluid .container-upper .logo-wrapper a {
  display: flex;
  position: relative;
  max-height: 50%;
  height: 6rem;
  width: auto;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: auto;
}
header#main-header .container-fluid .container-upper .logo-wrapper a img {
  display: block;
  position: relative;
  height: 100% !important;
  max-height: 100% !important;
  width: auto;
  max-width: 100%;
}
header#main-header .container-fluid .container-upper .contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 35%;
}
header#main-header .container-fluid .container-upper .contact-wrapper p {
  display: block;
  position: relative;
  line-height: 2;
  margin: 0 1rem;
}
header#main-header .container-fluid .container-upper .contact-wrapper p a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
}
header#main-header .container-fluid .container-upper .contact-wrapper p.phone a:before {
  content: "";
  background-image: url(../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_phone_fill.svg);
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
header#main-header .container-fluid .container-upper .contact-wrapper p.email a:before {
  content: "";
  background-image: url(../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_mail_fill.svg);
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
header#main-header .container-fluid .container-upper .search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30%;
}
header#main-header .container-fluid .container-upper .search-wrapper form.woocommerce-product-search {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
}
header#main-header .container-fluid .container-upper .search-wrapper form.woocommerce-product-search input[type=search] {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  border: none;
  background: none;
  width: 100%;
  font-size: 1rem !important;
  line-height: 1;
}
header#main-header .container-fluid .container-upper .search-wrapper form.woocommerce-product-search input[type=search]::-moz-placeholder {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500;
  color: #A8A8A8;
}
header#main-header .container-fluid .container-upper .search-wrapper form.woocommerce-product-search input[type=search]:-ms-input-placeholder {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500;
  color: #A8A8A8;
}
header#main-header .container-fluid .container-upper .search-wrapper form.woocommerce-product-search input[type=search]::placeholder {
  font-family: "Barlow", sans-serif !important;
  font-weight: 500;
  color: #A8A8A8;
}
header#main-header .container-fluid .container-upper .search-wrapper form.woocommerce-product-search button {
  position: absolute;
  left: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
}
header#main-header .container-fluid .container-upper .search-wrapper form.woocommerce-product-search button:after {
  content: "\e07a";
  font-family: "iconmonstr-iconic-font";
  position: relative;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  color: #FFFFFF;
}
header#main-header .container-fluid .container-upper .cart-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 15%;
}
header#main-header .container-fluid .container-upper .cart-wrapper p {
  margin: 0 1rem;
}
header#main-header .container-fluid .container-upper .cart-wrapper p.account a {
  display: flex;
  position: relative;
  font-size: 0;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  border-radius: 1rem;
  color: black;
  z-index: 1000;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
header#main-header .container-fluid .container-upper .cart-wrapper p.account a:before {
  content: "";
  background-image: url(../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_user_fill.svg);
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  z-index: -1;
  right: 0;
  top: 0;
}
header#main-header .container-fluid .container-upper .cart-wrapper p.cart a {
  display: flex;
  position: relative;
  background: white;
  width: 1rem;
  font-size: 0.8rem;
  height: 1rem;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  border-radius: 1rem;
  color: black;
  z-index: 1000;
  margin-top: -0.9rem;
}
header#main-header .container-fluid .container-upper .cart-wrapper p.cart a:before {
  content: "";
  background-image: url(../../../wp-content/themes/hattrick/assets/svg/hattrick_icon_cart_fill.svg);
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  left: -0.6rem;
  top: 0.4rem;
  z-index: -1;
}
header#main-header .container-fluid .container-upper .cart-wrapper p.cart a:after {
  content: "";
  display: block;
  background: white;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  position: absolute;
  z-index: -1;
}
header#main-header .container-fluid .container-upper > div {
  width: 25%;
  height: auto;
}

/*     */
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li a {
  position: relative;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li:hover > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 1rem;
  right: 1rem;
  background: #1fbf72;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li:hover > ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu {
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0 !important;
  width: 100%;
  background: #f9f9f9;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li#menu-item-55313 {
  background: #1FBF72;
}
header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li#menu-item-55313 > a {
  color: #FFFFFF;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu {
  flex-direction: row;
  padding-bottom: 1rem;
  border-bottom: solid 2px #1fbf72;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  padding-top: 1rem !important;
  padding-bottom: 2rem !important;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu > li {
  width: 12.5%;
  display: flex;
  flex-direction: column;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu > li a {
  padding: 1rem !important;
  width: 100%;
  height: auto;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu > li ul {
  width: 100%;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu > li > a {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding: 0.5rem 1rem !important;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu > li > ul.sub-menu .current-menu-item > a {
  position: relative;
  color: #1fbf72 !important;
}

header#main-header .container-fluid .container-lower .menu-wrapper ul#top-menu li:not(#menu-item-55313):hover > a {
  color: #1fbf72 !important;
}

/*
FOOTER
*/
footer#main-footer .container .row {
  padding: 2rem 0;
}
footer#main-footer .container .row.row-upper {
  border-bottom: solid 2px #f0f0f0;
}
footer#main-footer .container .row.row-upper .brand-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
footer#main-footer .container .row.row-upper .brand-wrapper .wrapper-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer#main-footer .container .row.row-upper .brand-wrapper .wrapper-inner .logo-wrapper {
  margin-right: 6rem;
}
footer#main-footer .container .row.row-upper .brand-wrapper .wrapper-inner .logo-wrapper img {
  height: 4rem;
}
footer#main-footer .container .row.row-upper .brand-wrapper .wrapper-inner .social-wrapper a {
  background: #25e688;
  color: white;
  text-decoration: none;
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
}
footer#main-footer .container .row.row-upper .menu-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
footer#main-footer .container .row.row-upper .menu-wrapper .wrapper-inner {
  display: block;
  position: relative;
  width: 100%;
}
footer#main-footer .container .row.row-upper .menu-wrapper .wrapper-inner ul.bottom-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer#main-footer .container .row.row-upper .menu-wrapper .wrapper-inner ul.bottom-nav li {
  margin-right: 1.5rem;
}
footer#main-footer .container .row.row-upper .menu-wrapper .wrapper-inner ul.bottom-nav li:last-of-type {
  margin: 0 !important;
}
footer#main-footer .container .row.row-upper .menu-wrapper .wrapper-inner ul.bottom-nav li a {
  font-size: 1rem;
  font-weight: 700;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
footer#main-footer .container .row.row-upper .contactinfo-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
footer#main-footer .container .row.row-upper .contactinfo-wrapper .wrapper-inner {
  display: block;
  position: relative;
  width: 100%;
}
footer#main-footer .container .row.row-upper .contactinfo-wrapper .wrapper-inner p {
  padding: 0;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
footer#main-footer .container .row.row-upper .paymentinfo-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
footer#main-footer .container .row.row-upper .paymentinfo-wrapper .wrapper-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer#main-footer .container .row.row-upper .paymentinfo-wrapper .wrapper-inner img#dotpay {
  max-height: 2rem;
  max-width: 100%;
  width: auto;
}
footer#main-footer .container .row.row-upper .paymentinfo-wrapper .wrapper-inner p {
  font-size: 1rem;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 2rem;
}
footer#main-footer .container .row.row-lower .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer#main-footer .container .row.row-lower .implementation-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
footer#main-footer .container .row.row-lower .implementation-wrapper .wrapper-inner {
  display: block;
  position: relative;
  width: 100%;
}
footer#main-footer .container .row.row-lower .implementation-wrapper .wrapper-inner p {
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
footer#main-footer .container .row.row-lower .implementation-wrapper .wrapper-inner p a {
  text-decoration: none;
  color: #25e688;
}

.bootstrap-component {
  /* NAVIGATION */
}
.bootstrap-component .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-component .nav-link {
  display: block;
}
.bootstrap-component .nav-link.disabled {
  color: #aaaaaa;
  pointer-events: none;
  cursor: default;
}
.bootstrap-component .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.bootstrap-component .nav-tabs .nav-link.disabled {
  color: #aaaaaa;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-component .nav-tabs .dropdown-menu {
  margin-top: -2px;
}
.bootstrap-component .nav-pills .nav-link.active,
.bootstrap-component .nav-pills .show > .nav-link {
  color: red;
  background-color: #f0f0f0;
}
.bootstrap-component .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap-component .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap-component .tab-content > .tab-pane {
  display: none;
}
.bootstrap-component .tab-content > .active {
  display: block;
}

div#product-details {
  padding-top: 2rem;
}

div#product-details h5 {
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

div#product-details .bootstrap-component {
  width: 100%;
  padding: 2rem;
  border: solid 2px #f0f0f0;
  border-radius: 0.5rem;
  background: white;
}

div#product-details .bootstrap-component .nav-link {
  display: block;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  text-decoration: none;
}

div#product-details .bootstrap-component .nav-tabs .nav-link.active {
  border-bottom: solid 2px #25e688;
}

.bootstrap-component .nav-tabs {
  border: none;
  padding-bottom: 1rem;
}

.bootstrap-component .tab-content h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  color: #666666;
  padding-bottom: 0.5rem;
}

.bootstrap-component .tab-content .description {
  font-size: 0.875rem !important;
}

/*
MODULES
*/
section .row.before-main {
  padding: 1rem 0;
}
section .row.before-main .col .hattrick-breadcrumb {
  padding-left: 1rem;
  border-left: solid 2px #25e688;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
}
section .row.before-main .col .hattrick-breadcrumb i {
  color: #1ebf71;
  padding: 0 0.5rem;
}
section .row.before-main .col .hattrick-breadcrumb a {
  font-weight: 700;
  text-decoration: none;
  color: black;
}

.grid.products-grid {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.grid.products-grid .box-single-product {
  padding: 0;
  width: calc((100% - 3rem) / 4);
  display: block;
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.grid.products-grid .box-single-product:nth-of-type(4n) {
  margin-right: 0;
}
.grid.products-grid .box-single-product .box-inner {
  border: solid 2px #f0f0f0;
  height: 100%;
  padding: 0.5rem;
}
.grid.products-grid .box-single-product .box-inner .product-image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.grid.products-grid .box-single-product .box-inner .product-image img {
  width: 100%;
  max-width: 100%;
}
.grid.products-grid .box-single-product .box-inner .product-info {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
.grid.products-grid .box-single-product .box-inner .product-info h6.product-name {
  text-align: center;
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.grid.products-grid .box-single-product .box-inner .product-info h6.product-name a {
  text-decoration: none;
  color: inherit;
}
.grid.products-grid .box-single-product .box-inner .product-info p.prices {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid.products-grid .box-single-product .box-inner .product-info p.prices span {
  font-weight: 700;
  padding: 0 0.25rem;
  line-height: 1;
}
.grid.products-grid .box-single-product .box-inner .product-info p.prices span.regular-price {
  text-decoration: line-through;
  font-size: 0.8rem;
}
.grid.products-grid .box-single-product .box-inner .product-info p.prices span.current-price {
  font-size: 1.2rem;
  color: #1ebf71;
}
.grid.products-grid .box-single-product .box-inner .product-info .product-buttons {
  text-align: center;
  padding-top: 1rem;
}
.grid.products-grid .box-single-product .box-inner .product-info .product-buttons p a.product-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}
.grid.products-grid .box-single-product .box-inner .product-info .product-buttons p a.product-button.product-details:after {
  content: url(../../../wp-content/themes/hattrick/assets/svg/arrow_right.svg);
  margin-left: 0.5rem;
  padding: 0.5rem;
  border-radius: 1rem;
  background: #25e688;
  line-height: 1;
  font-size: 0;
}

.column-header {
  padding-bottom: 1rem;
}
.column-header h4 {
  font-weight: 700;
}

.box.filters-box {
  padding: 1rem;
  border: solid 2px #f0f0f0;
  border-radius: 0.5rem;
}
.box.filters-box form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.box.filters-box form .form-group h6 {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-bottom: 0.35rem;
}
.box.filters-box form .form-group label {
  font-size: 0.875rem;
}
.box.filters-box form .form-group.product-category label {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.box.filters-box form .form-group.product-category label input {
  margin-right: 0.5rem;
}
.box.filters-box form .form-group.product-price label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.box.filters-box form .form-group.product-price label input {
  width: calc(50% - 0.5rem);
}

.box.filters-box form .form-group input[type=number] {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0 !important;
  border: navajowhite;
  border-bottom: solid 2px #25e688;
}
.box.filters-box form input[type=submit] {
  display: block;
  width: 100%;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  padding: 0.75rem 0.5rem;
  background: #1ebf71;
  color: white;
  border: none;
  border-radius: 0.5rem;
  -webkit-appearance: unset;
}

.box.filters-box {
  background-color: #FFFFFF;
}
.box.filters-box form .form-group h6 {
  width: 100%;
}
.box.filters-box form .form-group.product-price {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box.filters-box form .form-group.product-price label {
  width: calc(50% - 0.5rem);
}
.box.filters-box form .form-group.product-price label input {
  width: 100% !important;
}

.box.filters-box form .form-group.product-size-eur {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.box.filters-box form .form-group.product-size-eur label {
  font-weight: 500;
}
.box.filters-box form .form-group.product-size-eur label input {
  position: relative;
  -webkit-appearance: unset;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 2px;
}
.box.filters-box form .form-group.product-size-eur ul {
  border-radius: 4px;
  border: solid 2px #f0f0f0;
  padding: 2px;
  margin: 0px 2px 2px 0px;
}
.box.filters-box form .form-group.product-manufacturer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.box.filters-box form .form-group.product-manufacturer label {
  font-weight: 500;
}
.box.filters-box form .form-group.product-manufacturer label input {
  position: relative;
  -webkit-appearance: unset;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 2px;
}
.box.filters-box form .form-group.product-manufacturer ul {
  border-radius: 4px;
  border: solid 2px #f0f0f0;
  padding: 2px;
  margin: 0px 2px 2px 0px;
}
.box.filters-box form .form-group.product-manufacturer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.box.filters-box form .form-group.product-manufacturer label {
  font-weight: 500;
}
.box.filters-box form .form-group.product-manufacturer label input {
  position: relative;
  -webkit-appearance: unset;
  width: 0.875rem;
  height: 0.875rem;
}
.box.filters-box form .form-group.product-manufacturer ul {
  border-radius: 4px;
  border: solid 2px #f0f0f0;
  padding: 2px;
  margin: 0px 2px 2px 0px;
}
.box.filters-box form .form-group.product-category label {
  font-weight: 500;
}
.box.filters-box form .form-group.product-category label input {
  position: relative;
  -webkit-appearance: unset;
  width: 0.875rem;
  height: 0.875rem;
}
.box.filters-box form .form-group.product-price label {
  position: relative;
}
.box.filters-box form .form-group.product-price label:after {
  content: "PLN";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: calc(100% - 2rem);
  right: 0;
}
.box.filters-box form .form-group.product-price label input[type=number] {
  padding-right: 2rem !important;
}

.grid.products-grid .box-single-product .box-inner {
  background-color: white;
}

input[type=checkbox]:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  position: absolute;
  top: 0;
  left: 0;
  color: #666666;
  /* font-weight: 700; */
  font-size: 1rem;
}
input[type=checkbox]:checked:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  color: #1ebf71;
  font-weight: 700;
  font-size: 1rem;
}

/* SINGLE PRODUCT */
.product-sliders-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-sliders-wrapper .product-slider-nav {
  width: 17.5%;
  margin-right: 2.5%;
}
.product-sliders-wrapper .product-slider-nav .slick-slide {
  padding: 0.5rem;
}
.product-sliders-wrapper .product-slider-nav .slick-slide.slick-current img {
  border: solid 2px #1FBF72 !important;
}
.product-sliders-wrapper .product-slider-nav .slick-slide:not(.slick-current) img {
  border: solid 2px #e6e6e6;
}
.product-sliders-wrapper .product-slider-nav .slick-slide img {
  border-radius: 0.5rem;
}
.product-sliders-wrapper .product-slider-main {
  width: 80%;
}
.product-sliders-wrapper .product-slider-main .slick-slide {
  padding: 0.5rem;
  border: solid 2px #e6e6e6;
  border-radius: 0.5rem;
}
.product-sliders-wrapper .product-slider-main .slick-slide img {
  border-radius: 0.5rem;
}

.product-info-box {
  display: block;
  position: relative;
  width: 100%;
}
.product-info-box .box-heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.product-info-box .box-heading h2.product-name {
  font-weight: 700;
  line-height: 1.25;
}
.product-info-box .box-content {
  display: block;
  position: relative;
  width: 100%;
}
.product-info-box .box-content .box-content-inner {
  padding: 3rem;
  background: #f8f8f8;
  border-radius: 0.5rem;
}
.product-info-box .box-content .box-content-inner .price-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.product-info-box .box-content .box-content-inner .price-wrapper p.prices {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-info-box .box-content .box-content-inner .price-wrapper p.prices span {
  margin-right: 1rem;
}
.product-info-box .box-content .box-content-inner .price-wrapper p.prices span.current-price {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #1fbf72;
}
.product-info-box .box-content .box-content-inner .price-wrapper p.prices span.regular-price {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: line-through;
}
.product-info-box .box-content .box-content-inner p.product-instock {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #aeaeae;
}
.product-info-box .box-content .box-content-inner p.product-instock span.availability {
  color: #25E688;
}
.product-info-box .box-content .box-content-inner form.cart {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.product-info-box .box-content .box-content-inner form.cart.variations_form {
  flex-wrap: wrap;
}
.product-info-box .box-content .box-content-inner form.cart .variation-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.product-info-box .box-content .box-content-inner form.cart .variation-wrapper label {
  display: inline-flex;
  position: relative;
  margin-right: 1rem;
  cursor: pointer;
}
.product-info-box .box-content .box-content-inner form.cart .variation-wrapper label input {
  -webkit-appearance: none;
}
.product-info-box .box-content .box-content-inner form.cart .variation-wrapper label input:checked + span {
  border: solid 2px #25e688;
  color: #25e688;
}
.product-info-box .box-content .box-content-inner form.cart .variation-wrapper label span {
  padding: 0.75rem 1.25rem;
  border: solid 2px #e6e6e6;
  border-radius: 0.5rem;
  background: white;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product-info-box .woocommerce-message:before {
  color: #25E688 !important;
}
.product-info-box .woocommerce-message a {
  padding: 1rem 2rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  background: #25E688;
  border: solid 2px #25E688 !important;
  border-radius: 10rem !important;
  text-transform: uppercase;
}
.product-info-box .woocommerce-message a:hover {
  background: #25E688;
}

section.cart-content.regular-section .row > .col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.cart-content.regular-section .row > .col .cart-collaterals {
  width: calc(33.3333333333% - 1rem) !important;
  padding: 2rem;
  background: #F8F8F8;
  border-radius: 0.5rem;
}
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals h2 {
  display: none;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table {
  display: none;
  width: 100%;
}
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr th,
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr td {
  font-size: 1.25rem;
  text-align: left;
  width: 100%;
  color: #808080;
  font-weight: 700;
}
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr.order-total th,
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr.order-total td {
  color: black !important;
}
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr.cart-subtotal {
  display: none;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(66.6666666667% - 1rem) !important;
  margin-right: 2rem;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table thead {
  font-weight: 700;
  text-align: left;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table thead th {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr {
  border-top: solid 1px #cccccc;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td {
  line-height: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #808080;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-remove a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  text-decoration: none;
  background: white;
  font-size: 2rem;
  color: white;
  border-radius: 2rem;
  text-transform: uppercase;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-remove a:before {
  content: "\e08d";
  font-family: "iconmonstr-iconic-font";
  color: #25e688;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1.5rem;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-thumbnail {
  max-width: 5rem;
  position: relative;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-thumbnail img {
  display: block;
  max-width: 100%;
  position: relative;
  width: auto;
  max-height: 100%;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-name a {
  text-decoration: underline;
  color: #808080;
  font-weight: 700 !important;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-quantity,
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody th td.product-quantity {
  max-width: 5rem;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-quantity .quantity {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-quantity .quantity input {
  display: block;
  position: relative;
  width: 100%;
  min-width: unset !important;
  border: solid 1px #f0f0f0;
  padding: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #808080;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions {
  width: 100%;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions button.button[name=update_cart] {
  width: auto;
  float: none;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 0.5rem 1rem !important;
  background: #000000;
  color: #FFFFFF !important;
  border: solid 2px #000000 !important;
  border-radius: 10rem !important;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  margin-top: 0.5rem;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 50%;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon button {
  width: auto;
  float: none;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 0.5rem 1rem !important;
  background: #000000;
  color: #FFFFFF !important;
  border: solid 2px #000000 !important;
  border-radius: 10rem !important;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon input#coupon_code {
  width: 10rem;
  display: block;
  position: relative;
  float: none;
  display: block;
  position: relative;
  min-width: unset !important;
  border: solid 1px #f0f0f0;
  padding: 1rem;
  line-height: 1;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #808080;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  background: white;
}

.box.dashboard-box .woocommerce-MyAccount-content {
  display: block;
  width: 100%;
  float: none;
  padding: 2rem 1rem;
  background: white;
  border: solid 2px #f8f8f8;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li {
  padding: 0.5rem 1rem;
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: white;
  background: #F8F8F8;
}
.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #666666;
  text-decoration: none;
}
.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  background: white;
}
.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: black;
}
.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #1FBF72;
}
.box.dashboard-box .woocommerce-MyAccount-content > p {
  margin-bottom: 1rem;
  font-weight: 700;
}
.box.dashboard-box .woocommerce-MyAccount-content table.my_account_orders {
  background: white;
}
.box.dashboard-box .woocommerce-MyAccount-content table.my_account_orders a.woocommerce-button.button.view {
  width: auto;
  float: none;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 0.5rem 1rem !important;
  background: #000000;
  color: #FFFFFF !important;
  border: solid 2px #000000 !important;
  border-radius: 10rem !important;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  width: auto;
  float: none;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 0.5rem 1rem !important;
  background: #000000;
  color: #FFFFFF !important;
  border: solid 2px #000000 !important;
  border-radius: 10rem !important;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}
.woocommerce-account .addresses .title h3 {
  display: block;
  float: none;
  width: auto;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5rem;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  flex-direction: row;
}
.woocommerce .col2-set > div,
.woocommerce-page .col2-set > div {
  float: none;
}

.woocommerce-page .col2-set div.u-column1.col-1.woocommerce-Address,
.woocommerce-page .col2-set div.u-column2.col-2.woocommerce-Address {
  width: calc((100% - 1rem) / 2);
  padding: 1rem !important;
  border-radius: 0;
  background: white;
}

.woocommerce-page .col2-set div.u-column1.col-1.woocommerce-Address {
  margin-right: 1rem;
}

.woocommerce-page .col2-set .woocommerce-Address header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.box.dashboard-box a {
  color: inherit;
  text-decoration: underline;
}
.box.dashboard-box input:not([type=checkbox]),
.box.dashboard-box input:not([type=checkbox]),
.box.dashboard-box textarea {
  display: block;
  position: relative;
  width: 100%;
  min-width: unset !important;
  border: solid 1px #f0f0f0;
  padding: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #808080;
}
.box.dashboard-box button.button[name=save_account_details],
.box.dashboard-box button.button[name=save_address] {
  font-family: "Barlow", sans-serif;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem 4rem !important;
  background: #25e688;
  color: #FFFFFF !important;
  border: solid 2px #25e688 !important;
  border-radius: 10rem !important;
  text-align: center;
  justify-content: center;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f8f8f8 !important;
}
#add_payment_method #payment button,
.woocommerce-cart #payment button,
.woocommerce-checkout #payment button {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem 4rem !important;
  background: #25E688;
  color: #000000 !important;
  border: solid 2px #25E688 !important;
  border-radius: 10rem !important;
}
#add_payment_method #payment button:after,
.woocommerce-cart #payment button:after,
.woocommerce-checkout #payment button:after {
  content: url(../../../wp-content/themes/hattrick/assets/svg/arrow_right.svg);
  top: 0;
  bottom: 0;
  line-height: 0 !important;
  margin-right: 3rem !important;
  position: absolute;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  filter: brightness(0);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: white;
  border: solid 2px black;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: white;
}

.woocommerce table.shop_table {
  background: white;
}

div#customer_details {
  background: white;
  border: solid 2px #f8f8f8;
  border-radius: 0;
  margin-bottom: 1rem;
}

.woocommerce form .form-row#billing_club_field {
  border: solid 4px #25E688;
  padding: 3rem 2rem;
}
.woocommerce form .form-row#billing_club_field label {
  font-size: 1.5rem;
  font-weight: 500;
}
.woocommerce form .form-row#billing_club_field select {
  padding: 1rem;
  border: solid 1px #f0f0f0;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-billing-fields label,
.shipping_address label {
  font-weight: 700 !important;
}
.woocommerce-billing-fields input:not([type=checkbox]),
.woocommerce-billing-fields select#billing_club,
.shipping_address input:not([type=checkbox]),
.shipping_address select#billing_club {
  border: 2px solid #A8A8A8 !important;
}

.woocommerce-additional-fields label {
  font-weight: 700 !important;
}
.woocommerce-additional-fields textarea#order_comments {
  border: 2px solid #A8A8A8 !important;
}

input#submit_przelewy_payment_form {
  padding: 1rem 4rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  background: #25E688;
  border: solid 2px #25E688 !important;
  border-radius: 10rem !important;
  margin-right: 2rem;
}
input#submit_przelewy_payment_form ~ a.cancel {
  padding: 1rem 4rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  background: #000000;
  border: solid 2px #000000 !important;
  border-radius: 10rem !important;
}

.woocommerce-order {
  padding: 1rem;
  background: white;
  border: solid 2px #f8f8f8;
  /* font-weight: 700; */
}

.woocommerce-order p {
  font-weight: 700;
}

.woocommerce .woocommerce-customer-details address {
  padding: 1rem;
  border: solid 2px #f0f0f0;
  font-weight: 700;
}

.woocommerce ul.order_details {
  font-weight: 700;
}

.woocommerce table.shop_table {
  font-weight: 700;
}

.woocommerce table.shop_table a {
  color: inherit;
}

.loadmore {
  display: block;
  width: 100%;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  padding: 0.75rem 0.5rem;
  background: #1ebf71;
  color: white;
  border: none;
  border-radius: 0.5rem;
  -webkit-appearance: unset;
  text-align: center;
  cursor: pointer;
}

.club-cta-component {
  background: #1FBF72;
  padding: 1rem;
  height: 100%;
}
.club-cta-component .component-inner {
  padding: 1rem;
  border: solid 2px #ffffff;
}
.club-cta-component .box-top h2 {
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.club-cta-component .box-top p {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.club-cta-component .box-bottom {
  margin-top: 1rem;
}

.row.before-main.club-header-row {
  padding: 2rem 0 !important;
  position: relative;
}

.gradient {
  height: 1rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

html {
  font-size: 16px;
}

body,
p {
  line-height: 1.5;
}

p:not(:last-of-type) {
  padding-bottom: 1rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.35rem;
}

h6 {
  font-size: 1.1rem;
}

/* GRID */
section.regular-section {
  padding: 4rem 0;
}
/* HOMEPAGE */
section#home-slider .container-fluid .row .col.col-md-12.col-12 {
  padding: 0;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container {
  min-height: 60vh;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-slide {
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  height: auto;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-slide .slide-inner {
  width: 90%;
  max-width: 1440px;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-slide .slide-content {
  font-weight: 700;
  text-transform: uppercase;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-slide .slide-content h1 {
  color: #1fbf72;
  line-height: 1;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-slide .slide-content h2 {
  color: #14804c;
  line-height: 1;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-slide .slide-content a.btn {
  margin-top: 1rem;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin: auto;
  bottom: 9rem;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper .swiper-button-prev,
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0 !important;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper .swiper-button-prev:after,
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper .swiper-button-next:after {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  opacity: 1;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper .swiper-button-prev {
  margin-right: 1rem !important;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper .swiper-button-prev:after {
  border: solid 2px #FFFFFF;
  color: #FFFFFF;
}
section#home-slider .container-fluid .row .col.col-md-12.col-12 .swiper-container .swiper-buttons-wrapper .swiper-button-next:after {
  border: solid 2px #000000;
  background: #000000;
  color: #25E688;
}

section#brands-section .container-fluid .col.col-md-6.col-12 {
  padding: 0;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box .brand-name {
  font-weight: 700;
  line-height: 1;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box .brand-description {
  text-transform: uppercase;
  font-weight: 700;
  color: #1FBF72;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box .brand-description span.number {
  color: #000000;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box .box-bottom {
  margin-top: 1rem;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box.align-right .box-top {
  text-align: right;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box.align-right .box-bottom {
  text-align: right;
}
section#brands-section .container-fluid .col.col-md-6.col-12 .brand-box .box-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 4rem 2rem;
  width: 100%;
  max-width: 720px;
}
section#brands-section .container-fluid .col.col-md-6.col-12:nth-of-type(1) .brand-box .box-inner {
  margin-left: auto;
  margin-right: 0;
}
section#brands-section .container-fluid .col.col-md-6.col-12:nth-of-type(2) .brand-box .box-inner {
  margin-left: 0;
  margin-right: auto;
}

section#loyalty .container-fluid .col.col-md-6.col-12 {
  padding: 0;
  background-size: cover;
  background-position: center center;
}
section#loyalty .container-fluid .col.col-md-6.col-12 .loyalty-box h3 {
  background: white;
  display: table;
  padding: 1rem;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  width: auto;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1;
}
section#loyalty .container-fluid .col.col-md-6.col-12 .loyalty-box h4 {
  color: #25e688;
  font-weight: 700;
  margin-bottom: 1rem;
}
section#loyalty .container-fluid .col.col-md-6.col-12 .loyalty-box p {
  color: white;
}
section#loyalty .container-fluid .col.col-md-6.col-12 .loyalty-box a.btn {
  margin-top: 1rem;
}
section#loyalty .container-fluid .col.col-md-6.col-12 .loyalty-box .box-inner {
  display: block;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 4rem 2rem;
  width: 100%;
  max-width: 720px;
}
section#loyalty .container-fluid .col.col-md-6.col-12:nth-of-type(2) {
  background: #000000;
}
section#loyalty .container-fluid .col.col-md-6.col-12:nth-of-type(2) .loyalty-box .box-inner {
  margin-left: 0;
  margin-right: auto;
}

section#recommended .section-header {
  padding-bottom: 3rem;
}
section#recommended .section-header .text-box {
  display: block;
  position: relative;
}
section#recommended .section-header .text-box .box-inner {
  display: block;
  position: relative;
}
section#recommended .section-header .text-box .box-inner h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  background: #000000;
  display: table;
  padding: 1rem;
  line-height: 1;
}

a.checkout-button.button.alt.wc-forward:after {
  content: url(../../../wp-content/themes/hattrick/assets/svg/arrow_right.svg);
  top: 0;
  bottom: 0;
  line-height: 0 !important;
  margin-right: 3rem !important;
  position: absolute;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
}

a.checkout-button.button.alt.wc-forward {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem 4rem !important;
  background: #25e688;
  color: #ffffff !important;
  border: solid 2px #25e688 !important;
  border-radius: 10rem !important;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 50%;
  flex: unset;
  max-width: unset;
  float: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 50%;
  max-width: unset;
  flex: unset;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  flex-direction: revert;
  width: 100%;
}

input[type=checkbox] {
  position: relative;
}

.woocommerce-billing-fields input:not([type=checkbox]),
.woocommerce-shipping-fields input:not([type=checkbox]),
.woocommerce-additional-fields textarea {
  display: block;
  position: relative;
  width: 100%;
  min-width: unset !important;
  border: solid 1px #f0f0f0;
  padding: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #808080;
}

.product-sliders-wrapper .product-slider-nav button.slick-prev.slick-arrow {
  display: block !important;
  height: 2rem;
  line-height: 0;
  font-size: 0;
  padding: 0;
  background: transparent;
  border: unset;
  width: 2rem;
  margin: auto;
  margin-bottom: 1rem;
  position: relative;
}

.product-sliders-wrapper .product-slider-nav button.slick-next.slick-arrow {
  display: block !important;
  height: 2rem;
  line-height: 0;
  font-size: 0;
  padding: 0;
  background: transparent;
  border: unset;
  width: 2rem;
  margin: auto;
  margin-top: 1rem;
  position: relative;
}

.product-sliders-wrapper .product-slider-nav button.slick-prev.slick-arrow:after {
  content: "\e010";
  font-family: "iconmonstr-iconic-font";
  color: #1fbf72;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  font-size: 2rem !important;
}

.product-sliders-wrapper .product-slider-nav button.slick-next.slick-arrow:after {
  content: "\e00f";
  font-family: "iconmonstr-iconic-font";
  color: #1fbf72;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  font-size: 2rem !important;
}

.product-info-box .box-content .box-content-inner form.cart .quantity {
  display: block;
  position: relative;
}

.product-info-box .box-content .box-content-inner form.cart .quantity label.screen-reader-text {
  display: block;
  height: unset;
  font-size: 1rem;
  width: unset;
  position: relative !important;
  clip: unset;
  font-weight: 700;
  font-size: 0.75rem;
  color: black !important;
  height: auto;
  -webkit-clip-path: unset;
          clip-path: unset;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.product-info-box .box-content .box-content-inner form.cart .quantity input#quantity {
  display: block;
  position: relative;
  width: 7rem;
  min-width: unset !important;
  border: solid 1px #f0f0f0;
  padding: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #808080;
  text-align: left;
}

button.single_add_to_cart_button.button.alt {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem 4rem !important;
  border-radius: 10rem !important;
  background: #25e688;
  color: #000000 !important;
  border: solid 2px #25e688 !important;
  font-family: "Barlow", sans-serif;
}
button.single_add_to_cart_button.button.alt:hover {
  background: #25e688;
  color: #000000 !important;
  border: solid 2px #25e688 !important;
}
button.single_add_to_cart_button.button.alt:after {
  content: url(../../../wp-content/themes/hattrick/assets/svg/arrow_right.svg);
  top: 0;
  bottom: 0;
  line-height: 0 !important;
  margin-right: 3rem !important;
  position: absolute;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  filter: invert(1);
}

h6.prices-header {
  font-weight: 700;
}

div#product-summary .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.woocommerce-notices-wrapper {
  height: unset;
  display: block;
  width: 100%;
}
.woocommerce-notices-wrapper ul.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
  height: unset;
  border: solid 2px #000000;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  background: white;
  font-weight: 700;
}

ul.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  height: unset;
  border: solid 2px #000000;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  background: white;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */