@charset "UTF-8";
/*

Theme Name: POLISH YOUR COOKING theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: polish-your-cooking-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
/* Chrome, Safari, Edge, Opera */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:wght@400;500;600;700;800;900&display=swap");
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

*:focus {
  outline: none !important;
}

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;
  -webkit-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box; /* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
:root {
  --fs-16: clamp(1.4rem, 1.1862rem + 0.22vw, 1.6rem);
  --fs-18: clamp(1.5rem, 1.1793rem + 0.32vw, 1.8rem);
  --fs-20: clamp(1.6rem, 1.1724rem + 0.43vw, 2rem);
  --fs-22: clamp(1.7rem, 1.1655rem + 0.54vw, 2.2rem);
  --fs-24: clamp(1.8rem, 1.1586rem + 0.65vw, 2.4rem);
  --fs-26: clamp(1.9rem, 1.1517rem + 0.75vw, 2.6rem);
  --fs-28: clamp(2rem, 1.1448rem + 0.86vw, 2.8rem);
  --fs-30: clamp(2.1rem, 1.1379rem + 0.97vw, 3rem);
  --fs-32: clamp(2.2rem, 1.131rem + 1.08vw, 3.2rem);
  --fs-34: clamp(2.3rem, 1.1241rem + 1.1900000000000002vw, 3.4rem);
  --fs-36: clamp(2.4rem, 1.1172rem + 1.29vw, 3.6rem);
  --fs-38: clamp(2.5rem, 1.1103rem + 1.4000000000000001vw, 3.8rem);
  --fs-40: clamp(2.6rem, 1.1034rem + 1.51vw, 4rem);
  --fs-42: clamp(2.7rem, 1.0966rem + 1.6199999999999999vw, 4.2rem);
  --fs-44: clamp(2.8rem, 1.0897rem + 1.72vw, 4.4rem);
  --fs-46: clamp(2.9rem, 1.0828rem + 1.83vw, 4.6rem);
  --fs-48: clamp(3rem, 1.0759rem + 1.94vw, 4.8rem);
  --fs-50: clamp(3.1rem, 1.069rem + 2.0500000000000003vw, 5rem);
  --fs-52: clamp(3.2rem, 1.0621rem + 2.16vw, 5.2rem);
  --fs-54: clamp(3.3rem, 1.0552rem + 2.26vw, 5.4rem);
  --fs-56: clamp(3.4rem, 1.0483rem + 2.37vw, 5.6rem);
  --fs-58: clamp(3.5rem, 1.0414rem + 2.48vw, 5.8rem);
  --fs-60: clamp(3.6rem, 1.0345rem + 2.59vw, 6rem);
  --fs-62: clamp(3.7rem, 1.0276rem + 2.69vw, 6.2rem);
  --fs-64: clamp(3.8rem, 1.0207rem + 2.8000000000000003vw, 6.4rem);
  --fs-66: clamp(3.9rem, 1.0138rem + 2.91vw, 6.6rem);
  --fs-68: clamp(4rem, 1.0069rem + 3.02vw, 6.8rem);
  --fs-70: clamp(4.1rem, 1rem + 3.1300000000000003vw, 7rem);
  --fs-72: clamp(4.2rem, 0.9931rem + 3.2300000000000004vw, 7.2rem);
  --fs-74: clamp(4.3rem, 0.9862rem + 3.34vw, 7.4rem);
  --fs-76: clamp(4.4rem, 0.9793rem + 3.45vw, 7.6rem);
  --fs-78: clamp(4.5rem, 0.9724rem + 3.56vw, 7.8rem);
  --fs-80: clamp(4.6rem, 0.9655rem + 3.66vw, 8rem);
  --fs-82: clamp(4.7rem, 0.9586rem + 3.7699999999999996vw, 8.2rem);
  --fs-84: clamp(4.8rem, 0.9517rem + 3.88vw, 8.4rem);
  --fs-86: clamp(4.9rem, 0.9448rem + 3.9899999999999998vw, 8.6rem);
  --fs-88: clamp(5rem, 0.9379rem + 4.09vw, 8.8rem);
  --fs-90: clamp(5.1rem, 0.931rem + 4.2vw, 9rem);
  --fs-92: clamp(5.2rem, 0.9241rem + 4.31vw, 9.2rem);
  --fs-94: clamp(5.3rem, 0.9172rem + 4.42vw, 9.4rem);
}

body,
button,
input,
select,
option,
textarea {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: white;
}

a {
  text-decoration: unset;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

h1 {
  font-size: clamp(3.2rem, 0.5333rem + 3.4722vw, 7.2rem);
}

h2 {
  font-size: clamp(2.2rem, 1.6667rem + 0.6944vw, 3rem);
}

.button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  padding: 1.2rem 1.8rem !important;
  border-radius: 16px !important;
  border: 2px solid transparent !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-transition: all 250ms ease !important;
  -o-transition: all 250ms ease !important;
  transition: all 250ms ease !important;
  font-size: var(--fs-18) !important;
}
.button:after {
  content: "" !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 576px) {
  .button {
    padding: 1rem 1.4rem !important;
    font-size: 1.2rem !important;
  }
}

.big-red-button {
  text-transform: uppercase;
  padding: clamp(1.4rem, 1.1333rem + 0.3472vw, 1.8rem) clamp(2.4rem, 1.8667rem + 0.6944vw, 3.2rem);
  color: white;
  background-color: #e32227;
  border-color: #e32227;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.big-red-button:hover {
  background-color: #ef7c75;
  border-color: #ef7c75;
}
.big-red-button:after {
  margin-left: 4rem !important;
}

.red-button {
  color: white !important;
  background-color: #e32227 !important;
  border-color: #e32227 !important;
}
.red-button:hover {
  background-color: #ef7c75 !important;
  border-color: #ef7c75 !important;
}

.white-button {
  color: black !important;
  background-color: white !important;
  border-color: white !important;
}
.white-button:hover {
  background-color: black !important;
  border-color: white !important;
  color: white !important;
}

.red-search-button {
  color: white;
  background-color: #e32227;
  border-color: #e32227;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: unset;
}
.red-search-button:before {
  content: "";
  margin-right: 1rem;
  width: 1.25vw;
  height: 1.25vw;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.red-search-button:hover {
  background-color: #ef7c75;
  border-color: #ef7c75;
}

.refresh-button {
  font-weight: 500 !important;
  border-width: 1px !important;
}
.refresh-button:after {
  content: "";
  margin-left: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/refresh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-button:before {
  content: "";
  margin-right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/filter.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.filter-button:hover::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.map-button:before {
  content: "";
  margin-right: 1rem;
  width: 1.25vw;
  height: 1.25vw;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/map.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.red-basket-button {
  color: white !important;
  background-color: #e32227 !important;
  border-color: #e32227 !important;
  font-size: 1.4rem !important;
  text-transform: uppercase !important;
  letter-spacing: unset !important;
}
.red-basket-button:before {
  content: "" !important;
  margin-right: 0.8rem !important;
  width: 1.25vw !important;
  height: 1.25vw !important;
  min-width: 1.8rem !important;
  min-height: 1.8rem !important;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-basket.svg");
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.red-basket-button:hover {
  background-color: #ef7c75 !important;
  border-color: #ef7c75 !important;
}

.white-border-button {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}
.white-border-button:hover {
  background-color: #e32227 !important;
  border-color: #e32227 !important;
}

.red-border-button {
  color: white !important;
  background-color: transparent;
  border-color: #e32227 !important;
}
.red-border-button:hover {
  background-color: #e32227;
  border-color: #e32227;
  color: white;
}

.right-arrow:after {
  margin-left: 1.8rem;
  width: 1.25vw;
  height: 1.25vw;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow.svg");
}

.down-arrow:after {
  margin-left: 1.8rem;
  width: 1.25vw;
  height: 1.25vw;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-down-arrow.svg");
}

.red-filter-button {
  color: white;
  background-color: #e32227;
  border-color: #e32227;
}
.red-filter-button:hover {
  background-color: #ef7c75;
  border-color: #ef7c75;
}
.red-filter-button:after {
  margin-left: 1.8rem;
  width: 1.25vw;
  height: 1.25vw;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-filter.svg");
}

.left-arrow:after {
  display: none;
}
.left-arrow:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1.8rem;
  width: 1.25vw;
  height: 1.25vw;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow.svg");
}

.mobile-red-basket-button {
  width: 5.8rem;
  height: 3.5rem;
  min-width: 5.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e32227;
  border-radius: 1rem;
  border: unset;
}
.mobile-red-basket-button:before {
  content: "";
  width: 3.4rem;
  height: 1.9rem;
  min-width: 3.4rem;
  min-height: 1.9rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-basket-mobile.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-red-basket-button:hover {
  background-color: #ef7c75;
}

/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
header {
  height: 7.1875vw;
  position: absolute;
  width: 100%;
  z-index: 1001;
  min-height: 7.2rem;
}
header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3%;
}
header .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
header .logo-wrapper img {
  height: 4.4270833333vw;
  min-height: 5rem;
}
header .lang-wrapper a {
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
}
header .lang-wrapper a:hover {
  color: #e32227;
}
header .mobile-button-wrapper {
  display: none;
}
header .mobile-button-wrapper button.hamburger span.hamburger-inner:after {
  width: 20px;
}
header .mobile-button-wrapper button.hamburger.is-active span.hamburger-inner:after {
  width: 30px;
}
header .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
header .menu-wrapper ul li a {
  color: white;
  font-size: var(--fs-20);
  font-weight: 600;
}
header .menu-wrapper ul li a:hover {
  color: #e32227;
}
header .menu-wrapper ul li.current_page_item a {
  color: #e32227;
}
header .menu-wrapper ul li:first-of-type.current_page_item a:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/header/briefcase-red.svg");
}
header .menu-wrapper ul li:first-of-type a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-wrapper ul li:first-of-type a:before {
  content: "";
  min-width: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/header/briefcase.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
header .menu-wrapper ul li:first-of-type a:hover:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/header/briefcase-red.svg");
}
header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .search-cart-wrapper {
  margin-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .search-cart-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-left: 1px solid #4c4c4c;
  padding: 1rem 2rem;
}
header .cart {
  position: relative;
}
header .cart span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e32227;
  color: white;
  font-size: 8px;
  bottom: 6px;
  left: 16px;
}
@media (max-width: 1070px) {
  header .mobile-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  header .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: black;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  header .menu-wrapper.is-visible {
    left: 0;
  }
  header .menu-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .search-cart-wrapper {
    margin-left: 0;
    z-index: 1;
  }
  header .search-cart-wrapper a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-left: unset;
    padding: 1rem;
  }
  header .logo-wrapper {
    margin: 0 5px;
    z-index: 1;
  }
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.search-overlay.active {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.search-overlay .overlay-close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: white;
  z-index: 1000;
}
.search-overlay .overlay-close img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.search-overlay .overlay-close:hover {
  cursor: pointer;
}
.search-overlay form#searchform input[type=text] {
  border: none;
  padding: 1rem;
  font-size: 1.5rem;
  background: none !important;
  color: white;
  border-bottom: 1px solid white;
  margin-right: 1rem;
  font-weight: 600;
}
.search-overlay form#searchform input:-webkit-autofill,
.search-overlay form#searchform input:-webkit-autofill:hover,
.search-overlay form#searchform input:-webkit-autofill:focus,
.search-overlay form#searchform input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px rgba(131, 131, 131, 0.95) inset !important;
}
.search-overlay form#searchform input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}
.search-overlay form#searchform input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1.2rem 1.8rem;
  border-radius: 16px;
  border: 2px solid transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: clamp(1.4rem, 1.1333rem + 0.3472vw, 1.8rem);
  border: none;
  color: white;
  background-color: #e32227;
  border-color: #e32227;
}
@media (max-width: 576px) {
  .search-overlay form#searchform div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-overlay form#searchform div input[type=text] {
    margin-right: 0;
  }
  .search-overlay form#searchform div input[type=submit] {
    margin-top: 1rem;
  }
}

header.wc-header .back-button-wrapper {
  padding: 0 1rem;
}
header.wc-header .back-button-wrapper a {
  line-height: 1;
}
header.wc-header .back-button-wrapper a:before {
  width: 2rem;
  min-width: 2rem;
  height: 1.7rem;
  margin-right: 1rem;
}
header.wc-header .back-button-wrapper.mobile-button {
  display: none;
}
@media (max-width: 1200px) {
  header.wc-header .back-button-wrapper.desktop-button {
    display: none;
  }
  header.wc-header .back-button-wrapper.mobile-button {
    display: block;
  }
}
@media (max-width: 576px) {
  header.wc-header .back-button-wrapper a {
    padding: 4px 8px !important;
    border-radius: 1rem !important;
  }
  header.wc-header .back-button-wrapper a:before {
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1rem;
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  header.wc-header .ghost-button-wrapper {
    display: none;
  }
}

.header-steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-steps-wrapper .step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
  position: relative;
}
.header-steps-wrapper .step span {
  color: white;
  border: 2px solid white;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  font-weight: 700;
  font-size: var(--fs-22);
  line-height: 1;
}
.header-steps-wrapper .step p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: var(--fs-18);
  margin-top: 1rem;
  text-align: center;
}
.header-steps-wrapper .step:after {
  content: "";
  width: calc((100% - 45px) / 2);
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
}
.header-steps-wrapper .step:before {
  content: "";
  width: calc((100% - 45px) / 2);
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
}
.header-steps-wrapper .step.step1:before {
  display: none;
}
.header-steps-wrapper .step.step3::after {
  display: none;
}
.header-steps-wrapper .step.active-step span {
  background-color: white;
  color: black;
}
.header-steps-wrapper .step.active-step p {
  color: white;
}
.header-steps-wrapper.mobile-version {
  display: none;
}
@media (max-width: 1400px) {
  .header-steps-wrapper .step {
    padding: 0 2rem;
  }
  .header-steps-wrapper .step span {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
  }
  .header-steps-wrapper .step:after {
    width: calc((100% - 40px) / 2);
    top: 20px;
  }
  .header-steps-wrapper .step:before {
    width: calc((100% - 40px) / 2);
    top: 20px;
  }
}
@media (max-width: 1200px) {
  .header-steps-wrapper.mobile-version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 2rem;
    padding-top: 8.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-steps-wrapper.mobile-version .step p {
    text-align: center;
  }
  .header-steps-wrapper.desktop-version {
    display: none;
  }
}
@media (max-width: 576px) {
  .header-steps-wrapper.mobile-version .step {
    padding: 0 2rem;
    width: 33%;
  }
  .header-steps-wrapper.mobile-version .step span {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    font-size: 1.4rem;
  }
  .header-steps-wrapper.mobile-version .step p {
    font-size: 1.2rem;
  }
  .header-steps-wrapper.mobile-version .step:after {
    width: calc((100% - 30px) / 2);
    top: 15px;
  }
  .header-steps-wrapper.mobile-version .step:before {
    width: calc((100% - 30px) / 2);
    top: 15px;
  }
}

footer {
  background-color: black;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
footer .row:first-of-type {
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 6rem;
}
footer .text-wrapper {
  padding-right: 5rem;
  padding-top: 3rem;
  position: relative;
}
footer .text-wrapper:before {
  content: "";
  height: 0.4166666667vw;
  min-height: 4px;
  width: 90%;
  top: 0;
  left: 0;
  background-color: #e32227;
  position: absolute;
  border-radius: 1.6rem;
}
footer .text-wrapper p {
  color: white;
  font-weight: 500;
  font-size: var(--fs-18);
}
footer .text-wrapper p:first-of-type {
  font-weight: 700;
  font-size: var(--fs-24);
  margin-bottom: 3rem;
}
footer .text-wrapper a {
  margin-top: 3rem !important;
}
footer .menu-wrapper {
  padding: 1rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .menu-wrapper .social-media-wrapper a:first-of-type {
  margin: 0 2.4rem;
}
footer .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .menu-wrapper ul li a {
  color: #d2d2d2;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
footer .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .info-wrapper p {
  color: #d2d2d2;
  font-size: var(--fs-16);
  font-weight: 600;
}
footer .info-wrapper p a {
  color: inherit;
}
@media (max-width: 1200px) {
  footer .menu-wrapper .social-media-wrapper {
    margin-top: 2.4rem;
  }
  footer .menu-wrapper .social-media-wrapper a:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  footer {
    padding-top: 3rem;
  }
  footer .row:first-of-type {
    padding-bottom: 1rem;
  }
  footer .text-wrapper {
    margin-bottom: 3rem;
    padding-right: 0;
    padding-top: 2rem;
  }
  footer .text-wrapper:before {
    width: 100%;
  }
  footer .text-wrapper p:first-of-type {
    margin-bottom: 1rem;
  }
  footer .text-wrapper a {
    margin-top: 1rem;
  }
  footer .menu-wrapper {
    padding-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  footer .text-wrapper {
    margin-bottom: 2rem;
  }
  footer .text-wrapper p:first-of-type {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  footer .text-wrapper p:last-of-type {
    display: none;
  }
  footer .text-wrapper a {
    padding: 0.8rem 1.2rem;
    border-radius: 2.4rem;
  }
  footer .menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .menu-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .menu-wrapper .social-media-wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .menu-wrapper .social-media-wrapper a {
    width: 2.5rem;
    height: 2.5rem;
  }
  footer .menu-wrapper .social-media-wrapper a img {
    width: 100%;
    height: 100%;
  }
  footer .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
  footer .info-wrapper p:last-of-type {
    font-size: 1rem;
    color: rgba(210, 210, 210, 0.65);
  }
}

footer.blank-footer .row:first-of-type {
  border-top: 1px solid #4c4c4c;
  padding-bottom: 1.6rem;
  border-bottom: unset;
}
footer.blank-footer .menu-wrapper {
  padding: 1rem 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  background-color: black;
}

section {
  padding: 8rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4.8rem 0;
  }
}

div.row {
  padding: 1.6rem 0;
}

.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

section.teambuilding-main-section {
  padding-top: calc(8rem + 7.1875vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.teambuilding-main-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/teambuilding/main-bg.png");
  background-size: cover;
}
section.teambuilding-main-section .breadcrumbs {
  position: relative;
}
section.teambuilding-main-section .breadcrumbs:after {
  content: "";
  width: 10rem;
  height: 3px;
  border-radius: 3px;
  background-color: #e32227;
  position: absolute;
  left: 0;
  bottom: -3rem;
}
section.teambuilding-main-section .header-wrapper {
  margin-top: 3rem;
  position: relative;
  z-index: 3;
}
section.teambuilding-main-section .header-wrapper h1 {
  letter-spacing: -0.015em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  line-height: 1.25;
  margin-bottom: 6rem;
  line-height: 1.45;
}
section.teambuilding-main-section .header-wrapper h1 span {
  position: relative;
}
section.teambuilding-main-section .header-wrapper h1 span p {
  position: absolute;
  text-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  -webkit-transform: rotate(-9.35deg);
      -ms-transform: rotate(-9.35deg);
          transform: rotate(-9.35deg);
  color: #e32227;
  font-size: var(--fs-30);
  font-family: "Caveat", cursive;
}
section.teambuilding-main-section .header-wrapper h1 span.span1 p {
  bottom: -20px;
  right: -25%;
}
section.teambuilding-main-section .header-wrapper h1 span.span2 p {
  bottom: -20px;
  right: -15%;
}
@media (max-width: 370px) {
  section.teambuilding-main-section .header-wrapper h1 span.span1 p {
    right: -11%;
  }
  section.teambuilding-main-section .header-wrapper h1 span.span2 p {
    right: 0%;
  }
}
section.teambuilding-main-section .header-wrapper a {
  text-transform: uppercase;
}
section.teambuilding-main-section .container {
  position: relative;
}
section.teambuilding-main-section .movie-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 5%;
  width: 66%;
  height: 90%;
}
section.teambuilding-main-section .movie-wrapper video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  z-index: 2;
}
section.teambuilding-main-section .movie-wrapper:after {
  content: "";
  width: 70%;
  height: 95%;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 3rem;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
}
section.teambuilding-main-section .mobile-movie-wrapper {
  display: none;
}
@media (max-width: 992px) {
  section.teambuilding-main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 7.2rem;
    height: unset;
    min-height: unset;
  }
  section.teambuilding-main-section:before {
    display: none;
  }
  section.teambuilding-main-section .movie-wrapper {
    display: none;
  }
  section.teambuilding-main-section .mobile-movie-wrapper {
    display: block;
    position: relative;
    width: 100%;
  }
  section.teambuilding-main-section .mobile-movie-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(3.81%, #000000), color-stop(28.91%, rgba(0, 0, 0, 0)), color-stop(65.59%, rgba(0, 0, 0, 0)), color-stop(93.32%, #000000));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(top, #000000 3.81%, rgba(0, 0, 0, 0) 28.91%, rgba(0, 0, 0, 0) 65.59%, #000000 93.32%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #000000 3.81%, rgba(0, 0, 0, 0) 28.91%, rgba(0, 0, 0, 0) 65.59%, #000000 93.32%);
  }
  section.teambuilding-main-section .mobile-movie-wrapper video {
    width: 100%;
    max-width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
  section.teambuilding-main-section .header-wrapper h1 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  section.teambuilding-main-section {
    padding-bottom: 0;
  }
}

section.our-offer {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/teambuilding/offer-bg.png");
  overflow-x: hidden;
}
section.our-offer .title-wrapper {
  margin-bottom: 2rem;
}
section.our-offer .offer-slider-wrapper {
  padding: 0 5%;
}
section.our-offer .offer-slider-wrapper .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.our-offer .offer-slider-wrapper .slick-slide {
  height: inherit !important;
}
section.our-offer .offer-slider-wrapper .slick-slide > div,
section.our-offer .offer-slider-wrapper .slick-slide .slide {
  height: 100% !important;
}
section.our-offer .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}
section.our-offer .slide:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  top: 0;
  left: 0;
  z-index: -1;
}
section.our-offer .slide .text {
  padding: 6rem;
  color: white;
  width: 50%;
}
section.our-offer .slide .text h3 {
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: var(--fs-50);
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.our-offer .slide .text h3:before {
  content: "";
  width: 6rem;
  height: 2px;
  background-color: #e32227;
  margin-bottom: 3rem;
}
section.our-offer .slide .text p {
  font-size: var(--fs-16);
  font-weight: 500;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 3rem 0 4rem 0;
}
section.our-offer .slide .text a {
  text-transform: uppercase;
}
section.our-offer .slide .image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6rem 0;
}
section.our-offer .slide .image img {
  max-width: 100%;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75);
}
section.our-offer ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  left: calc(5% + 6rem);
  bottom: 1.5rem;
}
section.our-offer ul.slick-dots li {
  width: unset;
  height: unset;
  margin: 0;
}
section.our-offer ul.slick-dots li button {
  color: black;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(185, 185, 185, 0.8);
  width: unset;
  height: unset;
  padding: 1rem;
  border-bottom: 2px solid transparent;
  line-height: 1.25;
}
section.our-offer ul.slick-dots li button br {
  display: none;
}
section.our-offer ul.slick-dots li.slick-active button {
  color: white;
  border-bottom: 2px solid #e32227;
}
section.our-offer .mobile-image {
  display: none;
}
@media (max-width: 992px) {
  section.our-offer .offer-slider-wrapper {
    padding: 0;
  }
  section.our-offer .slide:before {
    width: 100%;
  }
  section.our-offer .slide .text {
    padding: 3rem;
    padding-bottom: 6rem;
    width: 100%;
  }
  section.our-offer .slide .text p {
    margin: 2rem 0;
  }
  section.our-offer .slide .image {
    display: none;
  }
  section.our-offer .slide .mobile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
  }
  section.our-offer .slide .mobile-image img {
    max-width: 100%;
    border-radius: 1rem;
  }
  section.our-offer ul.slick-dots {
    left: 3rem;
    gap: 5px;
    width: calc(100% - 6rem);
  }
  section.our-offer ul.slick-dots li button {
    font-size: 1rem;
    padding: 5px;
  }
}
@media (max-width: 576px) {
  section.our-offer .title-wrapper {
    display: none;
  }
  section.our-offer .slide .text h3 {
    font-size: 2.4rem;
  }
  section.our-offer .slick-arrow {
    top: 50%;
    background: #e32227;
    height: 3.7rem !important;
    width: 3rem !important;
    border-radius: 4px 0 0 4px !important;
    border: unset !important;
  }
  section.our-offer .slick-arrow:after {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow-mobile.svg") !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
  }
  section.our-offer .slick-arrow.slick-next {
    right: -1.5rem;
  }
  section.our-offer .slick-arrow.slick-prev {
    border-radius: 0 4px 4px 0 !important;
    left: -1.5rem;
  }
  section.our-offer .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section.our-offer ul.slick-dots li button {
    text-align: left;
  }
  section.our-offer ul.slick-dots li button br {
    display: block;
  }
}

section .title-wrapper h2 {
  color: white;
  font-size: var(--fs-48);
  font-weight: 700;
  text-align: center;
}
section .title-wrapper h2 span {
  color: #e32227;
  font-weight: 500;
}
@media (max-width: 576px) {
  section .title-wrapper h2 {
    font-size: 2rem;
  }
}

section.workshop-description {
  overflow-x: hidden;
}
section.workshop-description .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
section.workshop-description .title-wrapper p {
  color: #d2d2d2;
  font-size: var(--fs-16);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
section.workshop-description .title-wrapper .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
section.workshop-description .title-wrapper .buttons-wrapper button {
  border: unset;
  padding: 1rem;
  color: #b9b9b9;
  border-bottom: 2px solid transparent;
  font-size: var(--fs-30);
  background: transparent;
  font-weight: 600;
}
section.workshop-description .title-wrapper .buttons-wrapper button.active {
  color: white;
  border-bottom: 2px solid #e32227;
}
@media (max-width: 576px) {
  section.workshop-description .title-wrapper .buttons-wrapper button {
    font-size: 1.4rem;
  }
}
section.workshop-description .studio-row,
section.workshop-description .online-row {
  color: white;
}
section.workshop-description .row {
  position: relative;
}
section.workshop-description .online-row {
  display: none;
}
section.workshop-description .step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  padding: 4rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.workshop-description .step-wrapper .number {
  position: absolute;
}
section.workshop-description .step-wrapper .left-col,
section.workshop-description .step-wrapper .right-col {
  width: 50%;
}
section.workshop-description .step-wrapper .image-wrapper img {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
}
section.workshop-description .step-wrapper .image-wrapper img.mask {
  position: absolute;
  z-index: -1;
  width: 140%;
  left: 50%;
  height: 150%;
  -o-object-fit: contain;
     object-fit: contain;
  top: -25%;
  opacity: 0.25;
}
@media (max-width: 1200px) {
  section.workshop-description .step-wrapper .image-wrapper img.mask {
    left: 20%;
  }
}
section.workshop-description .step-wrapper .text-wrapper {
  max-width: 70%;
}
section.workshop-description .step-wrapper .left-col {
  padding-right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.workshop-description .step-wrapper .left-col .text-wrapper h3,
section.workshop-description .step-wrapper .left-col .text-wrapper p {
  text-align: right;
}
section.workshop-description .step-wrapper .left-col .image-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.workshop-description .step-wrapper .left-col .image-wrapper:before {
  left: unset;
  right: -1rem;
}
section.workshop-description .step-wrapper .left-col .image-wrapper img.mask {
  left: unset;
  right: 50%;
}
@media (max-width: 1200px) {
  section.workshop-description .step-wrapper .left-col .image-wrapper img.mask {
    right: 20%;
  }
}
section.workshop-description .step-wrapper .right-col {
  padding-left: 6rem;
}
section.workshop-description .step-wrapper .right-col .text-wrapper h3,
section.workshop-description .step-wrapper .right-col .text-wrapper p {
  text-align: left;
}
section.workshop-description .step-wrapper .right-col .image-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.workshop-description .image-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  max-width: 100%;
}
section.workshop-description .image-wrapper img:not(.mask) {
  max-width: 100%;
}
section.workshop-description .image-wrapper img {
  border-radius: 1rem;
}
section.workshop-description .image-wrapper:before {
  content: "";
  position: absolute;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 2rem;
  left: -1rem;
  bottom: -1rem;
  width: 70%;
  height: 70%;
}
section.workshop-description h3 {
  color: white;
  font-weight: 700;
  font-size: var(--fs-24);
  margin-bottom: 1rem;
}
section.workshop-description h3 span {
  color: #e32227;
  font-weight: 500;
}
section.workshop-description p {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: var(--fs-18);
}
section.workshop-description .col-12 {
  position: relative;
}
section.workshop-description .col-12 div.line {
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  background-color: white;
  top: 0;
  left: 50%;
}
section.workshop-description .col-12 div.line:before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}
section.workshop-description .col-12 div.line:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.workshop-description .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}
section.workshop-description .button-wrapper button {
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.workshop-description .button-wrapper button:after {
  margin-left: 0;
  margin-right: 1.8rem;
}
section.workshop-description .mobile .button-wrapper {
  position: relative;
  left: -6rem;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding-bottom: 0;
}
section.workshop-description .hidden-steps {
  display: none;
}
@media (max-width: 992px) {
  section.workshop-description .step-wrapper .image-wrapper {
    max-width: 100%;
  }
  section.workshop-description .step-wrapper .image-wrapper img:not(.mask) {
    max-width: 100%;
  }
  section.workshop-description .step-wrapper .text-wrapper {
    max-width: 100%;
  }
}
section.workshop-description .mobile {
  display: none;
}
@media (max-width: 768px) {
  section.workshop-description {
    padding-bottom: 8rem;
  }
  section.workshop-description .desktop {
    display: none;
  }
  section.workshop-description .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin: 4rem 0;
    padding-left: 6rem;
  }
  section.workshop-description .mobile .hidden-steps .mobile-step-wrapper:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  section.workshop-description .mobile .mobile-step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.workshop-description .mobile .mobile-step-wrapper h3 {
    position: relative;
  }
  section.workshop-description .mobile .mobile-step-wrapper h3 img {
    position: absolute;
    left: -11rem;
    top: -4rem;
  }
  section.workshop-description .mobile .mobile-step-wrapper .image-wrapper {
    margin: 1rem 0 3rem 0;
  }
  section.workshop-description .mobile .mobile-step-wrapper .image-wrapper img {
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
  }
  section.workshop-description .mobile div.line {
    left: 0;
    height: 105%;
    top: -5%;
  }
}
@media (max-width: 600px) {
  section.workshop-description .mobile {
    padding-left: 8rem;
  }
  section.workshop-description .mobile .mobile-step-wrapper h3 img {
    left: -9.5rem;
  }
  section.workshop-description .mobile div.line {
    left: 3rem;
  }
}

section.why-us {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/teambuilding/why-us-bg.png");
  background-size: cover;
}
section.why-us .boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 4rem 0;
}
section.why-us .boxes-wrapper .box-wrapper {
  width: calc((100% - 4rem) / 3);
  padding: 2.4rem;
  background-color: black;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.55);
  border-radius: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.why-us .boxes-wrapper .box-wrapper h3 {
  font-weight: 700;
  font-size: var(--fs-22);
  color: white;
  letter-spacing: 0.025em;
}
section.why-us .boxes-wrapper .box-wrapper h3 span {
  color: #e32227;
}
section.why-us .boxes-wrapper .box-wrapper p {
  color: white;
  font-weight: 600;
  font-size: var(--fs-16);
}
section.why-us .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.why-us .button-wrapper a {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.why-us {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/teambuilding/why-us-bg-mobile.png");
    background-position-y: bottom;
  }
  section.why-us .boxes-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.why-us .boxes-wrapper .box-wrapper {
    width: 100%;
  }
  section.why-us .boxes-wrapper .box-wrapper img {
    max-width: 8rem;
  }
}

section.testimonials .testimonials-slider {
  margin-top: 4rem;
}
section.testimonials .testimonials-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.testimonials .testimonials-slider .slick-slide {
  height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.testimonials .testimonials-slider .slide {
  height: 100%;
  padding: 0 1rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.testimonials .testimonials-slider .slide img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.testimonials .testimonials-slider ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -10rem;
}
section.testimonials .testimonials-slider ul.slick-dots li {
  border: 2px solid #929292;
  border-radius: 100%;
}
section.testimonials .testimonials-slider ul.slick-dots li button:before {
  display: none;
}
section.testimonials .testimonials-slider ul.slick-dots li.slick-active {
  border: 2px solid white;
  background-color: white;
}
@media (max-width: 768px) {
  section.testimonials .testimonials-slider ul.slick-dots {
    bottom: -8rem;
    gap: 0;
  }
  section.testimonials .testimonials-slider ul.slick-dots li {
    width: 1rem;
    height: 1rem;
    padding: 0;
  }
  section.testimonials .testimonials-slider ul.slick-dots li button {
    width: 1rem;
    height: 1rem;
    padding: 0;
  }
}

section.opinions-teambuilding .title-wrapper {
  margin-bottom: 2rem;
}
section.opinions-teambuilding .title-wrapper h2 {
  color: white;
  font-weight: 400;
  font-size: var(--fs-48);
  text-align: center;
}
section.opinions-teambuilding .title-wrapper h2 strong {
  font-weight: 600;
}
section.opinions-teambuilding .opinions-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.opinions-teambuilding .opinions-slider .slick-slide {
  height: inherit !important;
}
section.opinions-teambuilding .opinions-slider .slick-slide div {
  height: 100%;
}
section.opinions-teambuilding .opinions-slider .slick-slide {
  padding: 0 1.5rem 0 1.5rem;
}
section.opinions-teambuilding .opinions-slider .opinion-box {
  background-color: #292929;
  border-radius: 1.6rem;
  padding: 3.6rem 2.4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.opinions-teambuilding .opinions-slider .opinion-box > img {
  margin-bottom: 2rem;
}
section.opinions-teambuilding .opinions-slider .opinion-box p {
  font-size: var(--fs-18);
  color: white;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
section.opinions-teambuilding .opinions-slider .opinion-box .logo-wrapper {
  margin-top: 2rem;
  max-width: 100%;
}
section.opinions-teambuilding .opinions-slider .opinion-box .logo-wrapper img {
  max-width: 100%;
}
@media (max-width: 576px) {
  section.opinions-teambuilding .opinions-slider .opinion-box .logo-wrapper img {
    max-height: 5rem;
  }
}
section.opinions-teambuilding .opinions-slider .slick-arrow.slick-next {
  right: -6rem;
}
section.opinions-teambuilding .opinions-slider .slick-arrow.slick-prev {
  left: -6rem;
}
section.opinions-teambuilding .opinions-slider ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -6rem;
}
section.opinions-teambuilding .opinions-slider ul.slick-dots li {
  border: 2px solid #929292;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
}
section.opinions-teambuilding .opinions-slider ul.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
section.opinions-teambuilding .opinions-slider ul.slick-dots li button:before {
  display: none;
}
section.opinions-teambuilding .opinions-slider ul.slick-dots li.slick-active {
  border: 2px solid white;
  background-color: white;
}
@media (max-width: 820px) {
  section.opinions-teambuilding .opinions-slider .slick-arrow.slick-next {
    right: 2rem;
  }
  section.opinions-teambuilding .opinions-slider .slick-arrow.slick-prev {
    left: 2rem;
  }
}
@media (max-width: 576px) {
  section.opinions-teambuilding .title-wrapper {
    margin-bottom: 0;
  }
  section.opinions-teambuilding .title-wrapper h2 {
    font-size: 2rem;
  }
  section.opinions-teambuilding .opinions-slider .slick-list {
    width: 100%;
  }
  section.opinions-teambuilding .opinions-slider .slick-arrow {
    top: calc((100% - 3.7rem) / 2);
    background: #e32227;
    height: 3.7rem !important;
    width: 3rem !important;
    border-radius: 4px 0 0 4px !important;
    border: unset !important;
  }
  section.opinions-teambuilding .opinions-slider .slick-arrow:after {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow-mobile.svg") !important;
  }
  section.opinions-teambuilding .opinions-slider .slick-arrow.slick-next {
    right: -1.5rem;
  }
  section.opinions-teambuilding .opinions-slider .slick-arrow.slick-prev {
    border-radius: 0 4px 4px 0 !important;
    left: -1.5rem;
  }
  section.opinions-teambuilding .opinions-slider .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section.opinions-teambuilding .opinions-slider .slick-slide {
    padding: 0 3rem;
  }
  section.opinions-teambuilding .opinions-slider .opinion-box {
    padding: 2rem;
  }
  section.opinions-teambuilding .opinions-slider .opinion-box p {
    font-size: 1.2rem;
  }
  section.opinions-teambuilding .opinions-slider .opinion-box p.name {
    font-size: 1.2rem;
  }
  section.opinions-teambuilding .opinions-slider .opinion-box p.company {
    font-size: 1.4rem;
  }
}

section.our-space {
  padding-top: 12rem;
  overflow-x: hidden;
}
section.our-space .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
section.our-space .title-wrapper p {
  font-size: var(--fs-24);
  color: white;
  text-align: center;
  max-width: 50%;
}
section.our-space .space-slider {
  position: relative;
}
section.our-space .space-slider:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 25rem;
  z-index: 1;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(43.48%, #000000), color-stop(95.59%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #000000 43.48%, rgba(0, 0, 0, 0) 95.59%);
  background: linear-gradient(270deg, #000000 43.48%, rgba(0, 0, 0, 0) 95.59%);
}
section.our-space .space-slider:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 25rem;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, right top, left top, color-stop(43.48%, #000000), color-stop(95.59%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #000000 43.48%, rgba(0, 0, 0, 0) 95.59%);
  background: linear-gradient(270deg, #000000 43.48%, rgba(0, 0, 0, 0) 95.59%);
}
section.our-space .space-slider .slick-list {
  width: 120%;
  left: -10%;
}
section.our-space .space-slider .slide {
  padding: 0 1rem;
}
section.our-space .space-slider .slide img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2.6rem;
}
section.our-space .space-slider .slick-arrow.slick-next {
  right: 5rem;
}
section.our-space .space-slider .slick-arrow.slick-prev {
  left: 5rem;
}
@media (max-width: 1200px) {
  section.our-space {
    padding-top: 8rem;
  }
}
@media (max-width: 992px) {
  section.our-space .space-slider:after {
    display: none;
  }
  section.our-space .space-slider:before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.our-space {
    padding-top: 4.8rem;
  }
  section.our-space .title-wrapper {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  section.our-space .title-wrapper p {
    max-width: unset;
    font-size: 1.4rem;
  }
  section.our-space .space-slider div.slide {
    padding: 0 5px;
  }
  section.our-space .space-slider .slick-arrow {
    top: 50%;
    background: #e32227;
    height: 3.7rem !important;
    width: 3rem !important;
    border-radius: 4px 0 0 4px !important;
    border: unset !important;
  }
  section.our-space .space-slider .slick-arrow:after {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow-mobile.svg") !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
  }
  section.our-space .space-slider .slick-arrow.slick-next {
    right: 0;
  }
  section.our-space .space-slider .slick-arrow.slick-prev {
    border-radius: 0 4px 4px 0 !important;
    left: 0;
  }
  section.our-space .space-slider .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

section.contact .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
section.contact .title-wrapper p {
  font-size: var(--fs-24);
  color: white;
  text-align: center;
  max-width: 50%;
}
section.contact .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.contact .contact-wrapper .image-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
section.contact .contact-wrapper .image-wrapper:before {
  content: "";
  position: absolute;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 2rem;
  right: -1rem;
  bottom: -1rem;
  width: 90%;
  height: 90%;
  z-index: -1;
}
section.contact .contact-wrapper .image-wrapper img {
  border-radius: 2rem;
}
section.contact .contact-wrapper .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
section.contact .contact-wrapper .text-wrapper .wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.contact .contact-wrapper .text-wrapper .wrapper-inner div.button span {
  font-size: var(--fs-20);
}
section.contact .contact-wrapper .text-wrapper .wrapper-inner div.button a {
  font-weight: 700;
  color: white;
  font-size: var(--fs-20);
  display: none;
}
section.contact .contact-wrapper .text-wrapper .wrapper-inner div.button.visible-data span {
  display: none;
}
section.contact .contact-wrapper .text-wrapper .wrapper-inner div.button.visible-data a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.contact .contact-wrapper .text-wrapper p {
  font-weight: 700;
  color: white;
  font-size: var(--fs-22);
  position: relative;
}
section.contact .contact-wrapper .text-wrapper span {
  color: white;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  section.contact .title-wrapper p {
    max-width: unset;
    font-size: 1.4rem;
  }
  section.contact .contact-wrapper {
    gap: 1rem;
  }
  section.contact .contact-wrapper .text-wrapper {
    width: 65%;
  }
  section.contact .contact-wrapper .text-wrapper span {
    font-size: 1rem;
  }
  section.contact .contact-wrapper .text-wrapper .wrapper-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
  section.contact .contact-wrapper .text-wrapper .wrapper-inner div.button {
    padding: 5px 7px !important;
    border-radius: 10px !important;
  }
  section.contact .contact-wrapper .text-wrapper .wrapper-inner div.button span,
section.contact .contact-wrapper .text-wrapper .wrapper-inner div.button a {
    font-size: 1.2rem;
  }
  section.contact .contact-wrapper .image-wrapper {
    width: 35%;
    left: -1.5rem;
  }
  section.contact .contact-wrapper .image-wrapper img {
    max-width: 100%;
    border-radius: 0 2rem 2rem 0;
  }
}
@media (max-width: 430px) {
  section.contact .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact .contact-wrapper .text-wrapper {
    width: 100%;
  }
  section.contact .contact-wrapper .image-wrapper {
    width: 100%;
    left: unset;
  }
  section.contact .contact-wrapper .image-wrapper img {
    border-radius: 2rem;
    width: 20rem;
  }
  section.contact .contact-wrapper .image-wrapper:before {
    width: 18rem;
    right: unset;
    left: 3rem;
  }
}

section.subpage-main-section {
  padding-top: calc(2rem + 7.1875vw);
  padding-bottom: 0;
}
section.subpage-main-section .container {
  position: relative;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 17.7083333333vw;
  min-height: 22rem;
}
section.subpage-main-section .container:before {
  width: 130%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/workshops/main-bg.png");
  background-size: cover;
  border-radius: 0 2rem 2rem 0;
}
section.subpage-main-section .container:after {
  content: "";
  position: absolute;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 2rem;
  right: -1rem;
  top: -1rem;
  width: 70%;
  height: 90%;
  z-index: -1;
}
section.subpage-main-section .header-wrapper {
  margin-top: 2rem;
}
section.subpage-main-section .header-wrapper h1 {
  font-size: var(--fs-60);
  color: white;
  font-weight: 700;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.subpage-main-section .header-wrapper h1:after {
  content: "";
  height: 3px;
  width: 10rem;
  display: block;
  background-color: #e32227;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  section.subpage-main-section {
    padding-top: 9.2rem;
  }
}
@media (max-width: 576px) {
  section.subpage-main-section .breadcrumbs ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.subpage-main-section .header-wrapper {
    margin-top: 10rem;
  }
  section.subpage-main-section .header-wrapper h1 {
    font-size: 2.4rem;
  }
  section.subpage-main-section .container {
    height: unset;
    min-height: unset;
  }
  section.subpage-main-section .container:before {
    top: 8rem;
    height: calc(100% - 8rem);
    left: 0;
    right: unset;
    width: 85%;
    border-radius: 0 1rem 1rem 0;
  }
  section.subpage-main-section .container:after {
    right: unset;
    top: 7rem;
    left: -2rem;
    width: calc(85% + 3rem);
    height: calc(100% - 8rem);
    border-radius: 1rem;
  }
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs ul li {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .breadcrumbs ul li {
    font-size: 1rem;
  }
}
.breadcrumbs ul li:after {
  content: "/";
  color: #e32227;
  margin-left: 5px;
}
.breadcrumbs ul li:last-of-type {
  color: white;
}
.breadcrumbs ul li:last-of-type:after {
  display: none;
}
.breadcrumbs ul li a,
.breadcrumbs ul li p {
  color: inherit;
}
.breadcrumbs ul li a:hover {
  color: white;
}

section.all-workshops .workshops-filter-wrapper {
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
section.all-workshops .workshops-filter-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.all-workshops .workshops-filter-wrapper label {
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
}
section.all-workshops .workshops-filter-wrapper form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
}
section.all-workshops .workshops-filter-wrapper form > div div.input {
  background: black;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  border-radius: 1rem;
  border: 2px solid white;
  padding: 1.2rem;
  height: 5rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.all-workshops .workshops-filter-wrapper form > div div.input:after {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  content: "";
  margin-left: 1rem;
  width: 13px;
  min-width: 13px;
  height: 6px;
  min-height: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/workshop/filter-arrow.svg");
}
section.all-workshops .workshops-filter-wrapper form > div div.input.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.all-workshops .workshops-filter-wrapper form > div .options-wrapper {
  border: 1px solid white;
  padding: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  width: 100%;
  top: 105%;
  background-color: black;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  z-index: 2;
}
section.all-workshops .workshops-filter-wrapper form > div .options-wrapper label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  cursor: pointer;
}
section.all-workshops .workshops-filter-wrapper form > div .options-wrapper label span.checkbox-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  background-color: black;
  border: 2px solid white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.all-workshops .workshops-filter-wrapper form > div .options-wrapper label span.checkbox-span.checked:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: white;
}
section.all-workshops .workshops-filter-wrapper form > div .options-wrapper input {
  height: unset;
}
section.all-workshops .workshops-filter-wrapper form > div .options-wrapper.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.all-workshops .workshops-filter-wrapper .date-wrapper input[type=date] {
  background: transparent;
  color: white;
  border-radius: 1rem;
  border: 2px solid white;
  padding: 1.2rem;
  height: 5rem;
}
section.all-workshops .workshops-filter-wrapper .date-wrapper ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  cursor: pointer;
}
section.all-workshops .workshops-filter-wrapper .submit-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
section.all-workshops .workshops-filter-wrapper .values-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3rem;
}
section.all-workshops .workshops-filter-wrapper .values-wrapper p,
section.all-workshops .workshops-filter-wrapper .values-wrapper a {
  padding: 4px 1.2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.4rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 57px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
section.all-workshops .workshops-filter-wrapper .values-wrapper span.close {
  margin-left: 1rem;
  cursor: pointer;
  width: 1.4rem;
  height: 1.4rem;
  min-width: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/workshops/remove.svg");
}
section.all-workshops .workshops-filter-wrapper .values-wrapper span.value {
  display: inline-block;
  padding-left: 4px;
}
section.all-workshops .workshops-filter-wrapper .values-wrapper a {
  background: transparent;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
@media (max-width: 576px) {
  section.all-workshops .workshops-filter-wrapper form {
    gap: 1.5rem;
  }
  section.all-workshops .workshops-filter-wrapper label {
    font-size: 1.2rem;
  }
  section.all-workshops .workshops-filter-wrapper form > div {
    gap: 5px;
  }
  section.all-workshops .workshops-filter-wrapper form > div div.input {
    font-size: 1.4rem;
    height: unset;
    padding: 1rem 1.2rem;
  }
  section.all-workshops .workshops-filter-wrapper .date-wrapper input[type=date] {
    height: unset;
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
  }
  section.all-workshops .workshops-filter-wrapper .values-wrapper p,
section.all-workshops .workshops-filter-wrapper .values-wrapper a {
    font-size: 1.2rem;
  }
}
section.all-workshops .workshops-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 3rem;
}
section.all-workshops .workshops-wrapper .product-box {
  width: calc((100% - 9rem) / 4);
}
section.all-workshops .cta-box {
  width: calc((100% - 12rem) / 4);
  background-color: #e32227;
  border-radius: 2rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
section.all-workshops .cta-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
section.all-workshops .cta-box p {
  color: white;
  font-weight: 700;
  font-size: var(--fs-24);
  text-align: center;
}
section.all-workshops .cta-box p span {
  font-size: var(--fs-32);
}
section.all-workshops .cta-box a:hover {
  border-color: black !important;
  background-color: black !important;
}
section.all-workshops .mobile-product-box {
  display: none;
  gap: 1.5rem;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.all-workshops .mobile-product-box .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 69%;
}
section.all-workshops .mobile-product-box .image-wrapper img {
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.all-workshops .mobile-product-box .image-wrapper p.lang {
  border: 2px solid #ffffff;
  border-radius: 7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Advent Pro", sans-serif;
  color: white;
  padding: 0 8px;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
section.all-workshops .mobile-product-box .image-wrapper p.sold-out {
  font-size: var(--fs-16);
  font-weight: 600;
  background-color: #e32227;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  padding: 0 4rem;
  left: unset;
  right: -38px;
  top: 34px;
  position: absolute;
  color: white;
}
section.all-workshops .mobile-product-box .text-wrapper p.date {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}
section.all-workshops .mobile-product-box .text-wrapper p.place {
  color: #c3c2c2;
  font-size: 1rem;
  font-weight: 500;
}
section.all-workshops .mobile-product-box .text-wrapper p.title {
  font-weight: 700;
  font-size: 1.4rem;
  color: white;
  margin: 5px 0;
}
section.all-workshops .mobile-product-box .text-wrapper p.title a {
  color: inherit;
}
section.all-workshops .mobile-product-box .text-wrapper .level-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
section.all-workshops .mobile-product-box .text-wrapper .level-type p {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
section.all-workshops .mobile-product-box .text-wrapper .level-type p.type {
  border-right: 1px solid #4c4c4c;
  padding-right: 1rem;
}
section.all-workshops .mobile-product-box .text-wrapper .level span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.all-workshops .mobile-product-box .text-wrapper .level span:before {
  content: "";
  width: 7.2rem;
  min-width: 7.2rem;
  height: 2.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
section.all-workshops .mobile-product-box .text-wrapper .level span.easy:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level1.svg");
}
section.all-workshops .mobile-product-box .text-wrapper .level span.medium:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level2.svg");
}
section.all-workshops .mobile-product-box .text-wrapper .level span.difficult:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level3.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.all-workshops .mobile-product-box .text-wrapper p.type span:before {
  content: "";
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.mexican:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/mexican.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.asian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/asian.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.italian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/wloska.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.american:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/american.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.balkan:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/balkan.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.bar:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/barman.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.spanish:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/hiszpanska.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.indian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/indyjska.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.other:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/inne.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.japanese:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/japonska.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.sweet:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/na-slodko.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.polish:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/polska.svg");
}
section.all-workshops .mobile-product-box .text-wrapper p.type span.vege:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/vege.svg");
}
section.all-workshops .mobile-product-box .text-wrapper .price-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.all-workshops .mobile-product-box .text-wrapper .price-cart div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.all-workshops .mobile-product-box .text-wrapper .price-cart div span.regular-price,
section.all-workshops .mobile-product-box .text-wrapper .price-cart div span.sale-price {
  color: #e32227;
  font-weight: 700;
  font-size: 1.4rem;
}
section.all-workshops .mobile-product-box .text-wrapper .price-cart div span.old-price {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-weight: 500;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1200px) {
  section.all-workshops .workshops-wrapper .product-box,
section.all-workshops .workshops-wrapper .cta-box {
    width: calc((100% - 6rem) / 3);
  }
}
@media (max-width: 768px) {
  section.all-workshops .workshops-wrapper .product-box,
section.all-workshops .workshops-wrapper .cta-box {
    width: calc((100% - 3rem) / 2);
  }
}
@media (max-width: 576px) {
  section.all-workshops .workshops-wrapper {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  section.all-workshops .product-box {
    display: none !important;
  }
  section.all-workshops .mobile-product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.all-workshops .cta-box {
    width: 100% !important;
    padding: 2rem 1rem;
    position: relative;
    margin-bottom: 4rem;
  }
  section.all-workshops .cta-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #4c4c4c;
  }
  section.all-workshops .cta-box div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.all-workshops .cta-box p {
    text-align: left;
    font-size: 1.6rem;
  }
  section.all-workshops .cta-box p span {
    font-size: 1.8rem;
  }
  section.all-workshops .cta-box img {
    max-width: 7rem;
  }
}

section.about-us-main-section {
  padding-top: 7.1875vw;
  position: relative;
  height: 49.84375vw;
}
section.about-us-main-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 7.1875vw);
  background-size: cover;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/about/main-bg-1.png");
  left: 0;
  top: 7.1875vw;
}
section.about-us-main-section .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.about-us-main-section .container .row:first-of-type {
  position: absolute;
  top: 0;
  left: 1.5rem;
}
section.about-us-main-section .header-wrapper {
  padding-top: 6rem;
}
section.about-us-main-section .header-wrapper h1 {
  color: white;
  font-weight: 700;
  font-size: var(--fs-60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.about-us-main-section .header-wrapper h1:after {
  content: "";
  margin-top: 1rem;
  height: 3px;
  width: 10rem;
  display: block;
  background-color: #e32227;
}
section.about-us-main-section .header-wrapper p {
  max-width: 50%;
  margin-top: 1rem;
  color: white;
  font-size: var(--fs-24);
  font-weight: 500;
}
@media (max-width: 1200px) {
  section.about-us-main-section {
    height: unset;
  }
}
@media (max-width: 992px) {
  section.about-us-main-section {
    padding-top: 7.2rem;
  }
  section.about-us-main-section:before {
    height: calc(100% - 7.2rem);
    top: 7.2rem;
    background-position: right;
  }
}
@media (max-width: 768px) {
  section.about-us-main-section .container .row:first-of-type {
    position: relative;
    left: unset;
  }
  section.about-us-main-section .breadcrumbs ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.about-us-main-section .header-wrapper p {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  section.about-us-main-section {
    padding-bottom: 0;
  }
  section.about-us-main-section:before {
    display: none;
  }
  section.about-us-main-section .container .row:last-of-type {
    background-size: cover;
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/about/main-bg-mobile-1.png");
    background-position: right;
  }
  section.about-us-main-section .header-wrapper {
    padding-bottom: 6rem;
  }
  section.about-us-main-section .header-wrapper h1 {
    font-size: 2.8rem;
  }
  section.about-us-main-section .header-wrapper p {
    font-size: 1.4rem;
  }
}

section.team {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/info-bg.png");
  background-size: cover;
}
section.team .team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  margin-top: 4rem;
}
section.team .team-wrapper .wrapper {
  width: calc((100% - 15rem) / 4);
}
section.team .team-wrapper .wrapper .image-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
}
section.team .team-wrapper .wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 2rem;
}
section.team .team-wrapper .wrapper .image-wrapper:before {
  content: "";
  position: absolute;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 2rem;
  right: -1rem;
  bottom: -1rem;
  width: 95%;
  height: 95%;
}
section.team .team-wrapper .wrapper .text-wrapper {
  text-align: center;
  margin-top: 3rem;
}
section.team .team-wrapper .wrapper .text-wrapper p:first-of-type {
  color: white;
  font-size: var(--fs-24);
  font-weight: 700;
  margin-bottom: 1rem;
}
section.team .team-wrapper .wrapper .text-wrapper p:last-of-type {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: var(--fs-18);
  color: #d2d2d2;
}
@media (max-width: 992px) {
  section.team .team-wrapper {
    gap: 3rem;
  }
  section.team .team-wrapper .wrapper {
    width: calc((100% - 3rem) / 2);
  }
  section.team .team-wrapper .wrapper .text-wrapper {
    margin-top: 1rem;
  }
  section.team .team-wrapper .wrapper .text-wrapper p:first-of-type {
    margin-bottom: 5px;
  }
}

section.recommendations {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/about/opinions-bg.png");
  background-size: cover;
}
section.recommendations .title-wrapper span.num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  margin: 0 1rem;
}
section.recommendations .title-wrapper span.num span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #161616;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  color: white;
  font-size: var(--fs-60);
  font-weight: 500;
  padding: 1rem 5px;
}
section.recommendations .boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  margin-top: 5rem;
}
section.recommendations .boxes-wrapper .box {
  width: calc((100% - 10rem) / 3);
}
section.recommendations .boxes-wrapper .box a.image {
  background-color: white;
  border-radius: 3rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20rem;
}
@media (max-width: 1200px) {
  section.recommendations .boxes-wrapper .box a.image {
    height: 15rem;
  }
}
@media (max-width: 992px) {
  section.recommendations .boxes-wrapper .box a.image {
    height: 12rem;
  }
}
@media (max-width: 768px) {
  section.recommendations .boxes-wrapper .box a.image {
    height: unset;
  }
}
section.recommendations .boxes-wrapper .box a.image img {
  width: 70%;
}
section.recommendations .boxes-wrapper .box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.recommendations .boxes-wrapper .box .text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 2rem 0 1rem 0;
}
section.recommendations .boxes-wrapper .box .text p {
  color: white;
  font-weight: 600;
  font-size: var(--fs-18);
}
@media (max-width: 768px) {
  section.recommendations {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/about/opinions-bg-mobile.png");
  }
  section.recommendations .title-wrapper h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
  }
  section.recommendations .title-wrapper span.num {
    gap: 5px;
  }
  section.recommendations .title-wrapper span.num span {
    font-size: 2rem;
    line-height: 1;
    padding: 1rem;
  }
  section.recommendations .boxes-wrapper {
    padding: 0 2rem;
  }
  section.recommendations .boxes-wrapper .box {
    width: 100%;
  }
}

section.more-info {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/info-bg.png");
  background-size: cover;
}
section.more-info .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  section.more-info .title-wrapper h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.page-template-faq section.subpage-main-section .container:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/faq-page-bg.png");
}
body.page-template-faq section.subpage-main-section .header-wrapper p {
  color: #d2d2d2;
  font-weight: 500;
  font-size: var(--fs-18);
  margin-top: 1rem;
}
@media (max-width: 576px) {
  body.page-template-faq section.subpage-main-section .header-wrapper p {
    max-width: 85%;
  }
  body.page-template-faq section.subpage-main-section .container:before {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/faq-page-bg-mobile.png");
  }
}

section.faq-section {
  overflow-x: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4.84%, #000000), color-stop(13.91%, rgba(0, 0, 0, 0.25)), color-stop(79.63%, rgba(0, 0, 0, 0.25)), color-stop(91.87%, #000000)), url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/faq-bg.png");
  background: -o-linear-gradient(bottom, #000000 4.84%, rgba(0, 0, 0, 0.25) 13.91%, rgba(0, 0, 0, 0.25) 79.63%, #000000 91.87%), url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/faq-bg.png");
  background: linear-gradient(0deg, #000000 4.84%, rgba(0, 0, 0, 0.25) 13.91%, rgba(0, 0, 0, 0.25) 79.63%, #000000 91.87%), url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/faq-bg.png");
}
section.faq-section .row:first-of-type {
  position: relative;
  margin-bottom: 6rem;
}
section.faq-section .row:first-of-type:after {
  content: "";
  position: absolute;
  background-color: #4c4c4c;
  height: 1px;
  width: 150%;
  bottom: -3rem;
  left: -25%;
}
section.faq-section .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.faq-section .search-wrapper p {
  font-weight: 700;
  font-size: var(--fs-24);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
}
section.faq-section .search-wrapper .input-wrapper {
  padding: 1rem;
  border: 2px solid white;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
section.faq-section .search-wrapper .input-wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  color: white;
  background-color: transparent;
  border: unset;
  font-size: var(--fs-16);
}
section.faq-section .search-wrapper .input-wrapper button {
  font-weight: 500;
}
section.faq-section .header-wrapper {
  margin-bottom: 2rem;
}
section.faq-section .header-wrapper h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  font-weight: 700;
  font-size: var(--fs-30);
}
section.faq-section .header-wrapper p {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: var(--fs-18);
  color: #d2d2d2;
}
section.faq-section .faq-wrapper .accordion-wrapper:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 350px) {
  section.faq-section .search-wrapper {
    gap: 1rem;
  }
  section.faq-section .search-wrapper .input-wrapper {
    max-width: 100%;
  }
  section.faq-section .search-wrapper .input-wrapper input {
    max-width: 55%;
  }
}

.accordion-wrapper {
  margin-bottom: 6rem;
}
.accordion-wrapper .single-accordion-wrapper {
  overflow: hidden;
  margin-bottom: 2rem;
}
.accordion-wrapper button {
  background: #292929;
  color: white;
  font-weight: 600;
  font-size: var(--fs-18);
  cursor: pointer;
  padding: 1.5rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 1rem;
  border: unset;
  border-top: 2px solid #757575;
  border-bottom: 2px solid #757575;
}
.accordion-wrapper button:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/accordion-arrow.svg);
  width: 1.4rem;
  height: 1rem;
  min-width: 1.4rem;
  min-height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-left: 2rem;
}
.accordion-wrapper .active {
  background-color: black;
  border: 1px solid black;
  border-top: 2px solid #e32227;
  color: white;
  border-radius: 1rem 1rem 0 0;
}
.accordion-wrapper .active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-wrapper .active ~ .panel {
  border-bottom: 2px solid #e32227;
}
.accordion-wrapper .active ~ .panel div.content {
  border-top: 1px solid #4c4c4c;
  padding: 2rem;
}
.accordion-wrapper .panel {
  background-color: black;
  -webkit-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 1rem 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0 2rem;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 200ms ease-out;
  -o-transition: max-height 200ms ease-out;
  transition: max-height 200ms ease-out;
  background-color: black;
}
@media (max-width: 768px) {
  .accordion-wrapper .panel {
    padding: 0 1rem;
  }
  .accordion-wrapper .panel p {
    padding-bottom: 1rem;
  }
}

body.page-template-kontakt section.subpage-main-section .container:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/contact/contact-bg.png");
}
@media (max-width: 576px) {
  body.page-template-kontakt section.subpage-main-section .container:before {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/contact/contact-bg-mobile.png");
  }
}

section.contact-section {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/contact/contact-bg1.png");
  background-size: cover;
}
section.contact-section .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.contact-section .box-wrapper .image-wrapper img {
  max-width: 100%;
  width: 100%;
}
section.contact-section p {
  color: white;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: var(--fs-18);
}
section.contact-section p.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.contact-section p.text:after {
  width: 6rem;
  height: 2px;
  background-color: #e32227;
  display: block;
  min-width: 6rem;
  content: "";
  margin: 1rem 0 2rem 0;
}
section.contact-section p strong,
section.contact-section p b {
  font-weight: 700;
}
section.contact-section a:not(.button) {
  color: white;
  font-weight: 700;
  font-size: var(--fs-22);
}
section.contact-section a:not(.button):hover {
  color: #e32227;
}
section.contact-section a.button {
  font-size: var(--fs-16) !important;
  margin-top: 2rem !important;
  border-radius: 2rem !important;
  padding: 8px 1.2rem !important;
}
section.contact-section .contact-wrapper p {
  margin-bottom: 5px;
}
section.contact-section .contact-wrapper a {
  margin-bottom: 1rem;
  display: inline-block;
}
section.contact-section .contact-wrapper.mobile {
  display: none;
}
section.contact-section .adress-wrapper.mobile {
  display: none;
}
section.contact-section .form-wrapper {
  background-color: black;
  border-radius: 2rem;
  padding: 4rem;
  margin-top: 4rem;
}
section.contact-section .form-wrapper h3 {
  font-weight: 600;
  font-size: var(--fs-22);
  margin-bottom: 2rem;
}
section.contact-section .form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.contact-section .form-wrapper form .mailerlite-form-description {
  display: none;
}
section.contact-section .form-wrapper form .mailerlite-form-inputs .mailerlite-form-field label {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
section.contact-section .form-wrapper form input {
  color: white;
  border: 2px solid white;
  border-radius: 1rem;
  padding: 1rem;
  background: transparent;
  font-size: var(--fs-16);
  max-width: 100%;
  width: 100%;
}
section.contact-section .form-wrapper form input[type=submit] {
  width: unset;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  section.contact-section .box-wrapper {
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  section.contact-section {
    padding-bottom: 0;
  }
  section.contact-section .contact-wrapper.desktop {
    display: none;
  }
  section.contact-section .contact-wrapper.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6rem;
  }
  section.contact-section .box-wrapper {
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.contact-section .box-wrapper .text-wrapper {
    width: calc((100% - 1.5rem) / 2);
  }
  section.contact-section .box-wrapper .image-wrapper {
    width: calc((100% - 1.5rem) / 2);
  }
  section.contact-section .adress-wrapper.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.contact-section .adress-wrapper.mobile p {
    text-align: center;
  }
  section.contact-section .adress-wrapper.desktop {
    display: none;
  }
  section.contact-section .col:last-of-type {
    margin-top: 6rem;
  }
}

section.error-page {
  padding-top: calc(7.1875vw + 8rem);
}
section.error-page:before {
  content: "";
  position: absolute;
  top: 7.1875vw;
  height: calc(100% - 7.1875vw);
  width: 100%;
  left: 0;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/error-page-bg.png");
}
section.error-page .text-wrapper h1 {
  letter-spacing: -0.015em;
  font-weight: 700;
  color: #ffffff;
  font-size: var(--fs-72);
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 4rem;
}
section.error-page .text-wrapper h1:after {
  content: "";
  width: 10rem;
  height: 3px;
  background-color: #e32227;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
section.error-page .text-wrapper p {
  color: white;
  font-weight: 500;
  font-size: var(--fs-18);
}
section.error-page .text-wrapper p:first-of-type {
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: var(--fs-24);
}
section.error-page .text-wrapper a {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  section.error-page {
    padding-top: 15.2rem;
  }
  section.error-page:before {
    top: 7.2rem;
    height: calc(100% - 7.2rem);
  }
}

section.default-page-section {
  padding-top: 7.1875vw;
}
section.default-page-section h1 {
  color: white;
  font-weight: 600;
  font-size: var(--fs-48);
}

section.single-workshop {
  padding-top: 7.1875vw;
  position: relative;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/workshop-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.single-workshop .background-wrapper {
  position: absolute;
  top: 7.1875vw;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/placeholder/warsztat-bg.png");
  background-size: cover;
  background-position: center;
}
section.single-workshop .side-gallery {
  position: absolute;
  top: 7.1875vw;
  left: 0;
}
section.single-workshop .side-gallery img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.single-workshop .side-gallery .image-wrapper {
  position: relative;
  border: 3px solid #0e0d0d;
}
section.single-workshop .side-gallery .image-wrapper .mask {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(227, 34, 39, 0.75)), to(rgba(227, 34, 39, 0.75)));
  background: -o-linear-gradient(bottom, rgba(227, 34, 39, 0.75), rgba(227, 34, 39, 0.75));
  background: linear-gradient(0deg, rgba(227, 34, 39, 0.75), rgba(227, 34, 39, 0.75));
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.single-workshop .side-gallery .image-wrapper .mask p {
  color: white;
  font-weight: 700;
  font-size: var(--fs-22);
  margin-bottom: 1rem;
}
section.single-workshop .side-gallery .image-wrapper .mask img {
  max-height: 3rem;
}
section.single-workshop .overlay-product-gallery {
  position: fixed;
  background-color: rgba(40, 41, 43, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3001;
  display: none;
}
section.single-workshop .overlay-product-gallery .overlay-product-gallery-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
section.single-workshop .overlay-product-gallery .close {
  color: white;
  position: absolute;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
}
section.single-workshop .overlay-product-gallery .product-gallery {
  width: 80%;
  height: 100%;
}
section.single-workshop .overlay-product-gallery .product-gallery div {
  height: 100%;
}
section.single-workshop .overlay-product-gallery .product-gallery img {
  max-height: 90%;
}
section.single-workshop .overlay-product-gallery .product-gallery .image-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.single-workshop .overlay-product-gallery .product-gallery .slick-arrow.slick-next {
  right: 2rem;
}
section.single-workshop .overlay-product-gallery .product-gallery .slick-arrow.slick-prev {
  left: 2rem;
}
section.single-workshop div.box-wrapper {
  position: sticky;
  top: 2rem;
  margin-left: 2rem;
}
section.single-workshop .smaller-side-gallery {
  display: none;
}
@media (max-width: 1680px) {
  section.single-workshop .background-wrapper {
    left: 0 !important;
    width: 100% !important;
    height: 75vh !important;
  }
  section.single-workshop .ghost-div {
    height: calc(75vh + 2rem) !important;
  }
  section.single-workshop .side-gallery {
    display: none;
  }
  section.single-workshop .smaller-side-gallery {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26rem;
    height: 16rem;
    top: calc(75vh + 7.1875vw - 16rem);
  }
  section.single-workshop .smaller-side-gallery .mask {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(227, 34, 39, 0.65);
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.4));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.single-workshop .smaller-side-gallery .mask p {
    color: white;
    font-weight: 700;
    font-size: var(--fs-22);
    margin-bottom: 1rem;
  }
  section.single-workshop .smaller-side-gallery .mask img {
    max-height: 3rem;
  }
}
@media (max-width: 1200px) {
  section.single-workshop {
    display: none;
  }
}

div.single-product-box-wrapper {
  background-color: #0e0d0d;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  padding: 4rem;
  border-radius: 1.6rem;
}
div.single-product-box-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 90%;
  left: 5%;
  background-color: #e32227;
  display: block;
  border-radius: 1rem;
  height: 4px;
}
div.single-product-box-wrapper h1 {
  color: white;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  font-size: var(--fs-24);
  font-weight: 700;
}
div.single-product-box-wrapper .info-wrapper {
  margin: 2rem 0;
}
div.single-product-box-wrapper .info-wrapper p {
  color: #d0d0d0;
  font-weight: 500;
  font-size: var(--fs-22);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.single-product-box-wrapper .info-wrapper p:before {
  margin-right: 1rem;
  content: "";
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
div.single-product-box-wrapper .info-wrapper p.date:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/workshop/date.svg");
}
div.single-product-box-wrapper .info-wrapper p.date.variations {
  border-bottom: 2px solid #e32227;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
  cursor: pointer;
}
div.single-product-box-wrapper .info-wrapper p.place:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/workshop/place.svg");
}
div.single-product-box-wrapper .info-wrapper p.button {
  cursor: pointer;
  font-size: var(--fs-16) !important;
  margin-top: 2rem;
}
div.single-product-box-wrapper .info-wrapper p.button:before {
  display: none;
}
div.single-product-box-wrapper .price-wrapper {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1rem;
}
div.single-product-box-wrapper .price-wrapper .sale-price,
div.single-product-box-wrapper .price-wrapper .regular-price {
  font-weight: 700;
  text-align: center;
  color: #e32227;
  font-size: var(--fs-24);
}
div.single-product-box-wrapper .price-wrapper .old-price {
  text-decoration: line-through;
  font-size: var(--fs-16);
  margin-left: 1rem;
  color: #d2d2d2;
}
div.single-product-box-wrapper .qty-bar-wrapper {
  padding: 1rem 0;
}
div.single-product-box-wrapper .qty-bar-wrapper p {
  color: white;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
div.single-product-box-wrapper .qty-bar-wrapper .bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1rem;
  background-color: #4a4a4a;
  border-radius: 1rem;
}
div.single-product-box-wrapper .qty-bar-wrapper .bar-wrapper .bar {
  background-color: white;
  border-radius: 1rem;
}
div.single-product-box-wrapper .button-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
div.single-product-box-wrapper .button-wrapper .quantity-wrapper-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.single-product-box-wrapper .button-wrapper .quantity-wrapper-js input {
  border: 1px solid #383838;
  background: unset;
  color: white;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0 1rem;
  width: 4.5rem;
  text-align: center;
}
div.single-product-box-wrapper .button-wrapper span {
  background-color: #282828;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.5rem;
  width: 3.5rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
}
div.single-product-box-wrapper .button-wrapper span.minus {
  border-radius: 1.4rem 0 0 1.4rem;
}
div.single-product-box-wrapper .button-wrapper span.plus {
  border-radius: 0 1.4rem 1.4rem 0;
}
div.single-product-box-wrapper .omnibus-wrapper {
  font-size: 1.2rem;
  color: white;
  margin-top: 1rem;
}
div.single-product-box-wrapper .variations-popup {
  position: fixed;
  background-color: rgba(40, 41, 43, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
div.single-product-box-wrapper .variations-popup .variations-popup-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.single-product-box-wrapper .variations-popup .variations-popup-inner {
  background-color: black;
  border-radius: 1.6rem;
  padding: 5rem;
  color: white;
  position: relative;
}
div.single-product-box-wrapper .variations-popup .variations-popup-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.single-product-box-wrapper .variations-popup .variations-popup-inner li {
  cursor: pointer;
}
div.single-product-box-wrapper .variations-popup .variations-popup-inner li input {
  margin-right: 1rem;
  width: 2.6rem;
  min-width: 2.6rem;
  height: 2.6rem;
  background: transparent;
  border: 2px solid white;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
div.single-product-box-wrapper .variations-popup .variations-popup-inner li input:after {
  width: 50%;
  height: 50%;
  content: "";
}
div.single-product-box-wrapper .variations-popup .variations-popup-inner li input:checked:after {
  background-color: white;
}
div.single-product-box-wrapper .variations-popup .close {
  color: white;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

section.single-workshop-mobile {
  padding-top: 7.1875vw;
  position: relative;
  display: none;
}
section.single-workshop-mobile .breadcrumbs-container .row {
  position: absolute;
  top: 7.1875vw;
  max-width: 100%;
}
section.single-workshop-mobile .single-product-box-wrapper {
  margin: 2rem 0 3rem 0;
  padding: 2rem;
}
section.single-workshop-mobile .single-product-box-wrapper:before {
  top: 2rem;
}
section.single-workshop-mobile .mobile-product-gallery {
  height: 70vh;
}
section.single-workshop-mobile .mobile-product-gallery * {
  height: 100%;
}
section.single-workshop-mobile .mobile-product-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section.single-workshop-mobile .mobile-product-gallery .slick-prev {
  left: 3rem;
}
section.single-workshop-mobile .mobile-product-gallery .slick-next {
  right: 3rem;
}
@media (max-width: 1200px) {
  section.single-workshop-mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  section.single-workshop-mobile {
    padding-top: 7.2rem;
  }
  section.single-workshop-mobile .breadcrumbs-container .row {
    top: 7.2rem;
  }
}
@media (max-width: 576px) {
  section.single-workshop-mobile .mobile-product-gallery {
    height: 50vh;
  }
  section.single-workshop-mobile .mobile-product-gallery * {
    height: 100%;
  }
  section.single-workshop-mobile .mobile-product-gallery img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  section.single-workshop-mobile .mobile-product-gallery .slick-arrow {
    top: 50%;
    background: #e32227;
    height: 3.7rem !important;
    width: 3rem !important;
    border-radius: 4px 0 0 4px !important;
    border: unset !important;
  }
  section.single-workshop-mobile .mobile-product-gallery .slick-arrow:after {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow-mobile.svg") !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
  }
  section.single-workshop-mobile .mobile-product-gallery .slick-arrow.slick-next {
    right: 0;
  }
  section.single-workshop-mobile .mobile-product-gallery .slick-arrow.slick-prev {
    display: none !important;
  }
}

.product-opinions-wrapper h3 {
  color: white;
  font-weight: 400;
  font-size: var(--fs-24);
}
.product-opinions-wrapper .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 4rem 0;
}
.product-opinions-wrapper .stars p {
  font-weight: 400;
  font-size: var(--fs-18);
  color: white;
}
.product-opinions-wrapper .stars p strong {
  font-weight: 600;
}
.product-opinions-wrapper .single-opinion {
  padding-left: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
.product-opinions-wrapper .single-opinion:before {
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e32227;
  display: block;
  position: absolute;
  border-radius: 1rem;
}
.product-opinions-wrapper .single-opinion img {
  width: 12rem;
}
.product-opinions-wrapper .single-opinion p:first-of-type {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: var(--fs-16);
  font-style: italic;
  margin: 1rem 0;
}
.product-opinions-wrapper .single-opinion p:last-of-type {
  color: white;
  font-style: 1.4rem;
  font-weight: 500;
}
.product-opinions-wrapper .single-opinion p:last-of-type span {
  color: #e32227;
  font-weight: 700;
  font-size: var(--fs-16);
}
.product-opinions-wrapper .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-opinions-wrapper .hidden-opinions {
  display: none;
}

.accordion-wrapper.product-accordion {
  margin-bottom: 8rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button {
  border: unset;
  border-top: 2px solid #757575;
  border-bottom: 2px solid #757575;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button ~ .panel {
  background-color: black;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active {
  background-color: black;
  border: 1px solid black;
  border-top: 2px solid #e32227;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel {
  background-color: black;
  border: 1px solid black;
  border-bottom: 2px solid #e32227;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel div.content {
  border-top: 1px solid #4c4c4c;
  padding: 2rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel div.content a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel div.content a:hover {
  color: #e32227;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel div.content p {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel div.content p strong,
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel div.content p b {
  font-weight: 700;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper button.active ~ .panel div.content img {
  margin-bottom: 1rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info {
  padding-bottom: 2rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p {
  font-size: var(--fs-20);
  font-weight: 400;
  color: #d9d9d9;
  padding: 1rem 0;
  border-bottom: 1px solid #434343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-weight: 600;
  font-size: var(--fs-20);
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.level span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.level span:before {
  content: "";
  width: 7.2rem;
  min-width: 7.2rem;
  height: 2.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.level span.easy:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level1.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.level span.medium:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level2.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.level span.difficult:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level3.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span:before {
  content: "";
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.mexican:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/mexican.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.asian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/asian.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.italian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/wloska.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.american:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/american.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.balkan:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/balkan.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.bar:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/barman.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.spanish:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/hiszpanska.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.indian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/indyjska.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.other:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/inne.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.japanese:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/japonska.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.sweet:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/na-slodko.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.polish:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/polska.svg");
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p span.type span.vege:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/vege.svg");
}
@media (max-width: 576px) {
  .accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .workshop-info p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .description-wrapper p {
  margin-bottom: 1rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .description-wrapper p strong,
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .description-wrapper p b {
  font-weight: 700;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type div.panel {
  max-height: unset;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info {
  padding: 2rem 0;
  border-top: 1px solid #4c4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div h4 {
  font-size: var(--fs-20);
  color: white;
  font-weight: 700;
  margin-bottom: 2rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div h4 span {
  color: #e32227;
  font-weight: 500;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div h4 img {
  margin-right: 1rem;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-16);
  font-weight: 500;
  padding-left: 7rem;
  line-height: 1.75;
}
.accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div p strong {
  font-weight: 700;
}
@media (max-width: 576px) {
  .accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div h4 {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 4rem;
  }
  .accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div h4 img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    left: 0;
    top: -5px;
  }
  .accordion-wrapper.product-accordion .single-accordion-wrapper:first-of-type .voucher-info div p {
    padding-left: 4rem;
  }
}

section.simple-text-section {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/text-section-bg.png");
}
section.simple-text-section .title-wrapper {
  margin-bottom: 3rem;
}
section.simple-text-section .title-wrapper h2 {
  font-size: var(--fs-30);
}
section.simple-text-section .text-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: var(--fs-20);
}

section.workshops.single-workshop-page {
  padding-top: 0;
}
section.workshops.single-workshop-page .title-wrapper h2 {
  font-size: var(--fs-30);
}

section.single-voucher {
  padding-top: 7.1875vw;
  position: relative;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/workshop-bg.png");
  background-size: contain;
  background-position: center 70vh;
  background-repeat: no-repeat;
}
section.single-voucher .background-wrapper {
  position: absolute;
  width: 100%;
  height: 70vh;
  top: 7.1875vw;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/voucher/voucher-bg1.png");
  background-size: cover;
  background-position-y: bottom;
}
section.single-voucher div.ghost-div {
  height: calc(70vh + 2rem);
}
@media (max-width: 1200px) {
  section.single-voucher {
    display: none;
  }
}

div.voucher-execution-wrapper {
  background-color: #292929;
  border-radius: 1.6rem;
  padding: 2.5rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -6rem;
}
div.voucher-execution-wrapper div p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: var(--fs-16);
}
div.voucher-execution-wrapper div p:first-of-type {
  color: white;
  font-weight: 600;
  font-size: var(--fs-18);
  margin-bottom: 1rem;
}
div.voucher-execution-wrapper a {
  min-width: 27rem;
}
@media (max-width: 1440px) {
  div.voucher-execution-wrapper a {
    min-width: 25rem;
  }
}
@media (max-width: 768px) {
  div.voucher-execution-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
  div.voucher-execution-wrapper a {
    min-width: unset;
  }
}

body.page-template-vouchery div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper {
  min-width: 21rem;
}
body.page-template-vouchery div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper p {
  opacity: 0.6;
}

div.voucher-box-wrapper {
  background-color: #0e0d0d;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  padding: 4rem;
  border-radius: 1.6rem;
  position: sticky;
  top: 2rem;
  margin-left: 2rem;
}
div.voucher-box-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 90%;
  left: 5%;
  background-color: #e32227;
  display: block;
  border-radius: 1rem;
  height: 4px;
}
div.voucher-box-wrapper .breadcrumbs ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.voucher-box-wrapper h1 {
  color: white;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  font-size: var(--fs-50);
  font-weight: 700;
  text-align: center;
}
div.voucher-box-wrapper .price-wrapper {
  margin-bottom: 2rem;
}
div.voucher-box-wrapper .price-wrapper p {
  font-weight: 700;
  text-align: center;
  color: #e32227;
  font-size: var(--fs-42);
}
div.voucher-box-wrapper .button-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper input {
  background-color: black;
  border: 2px solid white;
  padding: 1.2rem;
  color: white;
  border-radius: 1rem;
  min-width: 22rem;
  display: block;
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
div.voucher-box-wrapper .button-wrapper .personalize-voucher-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
div.voucher-box-wrapper .button-wrapper .quantity-wrapper-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.voucher-box-wrapper .button-wrapper .quantity-wrapper-js input {
  border: 1px solid #383838;
  background: unset;
  color: white;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0 1rem;
  width: 4.5rem;
  text-align: center;
}
div.voucher-box-wrapper .button-wrapper span {
  background-color: #282828;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.5rem;
  width: 3.5rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
}
div.voucher-box-wrapper .button-wrapper span.minus {
  border-radius: 1.4rem 0 0 1.4rem;
}
div.voucher-box-wrapper .button-wrapper span.plus {
  border-radius: 0 1.4rem 1.4rem 0;
}
div.voucher-box-wrapper .voucher-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.voucher-box-wrapper .voucher-type-wrapper > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--fs-16);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper {
  background: black;
  color: white;
  font-weight: 500;
  border-radius: 1rem;
  border: 2px solid white;
  padding: 1.2rem;
  height: 5rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
}
div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper:after {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  content: "";
  margin-left: 1rem;
  width: 13px;
  min-width: 13px;
  height: 6px;
  min-height: 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/workshop/filter-arrow.svg");
}
div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper .options-wrapper {
  position: absolute;
  border: 1px solid white;
  border-radius: 1rem;
  padding: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  width: 100%;
  top: 115%;
  background-color: black;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  z-index: 2;
  left: 0;
  cursor: initial;
}
div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper .options-wrapper a {
  color: white;
  font-weight: 600;
  font-size: var(--fs-16);
  width: 100%;
}
div.voucher-box-wrapper .voucher-type-wrapper div.input-wrapper .options-wrapper.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.voucher-box-wrapper .other-voucher {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.voucher-box-wrapper .other-voucher a {
  color: white;
}
div.voucher-box-wrapper .other-voucher a:hover {
  color: #e32227;
}

section.single-voucher-mobile {
  padding-top: 7.1875vw;
  position: relative;
  display: none;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/workshop-bg.png");
  background-size: contain;
  background-position: center 70vh;
  background-repeat: no-repeat;
}
section.single-voucher-mobile .mobile-background-wrapper {
  height: 70vh;
}
section.single-voucher-mobile .mobile-background-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section.single-voucher-mobile .breadcrumbs-container .row {
  position: absolute;
  top: 7.1875vw;
  max-width: 100%;
}
section.single-voucher-mobile .voucher-box-wrapper {
  margin: 2rem 0 3rem 0;
  padding: 2rem;
  position: relative;
  top: unset;
}
@media (max-width: 1200px) {
  section.single-voucher-mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  section.single-voucher-mobile {
    padding-top: 7.2rem;
  }
  section.single-voucher-mobile .breadcrumbs-container .row {
    top: 7.2rem;
  }
}
@media (max-width: 576px) {
  section.single-voucher-mobile .mobile-background-wrapper {
    height: 50vh;
  }
}

section.voucher-realization {
  padding-top: 7.1875vw;
}
section.voucher-realization:before {
  content: "";
  position: absolute;
  top: 7.1875vw;
  left: 0;
  width: 100%;
  height: calc(100% - 7.1875vw);
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/voucher/voucher-bg.png");
  background-size: cover;
}
section.voucher-realization .box-wrapper {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
  background-color: black;
  border-radius: 1.6rem;
  padding: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.voucher-realization .box-wrapper:before {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #e32227;
  top: -2px;
  left: 5%;
  position: absolute;
  border-radius: 1rem;
}
section.voucher-realization .box-wrapper h1 {
  font-weight: 700;
  font-size: var(--fs-60);
  color: white;
  margin: 2rem 0 1rem 0;
}
section.voucher-realization .box-wrapper h1 ~ p {
  font-weight: 700;
  color: white;
  font-size: var(--fs-24);
  text-align: center;
}
section.voucher-realization .box-wrapper h1 ~ p span {
  color: #e32227;
  font-weight: 500;
}
section.voucher-realization .box-wrapper .input-wrapper {
  border: 2px solid white;
  border-radius: 1.6rem;
  margin-top: 2rem;
  padding: 7px;
}
section.voucher-realization .box-wrapper .input-wrapper .button {
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
}
section.voucher-realization .box-wrapper .input-wrapper input {
  border: unset;
  background: transparent;
  color: white;
  font-size: var(--fs-16);
}
section.voucher-realization .breadcrumbs-row {
  display: none;
}
@media (max-width: 992px) {
  section.voucher-realization {
    padding-top: 7.2rem;
  }
  section.voucher-realization:before {
    top: 7.2rem;
    height: calc(100% - 7.2rem);
  }
}
@media (max-width: 768px) {
  section.voucher-realization .breadcrumbs {
    display: none;
  }
  section.voucher-realization .breadcrumbs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.voucher-realization .breadcrumbs-row .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.voucher-realization .box-wrapper h1 {
    margin-top: 0;
  }
  section.voucher-realization .box-wrapper .input-wrapper {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    border: unset;
    border-radius: unset;
    padding: unset;
    width: 100%;
  }
  section.voucher-realization .box-wrapper .input-wrapper .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.voucher-realization .box-wrapper .input-wrapper input {
    border: 2px solid white;
    border-radius: 1.6rem;
    padding: 1.2rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.voucher-realization .box-wrapper h1 {
    font-size: 2.4rem;
  }
  section.voucher-realization .box-wrapper h1 ~ p {
    font-size: 1.4rem;
  }
}

section.voucher-realization-steps {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/voucher-bg.png");
  background-size: cover;
}
section.voucher-realization-steps .steps-wrapper h2 {
  color: white;
  font-weight: 700;
  font-size: var(--fs-30);
}
section.voucher-realization-steps .steps-wrapper h2 span {
  color: #e32227;
  font-weight: 500;
}
section.voucher-realization-steps .steps-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
section.voucher-realization-steps .steps-wrapper ul li {
  color: white;
  font-weight: 500;
  font-size: var(--fs-22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.voucher-realization-steps .steps-wrapper ul li strong {
  font-weight: 700;
}
section.voucher-realization-steps .steps-wrapper ul li img {
  margin-right: 1rem;
}
section.voucher-realization-steps .box-wrapper {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  background: black;
  position: relative;
  padding: 5rem;
}
section.voucher-realization-steps .box-wrapper .decorator {
  position: absolute;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 2rem;
  right: -1rem;
  bottom: -1rem;
  width: 90%;
  height: 90%;
  display: none;
}
section.voucher-realization-steps .box-wrapper > p:first-of-type {
  font-weight: 700;
  color: white;
  font-size: var(--fs-30);
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
section.voucher-realization-steps .box-wrapper > p:first-of-type span {
  font-weight: 500;
  color: #e32227;
}
section.voucher-realization-steps .box-wrapper div p {
  color: white;
  font-weight: 500;
  font-size: var(--fs-18);
}
section.voucher-realization-steps .box-wrapper div p:last-of-type {
  margin-top: 2rem;
}
section.voucher-realization-steps .box-wrapper div a {
  color: #e32227;
  font-weight: 700;
  font-size: var(--fs-22);
}
@media (max-width: 992px) {
  section.voucher-realization-steps .box-wrapper {
    margin-top: 3rem;
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  section.voucher-realization-steps .steps-wrapper ul li img {
    max-width: 3.6rem;
  }
}

section.search-results-section {
  padding-top: 7.1875vw;
  color: white;
}
section.search-results-section h3 {
  color: white;
  font-size: var(--fs-32);
  font-weight: 600;
  margin-bottom: 1rem;
}
section.search-results-section a {
  color: white;
}
section.search-results-section a:hover {
  color: #e32227;
}

section.mobile-workshops-filter {
  display: none;
  padding: 0;
}
section.mobile-workshops-filter .row {
  padding-bottom: 0;
}
section.mobile-workshops-filter .button-wrapper {
  border-bottom: 1px solid #4c4c4c;
  padding: 2rem 0;
}
section.mobile-workshops-filter .button-wrapper p {
  cursor: pointer;
}
@media (max-width: 576px) {
  section.mobile-workshops-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-filter-wrapper {
  display: none;
  background-color: black;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 10001;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.mobile-filter-wrapper > p {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.mobile-filter-wrapper .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.mobile-filter-wrapper .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-filter-wrapper .buttons-wrapper input {
  text-transform: uppercase;
}
.mobile-filter-wrapper form {
  height: 100%;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.mobile-filter-wrapper .boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.mobile-filter-wrapper .boxes-wrapper > div {
  border-bottom: 1px solid #4c4c4c;
  padding: 1rem 0;
}
.mobile-filter-wrapper .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-filter-wrapper .date-wrapper input {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 4px;
  border-radius: 1rem;
  font-size: 1.4rem;
  min-width: 14rem;
  min-height: 3.3rem;
}
.mobile-filter-wrapper .date-wrapper ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.mobile-filter-wrapper .cousine-type-box > label,
.mobile-filter-wrapper .event-wrapper > label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.mobile-filter-wrapper .cousine-type-box > label:after,
.mobile-filter-wrapper .event-wrapper > label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/workshop/filter-arrow.svg");
}
.mobile-filter-wrapper .cousine-type-box > label.active:after,
.mobile-filter-wrapper .event-wrapper > label.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-filter-wrapper .cousine-type-box .options-wrapper,
.mobile-filter-wrapper .event-wrapper .options-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 1.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mobile-filter-wrapper .cousine-type-box .options-wrapper label,
.mobile-filter-wrapper .event-wrapper .options-wrapper label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  cursor: pointer;
}
.mobile-filter-wrapper .cousine-type-box .options-wrapper label span.checkbox-span,
.mobile-filter-wrapper .event-wrapper .options-wrapper label span.checkbox-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  background-color: black;
  border: 2px solid white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-filter-wrapper .cousine-type-box .options-wrapper label span.checkbox-span.checked:after,
.mobile-filter-wrapper .event-wrapper .options-wrapper label span.checkbox-span.checked:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: white;
}
.mobile-filter-wrapper .cousine-type-box .options-wrapper.open,
.mobile-filter-wrapper .event-wrapper .options-wrapper.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
}

@media (max-width: 576px) {
  section.all-workshops {
    padding-top: 0;
  }
  section.all-workshops .row {
    padding-top: 0;
  }
  section.all-workshops .workshops-filter-wrapper.hidden {
    padding-bottom: 0;
    border-bottom: unset;
  }
  section.all-workshops .workshops-filter-wrapper form {
    display: none;
  }
  section.all-workshops .workshops-filter-wrapper .values-wrapper {
    margin-top: 2rem;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #fafafa inset !important;
  background-color: #fafafa !important;
  background-clip: content-box !important;
}

.formatted-content {
  font-weight: 500;
  line-height: 1.75;
  font-size: var(--fs-16);
}
.formatted-content * {
  max-width: 100%;
}
.formatted-content sup {
  vertical-align: super;
  font-size: smaller;
}
.formatted-content sub {
  vertical-align: sub;
  font-size: smaller;
}
.formatted-content blockquote {
  border-left: 3px solid white;
  padding-left: 2rem;
  font-weight: 700;
  position: relative;
}
.formatted-content img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.formatted-content strong {
  font-weight: 700;
}
.formatted-content em {
  font-style: italic;
}
.formatted-content a {
  text-decoration: underline;
  color: inherit;
}
.formatted-content ol {
  margin-bottom: 1rem;
}
.formatted-content ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 2rem;
}
.formatted-content ol li ol li {
  list-style: lower-alpha;
}
.formatted-content ul {
  margin-bottom: 1rem;
}
.formatted-content ul li {
  list-style: circle;
  list-style-position: outside;
  margin-left: 2rem;
}
.formatted-content p {
  margin-bottom: 1rem;
}
.formatted-content h1,
.formatted-content h2,
.formatted-content h3,
.formatted-content h4,
.formatted-content h5,
.formatted-content h6 {
  text-transform: none;
  margin-bottom: 1rem;
}
.formatted-content h1 {
  font-size: calc(24px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h2 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h3 {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.formatted-content iframe {
  max-width: 100%;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
}

section.home-main-section {
  padding-top: calc(8rem + 7.1875vw);
  height: 100vh;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home-main-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/main-bg.png");
  background-size: cover;
}
section.home-main-section .header-wrapper {
  position: relative;
  z-index: 3;
}
section.home-main-section .header-wrapper > p {
  font-size: var(--fs-24);
  color: white;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6rem;
  position: relative;
}
section.home-main-section .header-wrapper > p:after {
  content: "";
  width: 10rem;
  height: 3px;
  border-radius: 3px;
  background-color: #e32227;
  position: absolute;
  left: 0;
  bottom: -3rem;
}
section.home-main-section .header-wrapper h1 {
  letter-spacing: -0.015em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  line-height: 1.25;
  margin-bottom: 6rem;
  line-height: 1.45;
}
section.home-main-section .header-wrapper h1 span {
  position: relative;
}
section.home-main-section .header-wrapper h1 span p {
  position: absolute;
  text-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  -webkit-transform: rotate(-9.35deg);
      -ms-transform: rotate(-9.35deg);
          transform: rotate(-9.35deg);
  color: #e32227;
  font-size: var(--fs-30);
  font-family: "Caveat", cursive;
}
section.home-main-section .header-wrapper h1 span.span1 p {
  bottom: -20px;
  right: -25%;
}
section.home-main-section .header-wrapper h1 span.span2 p {
  bottom: -20px;
  right: -15%;
}
@media (max-width: 370px) {
  section.home-main-section .header-wrapper h1 span.span1 p {
    right: -11%;
  }
  section.home-main-section .header-wrapper h1 span.span2 p {
    right: 0%;
  }
}
section.home-main-section .container {
  position: relative;
}
section.home-main-section .movie-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 5%;
  width: 66%;
  height: 90%;
}
section.home-main-section .movie-wrapper video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  z-index: 2;
}
section.home-main-section .movie-wrapper:after {
  content: "";
  width: 70%;
  height: 95%;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 3rem;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
}
section.home-main-section .mobile-movie-wrapper {
  display: none;
}
@media (max-width: 992px) {
  section.home-main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 7.2rem;
    height: unset;
    min-height: unset;
  }
  section.home-main-section:before {
    display: none;
  }
  section.home-main-section .movie-wrapper {
    display: none;
  }
  section.home-main-section .mobile-movie-wrapper {
    display: block;
    position: relative;
    width: 100%;
  }
  section.home-main-section .mobile-movie-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(3.81%, #000000), color-stop(28.91%, rgba(0, 0, 0, 0)), color-stop(65.59%, rgba(0, 0, 0, 0)), color-stop(93.32%, #000000));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(top, #000000 3.81%, rgba(0, 0, 0, 0) 28.91%, rgba(0, 0, 0, 0) 65.59%, #000000 93.32%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #000000 3.81%, rgba(0, 0, 0, 0) 28.91%, rgba(0, 0, 0, 0) 65.59%, #000000 93.32%);
  }
  section.home-main-section .mobile-movie-wrapper video {
    width: 100%;
    max-width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
  section.home-main-section .header-wrapper {
    margin-top: -6rem;
  }
  section.home-main-section .header-wrapper > p {
    display: none;
  }
  section.home-main-section .header-wrapper h1 {
    margin-bottom: 3rem;
  }
}

section.workshops {
  overflow-x: hidden;
}
section.workshops .title-wrapper {
  margin-bottom: 2rem;
}
section.workshops .title-wrapper h2 {
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: var(--fs-48);
  margin-bottom: 1rem;
}
section.workshops .title-wrapper h2 span {
  color: #e32227;
  font-weight: 500;
}
section.workshops .title-wrapper h2 br {
  display: none;
}
section.workshops .title-wrapper p {
  color: #d2d2d2;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: var(--fs-18);
}
section.workshops .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.workshops .worshops-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.workshops .worshops-slider .slick-slide {
  height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.workshops .worshops-slider .slick-slide > div {
  width: 100%;
}
section.workshops .worshops-slider .product-box {
  padding: 0 1rem;
}
section.workshops .worshops-slider .slick-arrow.slick-next {
  right: -6rem;
}
section.workshops .worshops-slider .slick-arrow.slick-prev {
  left: -6rem;
}
@media (max-width: 820px) {
  section.workshops .worshops-slider .slick-arrow {
    top: 20%;
  }
  section.workshops .worshops-slider .slick-arrow.slick-next {
    right: 2rem;
  }
  section.workshops .worshops-slider .slick-arrow.slick-prev {
    left: 2rem;
  }
}
@media (max-width: 576px) {
  section.workshops .title-wrapper h2 {
    font-size: 2rem;
  }
  section.workshops .title-wrapper h2 br {
    display: block;
  }
  section.workshops .slick-list {
    width: 150%;
  }
  section.workshops .worshops-slider .slick-arrow {
    top: calc((100% - 3.7rem) / 2);
    background: #e32227;
    height: 3.7rem !important;
    width: 3rem !important;
    border: unset !important;
  }
  section.workshops .worshops-slider .slick-arrow.slick-next {
    right: -1.5rem;
    border-radius: 4px 0 0 4px !important;
  }
  section.workshops .worshops-slider .slick-arrow.slick-next:after {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow-mobile.svg") !important;
  }
  section.workshops .worshops-slider .slick-arrow.slick-prev {
    border-radius: 0 4px 4px 0 !important;
    left: -1.5rem;
  }
  section.workshops .worshops-slider .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow-mobile.svg") !important;
  }
}

.slick-arrow {
  width: 5.7rem !important;
  height: 5.7rem !important;
  border: 2px solid #e32227 !important;
  border-radius: 100% !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-transition: all 250ms ease !important;
  -o-transition: all 250ms ease !important;
  transition: all 250ms ease !important;
  z-index: 2 !important;
}
.slick-arrow:hover {
  background-color: #ef7c75 !important;
  border-color: #ef7c75 !important;
}
.slick-arrow:after {
  content: "" !important;
  width: 2.4rem !important;
  height: 2.2rem !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow.svg") !important;
}
.slick-arrow:before {
  display: none !important;
}
.slick-arrow.slick-prev:after {
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
@media (max-width: 576px) {
  .slick-arrow {
    width: 4rem !important;
    height: 4rem !important;
  }
  .slick-arrow:after {
    width: 1.8rem !important;
    height: 1.8rem !important;
  }
}

.product-box {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-box .image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  overflow: hidden;
  padding-top: 69.696969697%;
}
.product-box .image-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.39%, rgba(0, 0, 0, 0.2)), color-stop(27.47%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 15.39%, rgba(0, 0, 0, 0) 27.47%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 15.39%, rgba(0, 0, 0, 0) 27.47%);
  top: 0;
  left: 0;
  position: absolute;
}
.product-box .image-wrapper img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-box .image-wrapper p {
  position: absolute;
  left: 1rem;
  z-index: 1;
  color: white;
}
.product-box .image-wrapper p.lang {
  font-size: 1.6rem;
  padding: 6px 1.8rem;
  border: 2px solid white;
  border-radius: 2rem;
  font-weight: 700;
  bottom: 1rem;
  font-family: "Advent Pro", sans-serif;
  line-height: 1;
}
.product-box .image-wrapper p.type {
  top: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.product-box .image-wrapper p.type span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .image-wrapper p.type span:before {
  content: "";
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.product-box .image-wrapper p.type span.mexican:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/mexican.svg");
}
.product-box .image-wrapper p.type span.asian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/asian.svg");
}
.product-box .image-wrapper p.type span.italian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/wloska.svg");
}
.product-box .image-wrapper p.type span.american:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/american.svg");
}
.product-box .image-wrapper p.type span.balkan:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/balkan.svg");
}
.product-box .image-wrapper p.type span.bar:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/barman.svg");
}
.product-box .image-wrapper p.type span.spanish:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/hiszpanska.svg");
}
.product-box .image-wrapper p.type span.indian:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/indyjska.svg");
}
.product-box .image-wrapper p.type span.other:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/inne.svg");
}
.product-box .image-wrapper p.type span.japanese:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/japonska.svg");
}
.product-box .image-wrapper p.type span.sweet:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/na-slodko.svg");
}
.product-box .image-wrapper p.type span.polish:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/polska.svg");
}
.product-box .image-wrapper p.type span.vege:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/product/vege.svg");
}
.product-box .image-wrapper p.sold-out {
  font-size: var(--fs-16);
  font-weight: 600;
  background-color: #e32227;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  padding: 0 4rem;
  left: unset;
  right: -38px;
  top: 34px;
}
.product-box .text-wrapper {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.product-box .text-wrapper > div:first-of-type {
  margin-bottom: 2rem;
}
.product-box .text-wrapper p.date {
  font-weight: 600;
  color: white;
  font-size: var(--fs-22);
}
.product-box .text-wrapper p.place {
  font-weight: 500;
  font-size: var(--fs-18);
  color: #c3c2c2;
}
.product-box .text-wrapper h3 {
  font-weight: 700;
  color: white;
  font-size: var(--fs-20);
  margin-top: 8px;
  line-height: 1.25;
}
.product-box .text-wrapper h3 a {
  color: inherit;
}
.product-box .text-wrapper h3 a:hover {
  color: #e32227;
}
.product-box .text-wrapper .level {
  margin-bottom: 1rem;
}
.product-box .text-wrapper .level p {
  font-size: 1.6rem;
  color: white;
  font-weight: 600;
}
.product-box .text-wrapper .level p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .text-wrapper .level p span:before {
  content: "";
  width: 7.2rem;
  min-width: 7.2rem;
  height: 2.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.product-box .text-wrapper .level p span.easy:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level1.svg");
}
.product-box .text-wrapper .level p span.medium:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level2.svg");
}
.product-box .text-wrapper .level p span.difficult:before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/level3.svg");
}
.product-box .text-wrapper .price-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-box .text-wrapper .price-cart div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .text-wrapper .price-cart .regular-price,
.product-box .text-wrapper .price-cart .old-price {
  color: #e32227;
  font-size: var(--fs-20);
  font-weight: 700;
}
.product-box .text-wrapper .price-cart .sale-price {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  font-size: 1.2rem;
}
.product-box .text-wrapper .price-cart .button {
  padding: 1rem !important;
  font-size: 1.4rem !important;
}
@media (max-width: 576px) {
  .product-box .image-wrapper p.type {
    font-size: 1.2rem;
  }
  .product-box .image-wrapper p.lang {
    font-size: 1.2rem;
    padding: 0 8px;
    line-height: 1.8rem;
  }
  .product-box .text-wrapper > div:first-of-type {
    margin-bottom: 0;
  }
  .product-box .text-wrapper p.date {
    font-size: 1.2rem;
  }
  .product-box .text-wrapper p.place {
    font-size: 1rem;
  }
  .product-box .text-wrapper .level p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  body.home .product-box .text-wrapper .price-cart,
section.single-workshop-page .product-box .text-wrapper .price-cart {
    display: none;
  }
}
body.home .product-box .text-wrapper .mobile-price-cart,
section.single-workshop-page .product-box .text-wrapper .mobile-price-cart {
  display: none;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.home .product-box .text-wrapper .mobile-price-cart div,
section.single-workshop-page .product-box .text-wrapper .mobile-price-cart div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.home .product-box .text-wrapper .mobile-price-cart div span.regular-price,
body.home .product-box .text-wrapper .mobile-price-cart div span.sale-price,
section.single-workshop-page .product-box .text-wrapper .mobile-price-cart div span.regular-price,
section.single-workshop-page .product-box .text-wrapper .mobile-price-cart div span.sale-price {
  color: #e32227;
  font-weight: 700;
  font-size: 1.4rem;
}
body.home .product-box .text-wrapper .mobile-price-cart div span.old-price,
section.single-workshop-page .product-box .text-wrapper .mobile-price-cart div span.old-price {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-weight: 500;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 576px) {
  body.home .product-box .text-wrapper .mobile-price-cart,
section.single-workshop-page .product-box .text-wrapper .mobile-price-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.opinions {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/opinions-bg2.png");
  background-size: cover;
  overflow-x: hidden;
}
section.opinions .title-wrapper {
  margin-bottom: 2rem;
}
section.opinions .title-wrapper h2 {
  color: white;
  font-weight: 400;
  font-size: var(--fs-48);
  text-align: center;
}
section.opinions .title-wrapper h2 strong {
  font-weight: 600;
}
section.opinions .opinions-slider .slick-slide {
  padding: 0 1.5rem 0 1.5rem;
}
section.opinions .opinions-slider .opinion-box {
  background-color: black;
  border-radius: 1.6rem;
  padding: 3.6rem 2.4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.opinions .opinions-slider .opinion-box > img {
  margin-bottom: 2rem;
}
section.opinions .opinions-slider .opinion-box p {
  font-size: var(--fs-18);
  color: white;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
section.opinions .opinions-slider .opinion-box .person-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.opinions .opinions-slider .opinion-box .person-wrapper img {
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
}
section.opinions .opinions-slider .opinion-box p.name {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
}
section.opinions .opinions-slider .opinion-box p.company {
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-18);
}
section.opinions .opinions-slider .slick-arrow.slick-next {
  right: -6rem;
}
section.opinions .opinions-slider .slick-arrow.slick-prev {
  left: -6rem;
}
section.opinions .opinions-slider ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -6rem;
}
section.opinions .opinions-slider ul.slick-dots li {
  border: 2px solid #929292;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
}
section.opinions .opinions-slider ul.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
section.opinions .opinions-slider ul.slick-dots li button:before {
  display: none;
}
section.opinions .opinions-slider ul.slick-dots li.slick-active {
  border: 2px solid white;
  background-color: white;
}
@media (max-width: 820px) {
  section.opinions .opinions-slider .slick-arrow.slick-next {
    right: 2rem;
  }
  section.opinions .opinions-slider .slick-arrow.slick-prev {
    left: 2rem;
  }
}
@media (max-width: 576px) {
  section.opinions .title-wrapper {
    margin-bottom: 0;
  }
  section.opinions .title-wrapper h2 {
    font-size: 2rem;
  }
  section.opinions .opinions-slider .slick-list {
    width: 100%;
  }
  section.opinions .opinions-slider .slick-arrow {
    top: calc((100% - 3.7rem) / 2);
    background: #e32227;
    height: 3.7rem !important;
    width: 3rem !important;
    border-radius: 4px 0 0 4px !important;
    border: unset !important;
  }
  section.opinions .opinions-slider .slick-arrow:after {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/buttons/white-right-arrow-mobile.svg") !important;
  }
  section.opinions .opinions-slider .slick-arrow.slick-next {
    right: -1.5rem;
  }
  section.opinions .opinions-slider .slick-arrow.slick-prev {
    border-radius: 0 4px 4px 0 !important;
    left: -1.5rem;
  }
  section.opinions .opinions-slider .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section.opinions .opinions-slider .slick-slide {
    padding: 0 3rem;
  }
  section.opinions .opinions-slider .opinion-box {
    padding: 2rem;
  }
  section.opinions .opinions-slider .opinion-box p {
    font-size: 1.2rem;
  }
  section.opinions .opinions-slider .opinion-box p.name {
    font-size: 1.2rem;
  }
  section.opinions .opinions-slider .opinion-box p.company {
    font-size: 1.4rem;
  }
}

section.info-section {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/info-bg.png");
  background-size: cover;
  padding: 10rem 0;
}
section.info-section .text-wrapper h2 {
  color: white;
  font-weight: 500;
  line-height: 125%;
  font-size: var(--fs-48);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.info-section .text-wrapper ul {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.info-section .text-wrapper ul li {
  font-size: var(--fs-18);
  font-weight: 500;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.info-section .text-wrapper ul li:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/hat.svg");
  margin-right: 1rem;
}
section.info-section .text-wrapper ul li:nth-of-type(2):before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/clock.svg");
}
section.info-section .text-wrapper ul li:nth-of-type(3):before {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/svg/icons/cutlery.svg");
}
section.info-section .text-wrapper p {
  color: white;
  font-style: var(--fs-18);
  font-weight: 500;
  margin: 4rem 0 2rem 0;
}
section.info-section .text-wrapper p strong {
  font-weight: 700;
}
section.info-section .text-wrapper a {
  text-transform: uppercase;
}
section.info-section .image-wrapper img {
  max-width: 100%;
}
@media (max-width: 992px) {
  section.info-section .image-wrapper {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  section.info-section {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/info-bg-mobile.png");
    padding: 4.8rem 0;
  }
}
@media (max-width: 576px) {
  section.info-section .text-wrapper h2 {
    font-size: 2.4rem;
  }
}

section.boxes-section {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/boxes-bg1.png");
  background-size: cover;
}
section.boxes-section .box-wrapper {
  border-radius: 2rem;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.boxes-section .box-wrapper.black-box {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), #000000;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #000000;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}
section.boxes-section .box-wrapper.red-box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 65, 54, 0.2)), color-stop(50.07%, rgba(235, 65, 54, 0))), -webkit-gradient(linear, left bottom, left top, from(#e32227), to(#e32227)), #e32227;
  background: -o-linear-gradient(left, rgba(235, 65, 54, 0.2) 0%, rgba(235, 65, 54, 0) 50.07%), -o-linear-gradient(bottom, #e32227, #e32227), #e32227;
  background: linear-gradient(90deg, rgba(235, 65, 54, 0.2) 0%, rgba(235, 65, 54, 0) 50.07%), linear-gradient(0deg, #e32227, #e32227), #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}
section.boxes-section .box-wrapper.red-box a:hover {
  background-color: black !important;
  border-color: black !important;
}
section.boxes-section .box-wrapper img {
  width: 5.625vw;
  height: 5.625vw;
  top: -2.8125vw;
  min-width: 7.5rem;
  min-height: 7.5rem;
}
section.boxes-section .box-wrapper h2 {
  margin: 3rem 0;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 1.25;
  font-size: var(--fs-30);
}
section.boxes-section .box-wrapper h2 strong {
  font-size: var(--fs-48);
}
@media (max-width: 1200px) {
  section.boxes-section .box-wrapper {
    padding: 6rem 3rem 3rem 3rem;
  }
  section.boxes-section .box-wrapper img {
    top: -3.75rem;
  }
  section.boxes-section .box-wrapper p {
    margin: 1.6rem 0;
  }
}
@media (max-width: 992px) {
  section.boxes-section .box-wrapper {
    height: unset;
  }
  section.boxes-section .box-wrapper.black-box {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  section.boxes-section {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/boxes-bg1-mobile.png");
  }
}
@media (max-width: 576px) {
  section.boxes-section .box-wrapper {
    padding: 2rem;
  }
  section.boxes-section .box-wrapper h2 {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
  section.boxes-section .box-wrapper h2 strong {
    font-size: 1.8rem;
  }
  section.boxes-section .box-wrapper img {
    min-width: unset;
    min-height: unset;
    width: 6rem;
    height: 6rem;
  }
}

form.woocommerce-cart-form {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
}
form.woocommerce-cart-form table {
  margin: 0 !important;
}
form.woocommerce-cart-form tbody tr td {
  border-bottom: 1px solid #4c4c4c;
  padding: 2rem !important;
}
form.woocommerce-cart-form tbody tr td.product-thumbnail a {
  display: block;
}
form.woocommerce-cart-form tbody tr td.product-thumbnail a img {
  width: 20rem;
  border-radius: 1rem;
  min-width: 20rem;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: unset;
}
form.woocommerce-cart-form tbody tr td.product-remove a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #717171 !important;
  height: unset;
  width: unset;
  padding: 4px 8px;
  border: 1px solid #717171;
  border-radius: 9.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
form.woocommerce-cart-form tbody tr td.product-remove a:hover {
  background: white;
  color: black !important;
  border: 1px solid white;
}
form.woocommerce-cart-form tbody tr td.product-remove a span {
  border: 1px solid #717171;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
form.woocommerce-cart-form tbody tr td.product-name a {
  color: white;
  font-weight: 800;
  font-size: var(--fs-18);
}
form.woocommerce-cart-form tbody tr td.product-name a:hover {
  color: #e32227;
}
form.woocommerce-cart-form tbody tr td.product-price {
  color: white;
}
@media (max-width: 768px) {
  form.woocommerce-cart-form tbody tr td.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
form.woocommerce-cart-form tbody tr td.product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.woocommerce-cart-form tbody tr td.product-quantity .quantity span {
  background-color: #282828;
  border: 1px solid #282828;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  cursor: pointer;
}
form.woocommerce-cart-form tbody tr td.product-quantity .quantity span.add-item-cart-button {
  border-radius: 0 1rem 1rem 0;
}
form.woocommerce-cart-form tbody tr td.product-quantity .quantity span.remove-item-cart-button {
  border-radius: 1rem 0 0 1rem;
}
form.woocommerce-cart-form tbody tr td.product-quantity input {
  background-color: #717171;
  border: unset;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 5px 1rem;
}
form.woocommerce-cart-form tbody tr td.product-subtotal {
  color: #e32227;
  font-size: var(--fs-24);
  font-weight: 700;
}
form.woocommerce-cart-form tbody tr:last-of-type td {
  border-bottom: unset;
}
@media (max-width: 1200px) {
  form.woocommerce-cart-form {
    padding: 1.5rem;
  }
  form.woocommerce-cart-form tbody tr td {
    padding: 1rem !important;
  }
  form.woocommerce-cart-form tbody tr td.product-thumbnail a img {
    width: 15rem;
    min-width: 15rem;
    height: 10rem;
  }
}
@media (max-width: 992px) {
  form.woocommerce-cart-form tbody tr td.product-thumbnail {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-bottom: unset;
  }
  form.woocommerce-cart-form tbody tr td.product-thumbnail a img {
    width: 10rem;
    min-width: 10rem;
    height: 6rem;
  }
}

ul.select2-results__options {
  background-color: black;
}

input.select2-search__field {
  background: black;
  border: 1px solid black;
}

div.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-line-pack: center;
      align-content: center;
}
div.coupon:before, div.coupon:after {
  display: none !important;
}
div.coupon input {
  padding: 1rem 1.2rem !important;
  background: transparent !important;
  border: 2px solid #ffffff !important;
  border-radius: 1.6rem !important;
  width: 15rem !important;
  color: white !important;
  font-size: var(--fs-16);
}
div.coupon button {
  height: 4.8rem;
  width: unset !important;
}
div.coupon ~ button {
  height: 4.8rem;
}
@media (max-width: 768px) {
  div.coupon ~ button {
    width: unset !important;
    float: left !important;
    margin-top: 1rem !important;
  }
}

div.cart-collaterals {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
  width: unset !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  margin-top: 2rem;
}
div.cart-collaterals .cart_totals {
  width: unset !important;
  float: unset !important;
}
div.cart-collaterals h2 {
  color: #ffffff;
  font-size: var(--fs-30);
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
div.cart-collaterals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
div.cart-collaterals a.checkout-button {
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
div.cart-collaterals table tr th {
  color: white;
}
div.cart-collaterals table tr td {
  color: #e32227;
}
div.cart-collaterals table tr.order-total th,
div.cart-collaterals table tr.order-total td, div.cart-collaterals table tr.cart-discount th,
div.cart-collaterals table tr.cart-discount td {
  border-top: 1px solid #4c4c4c !important;
}
div.cart-collaterals table tr.woocommerce-shipping-totals {
  display: none;
}
div.cart-collaterals table a.woocommerce-remove-coupon {
  color: white;
}
@media (max-width: 1200px) {
  div.cart-collaterals {
    padding: 1.5rem;
  }
}

form.woocommerce-shipping-calculator {
  display: none;
}

div.woocommerce-notices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fs-16) !important;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  display: none !important;
}
div.woocommerce-notices-wrapper .woocommerce-message,
div.woocommerce-notices-wrapper .woocommerce-info {
  background: transparent;
  color: white;
  font-weight: 600;
  border: unset;
  margin-bottom: 0;
  text-align: center;
}
div.woocommerce-notices-wrapper .woocommerce-message:before,
div.woocommerce-notices-wrapper .woocommerce-info:before {
  color: white;
}
div.woocommerce-notices-wrapper .woocommerce-message a,
div.woocommerce-notices-wrapper .woocommerce-info a {
  color: white !important;
  text-decoration: underline;
}
div.woocommerce-notices-wrapper .woocommerce-message a:hover,
div.woocommerce-notices-wrapper .woocommerce-info a:hover {
  color: #e32227 !important;
}
div.woocommerce-notices-wrapper .woocommerce-error {
  background: transparent;
  color: white;
  font-weight: 600;
  border: unset;
}
div.woocommerce-notices-wrapper .woocommerce-error:before {
  color: #e32227;
}

.woocommerce-info {
  background: transparent;
  color: white;
  font-weight: 600;
  border: unset;
  font-size: var(--fs-16) !important;
}
.woocommerce-info:before {
  color: white;
}
.woocommerce-info a {
  color: white !important;
  text-decoration: underline;
}
.woocommerce-info a:hover {
  color: #e32227 !important;
}

form.woocommerce-checkout .woocommerce-billing-fields,
form.woocommerce-checkout .woocommerce-additional-fields,
form.woocommerce-checkout .order-review-wrapper,
form.woocommerce-checkout .woocommerce-shipping-fields {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 3rem;
}
form.woocommerce-checkout .show-company-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.woocommerce-checkout .show-company-data label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 600;
}
form.woocommerce-checkout .show-company-data label input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
form.woocommerce-checkout .show-company-data label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: black;
  border: 2px solid white;
}
form.woocommerce-checkout .show-company-data label input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #e32227;
}
form.woocommerce-checkout #woo_ml_subscribe[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
form.woocommerce-checkout #woo_ml_subscribe[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: black;
  border: 2px solid white;
}
form.woocommerce-checkout #woo_ml_subscribe[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #e32227;
}
form.woocommerce-checkout .hidden-comapny-data {
  overflow: hidden;
  max-height: 0;
}
form.woocommerce-checkout .hidden-comapny-data.visible {
  max-height: 200vh;
  margin-top: 3rem;
}
form.woocommerce-checkout span.optional {
  display: none;
}
form.woocommerce-checkout .shipping_address {
  padding: 4rem 4rem 0 4rem;
}
form.woocommerce-checkout .woocommerce-error {
  background: transparent;
  color: white;
  font-weight: 600;
  border: 1px solid #e32227;
}
form.woocommerce-checkout .woocommerce-error:before {
  color: #e32227;
}
form.woocommerce-checkout input,
form.woocommerce-checkout textarea {
  color: white;
  border: 2px solid white;
  border-radius: 1rem;
  padding: 1rem;
  background: transparent;
  font-size: var(--fs-16);
}
form.woocommerce-checkout label {
  color: white;
  font-size: var(--fs-16);
}
form.woocommerce-checkout h3 {
  color: white;
  font-weight: 700;
  font-size: var(--fs-22);
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  padding: 4rem;
  padding-bottom: 0;
}
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  padding: 4rem;
  padding-bottom: 0;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: 4rem;
  padding-bottom: 0;
}
form.woocommerce-checkout span.select2-selection {
  background: transparent;
  border: 2px solid white;
  padding: 1rem;
  height: unset;
  border-radius: 1rem;
}
form.woocommerce-checkout span.select2-selection span.select2-selection__rendered {
  line-height: 1.25;
}
form.woocommerce-checkout span.select2-selection span.select2-selection__arrow {
  top: 8px;
}
form.woocommerce-checkout span.select2-selection span.select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
form.woocommerce-checkout .order-review-wrapper table {
  color: white;
}
form.woocommerce-checkout .order-review-wrapper table td,
form.woocommerce-checkout .order-review-wrapper table th {
  border-top: 1px solid white;
}
form.woocommerce-checkout .order-review-wrapper table a {
  color: white;
}
form.woocommerce-checkout .order-review-wrapper table a:hover {
  color: #e32227;
}
form.woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address {
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  form.woocommerce-checkout .woocommerce-billing-fields,
form.woocommerce-checkout .woocommerce-additional-fields,
form.woocommerce-checkout .order-review-wrapper,
form.woocommerce-checkout .woocommerce-shipping-fields {
    padding: 1.5rem;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 2rem;
    padding-bottom: 0;
  }
  form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    padding: 2rem;
    padding-bottom: 0;
  }
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 2rem;
    padding-bottom: 0;
  }
}

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

div.woocommerce-privacy-policy-text a {
  color: white;
  text-decoration: underline;
}

div#payment.woocommerce-checkout-payment-custom {
  background-color: #0e0d0d;
}

button#place_order {
  background-color: #e32227;
  margin-top: 1rem;
}

section.default-wc-page-section {
  padding-top: 7.1875vw;
  color: white;
}
section.default-wc-page-section:before {
  content: "";
  position: absolute;
  top: 7.1875vw;
  left: 0;
  width: 100%;
  height: calc(100% - 7.1875vw);
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/wc-bg.png");
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  section.default-wc-page-section {
    padding-top: 0;
  }
  section.default-wc-page-section:before {
    top: 0;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  body.page-template-moje-konto section.default-wc-page-section {
    padding-top: 7.1875vw;
  }
  body.page-template-moje-konto section.default-wc-page-section:before {
    top: 7.1875vw;
    height: calc(100% - 7.1875vw);
  }
}
@media (max-width: 992px) {
  body.page-template-moje-konto section.default-wc-page-section {
    padding-top: 7.2rem;
  }
  body.page-template-moje-konto section.default-wc-page-section:before {
    top: 7.2rem;
    height: calc(100% - 7.2rem);
  }
}

.wc-title-wrapper {
  margin-bottom: 4rem;
}
.wc-title-wrapper h1 {
  font-weight: 700;
  font-size: var(--fs-48);
  text-align: center;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc-title-wrapper h1:after {
  content: "";
  width: 10rem;
  border-radius: 1rem;
  height: 4px;
  display: block;
  background-color: #e32227;
  margin-top: 2rem;
}

body.page-template-koszyk .wc-title-wrapper h1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.woocommerce-order div.left-div {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 2rem;
  color: white;
}
.woocommerce-order div.left-div p {
  font-weight: 600;
  font-size: var(--fs-22);
  margin-bottom: 2rem;
}
.woocommerce-order div.left-div ul {
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 0%;
}
.woocommerce-order div.left-div ul li {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
  font-size: var(--fs-18);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: unset;
  gap: 5px;
}
.woocommerce-order div.left-div ul li strong {
  font-weight: 600;
  display: block;
  font-size: inherit;
}
.woocommerce-order div.left-div ~ p {
  display: none;
}
.woocommerce-order section.woocommerce-order-details {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 2rem;
  color: white;
}
.woocommerce-order section.woocommerce-order-details h2 {
  font-weight: 600;
  font-size: var(--fs-22);
  margin-bottom: 2rem;
}
.woocommerce-order section.woocommerce-order-details table {
  padding: 0 3rem;
}
.woocommerce-order section.woocommerce-order-details table a {
  color: white;
}
.woocommerce-order section.woocommerce-order-details table a:hover {
  color: #e32227;
}
.woocommerce-order section.woocommerce-order-details table tr td,
.woocommerce-order section.woocommerce-order-details table tr th {
  border-top: 1px solid white;
}
.woocommerce-order section.woocommerce-customer-details {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 2rem;
  color: white;
}
.woocommerce-order section.woocommerce-customer-details section.woocommerce-columns {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.woocommerce-order section.woocommerce-customer-details section.woocommerce-columns:before {
  display: none;
}
.woocommerce-order section.woocommerce-customer-details section.woocommerce-columns:after {
  display: none;
}
.woocommerce-order section.woocommerce-customer-details section.woocommerce-columns .woocommerce-column {
  width: 100%;
  max-width: 100%;
}
.woocommerce-order section.woocommerce-customer-details h2 {
  font-weight: 600;
  font-size: var(--fs-22);
  margin-bottom: 2rem;
}
.woocommerce-order section.woocommerce-customer-details address {
  padding: 0 3rem;
}
@media (max-width: 1200px) {
  .woocommerce-order div.left-div {
    padding: 1.5rem;
  }
  .woocommerce-order div.left-div ul {
    padding: 0 1rem;
  }
  .woocommerce-order section.woocommerce-order-details {
    padding: 1.5rem;
  }
  .woocommerce-order section.woocommerce-order-details table {
    padding: 0 1rem;
  }
  .woocommerce-order section.woocommerce-customer-details {
    padding: 1.5rem;
  }
  .woocommerce-order section.woocommerce-customer-details address {
    padding: 0 1rem;
  }
}

nav.woocommerce-MyAccount-navigation ul {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav.woocommerce-MyAccount-navigation ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid white;
  font-size: var(--fs-16);
  padding: 8px 1.6rem;
  border-radius: 1.6rem;
  color: white;
  font-weight: 600;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: white;
  color: black;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

div.woocommerce-MyAccount-content {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
  padding: 3rem;
  color: white;
  line-height: 2;
  font-size: var(--fs-18);
}
div.woocommerce-MyAccount-content a {
  color: white;
  text-decoration: underline;
}
div.woocommerce-MyAccount-content a:hover {
  color: #e32227;
}
div.woocommerce-MyAccount-content table.my_account_orders a.button {
  background-color: #e32227;
  color: white;
}
div.woocommerce-MyAccount-content p mark {
  background-color: rgba(227, 34, 39, 0.25);
}
div.woocommerce-MyAccount-content section.woocommerce-order-details {
  padding: 2rem 0;
  margin-bottom: 0;
}
div.woocommerce-MyAccount-content section.woocommerce-customer-details {
  padding: 0;
  margin-bottom: 0;
}
div.woocommerce-MyAccount-content form.edit-account input {
  color: white;
  border: 2px solid white;
  border-radius: 1rem;
  padding: 1rem;
  background: transparent;
}
div.woocommerce-MyAccount-content form.edit-account button {
  background-color: #e32227;
  color: white;
  margin-top: 2rem;
}
div.woocommerce-MyAccount-content form.edit-account button:hover {
  background-color: transparent;
  color: #e32227;
  border: 2px solid #e32227;
}

form.woocommerce-form-login {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem !important;
  padding: 3rem !important;
  border: unset !important;
  max-width: 50%;
  margin: auto !important;
}
form.woocommerce-form-login input {
  color: white;
  border: 2px solid white;
  border-radius: 1rem;
  padding: 1rem;
  background: transparent;
}
form.woocommerce-form-login button {
  background-color: #e32227 !important;
  color: white !important;
  margin-bottom: 1rem !important;
}
form.woocommerce-form-login button:hover {
  background-color: transparent;
  color: #e32227;
  border: 2px solid #e32227;
}
form.woocommerce-form-login label {
  color: white;
}
form.woocommerce-form-login p.form-row:nth-of-type(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
form.woocommerce-form-login p.woocommerce-LostPassword a {
  color: white;
  text-decoration: underline;
}

form.lost_reset_password {
  background: #0e0d0d;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  border-radius: 2rem !important;
  padding: 3rem !important;
  border: unset !important;
  max-width: 50%;
  margin: auto !important;
}
form.lost_reset_password p {
  width: 100% !important;
}
form.lost_reset_password input {
  color: white;
  border: 2px solid white;
  border-radius: 1rem;
  padding: 1rem;
  background: transparent;
}
form.lost_reset_password button {
  background-color: #e32227 !important;
  color: white !important;
  margin-top: 1rem !important;
}
form.lost_reset_password button:hover {
  background-color: transparent;
  color: #e32227;
  border: 2px solid #e32227;
}

@media (max-width: 992px) {
  nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  div.woocommerce-MyAccount-content {
    width: 100% !important;
  }
  form.woocommerce-form-login,
form.lost_reset_password {
    max-width: 100%;
  }
}
body.page-template-moje-konto .woocommerce h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}

#checkout_checkbox_field label.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.5;
  color: white;
}
#checkout_checkbox_field label.checkbox a {
  color: inherit;
  text-decoration: underline;
  margin: 0 5px;
}
#checkout_checkbox_field label.checkbox abbr {
  color: red;
}
#checkout_checkbox_field label.checkbox span ~ abbr {
  display: none;
}
#checkout_checkbox_field input[type=checkbox] {
  top: 5px;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#checkout_checkbox_field input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: black;
  border: 2px solid white;
}
#checkout_checkbox_field input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #e32227;
}

section.lp-main-section {
  padding-top: calc(8rem + 7.1875vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.lp-main-section .header-wrapper {
  margin-top: 3rem;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
section.lp-main-section .header-wrapper h1 {
  letter-spacing: -0.015em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  line-height: 1.25;
  line-height: 1.45;
}
section.lp-main-section .header-wrapper span {
  display: block;
  width: 10.5rem;
  height: 3px;
  background-color: #e32227;
}
section.lp-main-section .header-wrapper p {
  font-size: var(--fs-18);
}
section.lp-main-section .header-wrapper .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
section.lp-main-section .header-wrapper a {
  text-transform: uppercase;
}
section.lp-main-section .image-wrapper {
  position: relative;
}
section.lp-main-section .image-wrapper:after {
  content: "";
  width: 70%;
  height: 95%;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
          box-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  border-radius: 3rem;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
}
section.lp-main-section .image-wrapper img {
  border-radius: 2rem;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
section.lp-main-section .col-xl-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.lp-main-section .container {
  position: relative;
}
section.lp-main-section .mobile-movie-wrapper {
  display: none;
}
@media (max-width: 992px) {
  section.lp-main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 7.2rem;
    height: unset;
    min-height: unset;
  }
  section.lp-main-section:before {
    display: none;
  }
  section.lp-main-section .movie-wrapper {
    display: none;
  }
  section.lp-main-section .mobile-movie-wrapper {
    display: block;
    position: relative;
    width: 100%;
  }
  section.lp-main-section .mobile-movie-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(3.81%, #000000), color-stop(28.91%, rgba(0, 0, 0, 0)), color-stop(65.59%, rgba(0, 0, 0, 0)), color-stop(93.32%, #000000));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(top, #000000 3.81%, rgba(0, 0, 0, 0) 28.91%, rgba(0, 0, 0, 0) 65.59%, #000000 93.32%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #000000 3.81%, rgba(0, 0, 0, 0) 28.91%, rgba(0, 0, 0, 0) 65.59%, #000000 93.32%);
  }
  section.lp-main-section .mobile-movie-wrapper video {
    width: 100%;
    max-width: 100%;
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
  section.lp-main-section .header-wrapper h1 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  section.lp-main-section {
    padding-bottom: 0;
  }
}

body.page-template-landing-page section.why-us {
  background: unset;
}
body.page-template-landing-page section.why-us .title-wrapper p {
  font-size: var(--fs-18);
  text-align: center;
  margin: 0 20%;
  margin-top: 2rem;
}
body.page-template-landing-page section.why-us .boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 4rem 0;
}
body.page-template-landing-page section.why-us .boxes-wrapper .box-wrapper {
  width: calc((100% - 4rem) / 3);
  padding: 2.4rem;
  background-color: #e32227;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.55);
  border-radius: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-landing-page section.why-us .boxes-wrapper .box-wrapper h3 {
  font-weight: 700;
  font-size: var(--fs-22);
  color: white;
  letter-spacing: 0.025em;
}
body.page-template-landing-page section.why-us .boxes-wrapper .box-wrapper h3 span {
  color: #e32227;
}
body.page-template-landing-page section.why-us .boxes-wrapper .box-wrapper p {
  color: white;
  font-weight: 600;
  font-size: var(--fs-16);
}
@media (max-width: 768px) {
  body.page-template-landing-page section.why-us {
    background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/teambuilding/why-us-bg-mobile.png");
    background-position-y: bottom;
  }
  body.page-template-landing-page section.why-us .boxes-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.page-template-landing-page section.why-us .boxes-wrapper .box-wrapper {
    width: 100%;
  }
  body.page-template-landing-page section.why-us .boxes-wrapper .box-wrapper img {
    max-width: 8rem;
  }
}

section.stats {
  background-image: url("../../../../../wp-content/themes/polish-your-cooking-theme/assets/img/home/info-bg.png");
  background-size: cover;
}
section.stats .title-wrapper p {
  font-size: var(--fs-18);
  text-align: center;
  margin: 0 20%;
  margin-top: 2rem;
}
section.stats .boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 4rem 0;
}
section.stats .boxes-wrapper .box-wrapper {
  width: calc((100% - 6rem) / 4);
  padding: 2rem 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.stats .boxes-wrapper .box-wrapper:after {
  width: 100%;
  content: "";
  height: 6px;
  background-color: #e32227;
  border-radius: 1rem;
  bottom: 0;
  left: 0;
  position: absolute;
}
section.stats .boxes-wrapper .box-wrapper h4 {
  text-shadow: 0px 0px 25px rgba(235, 65, 54, 0.55);
  color: #e32227;
  font-weight: 600;
  font-size: var(--fs-60);
}
section.stats .boxes-wrapper .box-wrapper p {
  color: white;
  font-weight: 600;
  font-size: var(--fs-18);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
          transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */