/*

Theme Name: FASTSITE blank theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: fastsite-blank-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap");
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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
li,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
textarea,
table,
span {
  font-family: "DM Mono", monospace;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}

p {
  font-family: "DM Serif Text", serif;
  line-height: 1.5;
}

legend,
address {
  font-family: "DM Serif Text", serif;
  line-height: 1.5;
}

h1 {
  font-size: 5.3rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 3.3rem;
  }
}

@media only screen and (max-width: 400px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 576px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 400px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 3.5rem;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 576px) {
  h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 400px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 576px) {
  h4 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 400px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  h5 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  h5 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 400px) {
  h5 {
    font-size: 1rem;
  }
}

.white-button-with-arrow {
  background: 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: 1rem 3rem;
  text-decoration: none;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  color: black;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.white-button-with-arrow .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 1.25rem;
}

.white-button-with-arrow:after {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/arrow.svg");
  margin-left: 0.5rem;
  line-height: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: black;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  display: inline-block;
}

.white-button-with-arrow:hover {
  padding: 1rem 2.75rem;
}

.white-button-with-arrow:hover:after {
  margin-left: 1rem;
}

.orange-button {
  background: #ed572f;
  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;
  padding: 1rem 3rem;
  text-decoration: none;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  color: black;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.orange-button .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 1.25rem;
}

.orange-button:hover {
  text-decoration: underline;
}

.orange-button-arrow {
  background: #ed572f;
  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;
  padding: 1rem 3rem;
  padding-left: 5rem;
  text-decoration: none;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  color: white;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  position: relative;
}

.orange-button-arrow .skew-fix {
  display: inline-block;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  font-size: 1.25rem;
}

.orange-button-arrow:hover {
  text-decoration: underline;
}

.orange-button-arrow:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/arrow404.svg");
  margin-right: 0.5rem;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/*
HEADER
*/
/*
COLORS
*/
header#main-header {
  z-index: 1001;
  font-weight: bold;
  position: relative;
  background-color: transparent;
  height: 8rem;
  padding-top: 2rem;
}

header#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  header#main-header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

header#main-header .container .logo-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  max-height: 100%;
  margin-left: 1rem;
}

header#main-header .container .logo-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50% !important;
  max-height: 80%;
  width: 100%;
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  header#main-header .container .logo-wrapper a {
    height: 3rem !important;
    width: auto;
    margin-left: 0 !important;
  }
}

header#main-header .container .logo-wrapper a img {
  height: 100% !important;
  max-height: 100% !important;
  width: auto;
}

@media only screen and (max-width: 768px) {
  header#main-header .container .logo-wrapper a img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  header#main-header .container .logo-wrapper {
    width: 75%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5rem;
    margin-left: 0;
  }
}

header#main-header .container .mobile-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 25%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

@media only screen and (min-width: 1201px) {
  header#main-header .container .mobile-button-wrapper {
    display: none;
  }
}

header#main-header .container .mobile-button-wrapper button.openmenu {
  -webkit-appearance: unset;
  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;
  padding: 0;
  margin: 0 !important;
  border: none;
  background: transparent;
}

header#main-header .container .mobile-button-wrapper button.openmenu:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-rendering: auto;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#main-header .container .mobile-button-wrapper button.openmenu:not(.collapsed):before {
  content: "\f00d";
}

header#main-header .container .menu-wrapper {
  margin-left: 2rem;
  margin-right: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  padding-left: 3rem;
}

header#main-header .container .menu-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 170%;
  background-color: #ed572f;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

@media only screen and (max-width: 1200px) {
  header#main-header .container .menu-wrapper {
    display: none;
  }
}

header#main-header .container .menu-wrapper .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}

header#main-header .container .menu-wrapper .nav li {
  padding: 2rem 1rem;
  padding-bottom: 2rem;
}

header#main-header .container .menu-wrapper .nav li a {
  color: white;
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#main-header .container .menu-wrapper .nav .basket-wrapper {
  padding-left: 5rem;
}

header#main-header .container .menu-wrapper .nav .basket-wrapper a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  position: relative;
}

header#main-header .container .menu-wrapper .nav .basket-wrapper a:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/basket.svg");
  position: absolute;
  left: -2rem;
  bottom: -0.25rem;
}

header#main-header .mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1rem;
  background: #ed572f;
}

@media only screen and (min-width: 1201px) {
  header#main-header .mobile-menu {
    display: none;
  }
}

header#main-header .mobile-menu ul#mobile-top-menu {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
}

header#main-header .mobile-menu ul#mobile-top-menu li {
  display: block;
  position: relative;
  width: 100%;
}

header#main-header .mobile-menu ul#mobile-top-menu li a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  color: white;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  header#main-header .mobile-menu ul#mobile-top-menu li a {
    font-size: 1rem !important;
  }
}

header#main-header .mobile-menu ul#mobile-top-menu .basket-wrapper a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  position: relative;
  line-height: 2;
  padding: 0.5rem;
}

header#main-header .mobile-menu ul#mobile-top-menu .basket-wrapper a:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/basket.svg");
  position: absolute;
  left: -2rem;
  bottom: -0.25rem;
}

/*
FOOTER
*/
footer#main-footer {
  min-height: 19rem;
  background-color: black;
  position: relative;
}

footer#main-footer:before {
  position: absolute;
  content: "";
  background-image: url("../../../../wp-content/themes/motobieda-theme/assets/img/footer.png");
  width: 100%;
  height: 5rem;
  top: -5rem;
  z-index: -1;
}

footer#main-footer .container {
  min-height: inherit;
}

footer#main-footer .row {
  padding: 2rem 0;
  min-height: 9.5rem;
}

@media only screen and (max-width: 992px) {
  footer#main-footer .row {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 990px) {
  footer#main-footer .col {
    padding: 1rem 0;
  }
}

footer#main-footer .row:nth-of-type(1) .col .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 528px) {
  footer#main-footer .row:nth-of-type(1) .col .social-media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer#main-footer .row:nth-of-type(1) .col .social-media a {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-bottom: 1rem;
  }
}

footer#main-footer .row:nth-of-type(1) .col .social-media a {
  text-decoration: none;
  color: #ed572f;
  font-size: 20px;
  margin-left: 3rem;
}

footer#main-footer .row:nth-of-type(1) .col .social-media a:hover {
  color: white;
}

footer#main-footer .row:nth-of-type(1) .col .social-media a.yt {
  position: relative;
}

footer#main-footer .row:nth-of-type(1) .col .social-media a.yt:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/yt.svg");
  position: absolute;
  left: -3rem;
  bottom: -0.5rem;
}

footer#main-footer .row:nth-of-type(1) .col .social-media a.ig {
  position: relative;
}

footer#main-footer .row:nth-of-type(1) .col .social-media a.ig:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/ig.svg");
  position: absolute;
  left: -3rem;
  bottom: -0.5rem;
}

footer#main-footer .row:nth-of-type(1) .col .social-media a.fb {
  position: relative;
}

footer#main-footer .row:nth-of-type(1) .col .social-media a.fb:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/fb.svg");
  position: absolute;
  left: -2rem;
  bottom: -0.5rem;
}

footer#main-footer .row:nth-of-type(1) .col .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  footer#main-footer .row:nth-of-type(1) .col .payment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer#main-footer .row:nth-of-type(1) .col .payment img {
  padding: 0 1rem;
}

@media only screen and (max-width: 768px) {
  footer#main-footer .row:nth-of-type(2) .col {
    padding: 0;
  }
}

footer#main-footer .row:nth-of-type(2) .col .menu-wrapper {
  height: 100%;
  width: 100%;
}

footer#main-footer .row:nth-of-type(2) .col .menu-wrapper .bottom-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media only screen and (max-width: 1200px) {
  footer#main-footer .row:nth-of-type(2) .col .menu-wrapper .bottom-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  footer#main-footer .row:nth-of-type(2) .col .menu-wrapper .bottom-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer#main-footer .row:nth-of-type(2) .col .menu-wrapper .bottom-menu li {
  padding: 0 2rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer#main-footer .row:nth-of-type(2) .col .menu-wrapper .bottom-menu li {
    padding: 0.5rem 2rem;
  }
}

footer#main-footer .row:nth-of-type(2) .col .menu-wrapper .bottom-menu a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

footer#main-footer .row:nth-of-type(2) .col .menu-wrapper .bottom-menu a:hover {
  color: #ed572f;
}

footer#main-footer .row:nth-of-type(2) .col .supply {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  footer#main-footer .row:nth-of-type(2) .col .supply {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  footer#main-footer .row:nth-of-type(2) .col .supply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer#main-footer .row:nth-of-type(2) .col .supply a {
  text-decoration: none;
  color: white;
  padding: 0 1rem;
}

@media only screen and (max-width: 768px) {
  footer#main-footer .row:nth-of-type(2) .col .supply a {
    padding: 0.5rem 2rem;
  }
}

footer#main-footer .row:nth-of-type(2) .col .supply a:hover {
  color: #ed572f;
}

footer#main-footer .row:nth-of-type(3) {
  border-top: 2px solid #222222;
}

footer#main-footer .row:nth-of-type(3) .col {
  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;
}

@media only screen and (max-width: 992px) {
  footer#main-footer .row:nth-of-type(3) .col {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

footer#main-footer .row:nth-of-type(3) .col:nth-of-type(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

footer#main-footer .row:nth-of-type(3) .col:nth-of-type(3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

footer#main-footer .row:nth-of-type(3) .col:nth-of-type(3) p {
  font-family: "DM Mono", monospace;
  color: white;
}

footer#main-footer .row:nth-of-type(3) .col:nth-of-type(3) a {
  font-family: "DM Mono", monospace;
  color: #ed572f;
  text-decoration: none;
}

footer#main-footer .row:nth-of-type(3) a.privacy-policy-button {
  background-color: white;
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

footer#main-footer .row:nth-of-type(3) a.privacy-policy-button .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 15px;
  text-transform: uppercase;
}

footer#main-footer .row:nth-of-type(3) a.privacy-policy-button:hover span {
  text-decoration: underline;
}

/* SINGLE PRODUCT */
section.single-product-content .container {
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-sliders-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.product-sliders-wrapper .product-slider-nav {
  width: unset;
  margin-right: unset;
}

.product-sliders-wrapper .product-slider-nav .slick-slide {
  padding: 0.5rem;
}

.product-sliders-wrapper .product-slider-nav .slick-slide.slick-current {
  border: solid 2px #ed572f !important;
}

.product-sliders-wrapper .product-slider-nav .slick-slide:not(.slick-current) {
  border: solid 2px #e6e6e6;
}

.product-sliders-wrapper .product-slider-nav .slick-list,
.product-sliders-wrapper .product-slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: unset !important;
  height: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.product-sliders-wrapper .product-slider-nav .product-slide {
  width: 100px !important;
  height: 100px;
  border: 1px solid black;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  padding: 0;
  margin-left: 2rem;
  overflow: hidden;
  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;
}

.product-sliders-wrapper .product-slider-nav .product-slide img {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  width: 140%;
  height: 100%;
  max-width: unset;
  margin: 0 -20%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-sliders-wrapper .product-slider-main {
  width: 90%;
  height: 400px;
}

.product-sliders-wrapper .product-slider-main .product-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .product-sliders-wrapper .product-slider-main .product-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-sliders-wrapper .product-slider-main img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  .product-sliders-wrapper .product-slider-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-sliders-wrapper .product-slider-main img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
}

@media (max-width: 576px) {
  .product-sliders-wrapper .product-slider-main {
    width: 100%;
  }
  .product-sliders-wrapper .product-slider-main img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product-info-box {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem;
  min-height: 400px;
  background-color: #f0f0f0;
  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;
}

.product-info-box .box-heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.product-info-box .box-heading p.product-name {
  font-size: 45px;
  line-height: 1.25;
}

@media (max-width: 576px) {
  .product-info-box .box-heading .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-info-box .box-heading .woocommerce-message a {
    margin-top: 1rem !important;
  }
}

.product-info-box .box-content {
  display: block;
  position: relative;
  width: 100%;
}

.product-info-box .box-content .box-content-inner .price-wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.product-info-box .box-content .box-content-inner .price-wrapper p.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.product-info-box .box-content .box-content-inner .price-wrapper p.prices span {
  margin-right: 1rem;
}

.product-info-box .box-content .box-content-inner .price-wrapper p.prices span.current-price {
  font-size: 45px;
  line-height: 1;
  color: #ed572f;
}

.product-info-box .box-content .box-content-inner .price-wrapper p.prices span.regular-price {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: line-through;
}

.product-info-box .box-content .box-content-inner p.product-short-desc {
  font-size: 1rem;
  color: #8b8b8b;
  font-family: "DM Mono", monospace;
  margin-bottom: 3rem;
}

.product-info-box .box-content .box-content-inner p.product-instock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.product-info-box .box-content .box-content-inner p.product-instock span.availability {
  color: green;
}

.product-info-box .box-content .box-content-inner form.cart {
  background: #e3e3e3;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .product-info-box .box-content .box-content-inner form.cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-info-box .box-content .box-content-inner form.cart button {
    margin-top: 1rem !important;
  }
}

.product-info-box .box-content .box-content-inner form.cart div.quantity label {
  height: unset !important;
  width: unset !important;
  position: relative !important;
  margin-right: 1rem;
  font-size: 1rem;
  color: #8b8b8b;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
}

.product-info-box .box-content .box-content-inner form.cart div.quantity input {
  width: 4rem;
  padding: 0.75rem;
}

.product-info-box .box-content .box-content-inner form.cart button {
  background-color: #ed572f !important;
  font-family: "DM Mono", monospace !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
  font-weight: 500;
  color: white !important;
  margin-top: 0;
  margin-left: 2rem !important;
}

@media (max-width: 768px) {
  .product-info-box .box-content .box-content-inner form.cart button {
    margin-left: 0 !important;
  }
}

.product-info-box input[type="number"] {
  -moz-appearance: textfield;
}

.product-info-box input[type="number"]::-webkit-outer-spin-button,
.product-info-box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media (max-width: 1200px) {
  .product-info-box {
    height: unset;
  }
}

#product-details h2 {
  font-size: 45px;
  margin-bottom: 2rem;
}

#product-details .tab-content {
  background-color: #f0f0f0;
  padding: 2rem;
}

#product-details .tab-content p.title {
  font-size: 20px;
  color: black;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

#product-details .tab-content p.title:after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #ed572f;
  bottom: -0.5rem;
}

#product-details .tab-content h6 {
  text-transform: uppercase;
  font-size: 20px;
  color: #a0a0a0;
  font-family: "DM Mono", monospace;
  margin-bottom: 1rem;
}

#product-details .tab-content .description {
  font-size: 1rem;
  color: black;
  font-weight: 500;
  font-family: "DM Mono", monospace;
}

#product-details .tab-content .description p {
  font-size: 1rem;
  color: black;
  font-weight: 500;
  font-family: "DM Mono", monospace;
}

@media (max-width: 992px) {
  #product-details .tab-content .col {
    margin-bottom: 1rem;
  }
}

section.product-category form,
section.product-category .woocommerce-result-count {
  display: none;
}

section.product-category ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.product-category li.product {
  margin: 0 2rem 2rem 0 !important;
  padding: 0.75rem !important;
  background-color: #f0f0f0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.product-category li.product:hover {
  background-color: #ed572f;
}

section.product-category li.product:hover a.woocommerce-LoopProduct-link h2,
section.product-category li.product:hover a.woocommerce-LoopProduct-link span {
  color: white;
}

section.product-category li.product a {
  color: black;
}

section.product-category li.product a.woocommerce-LoopProduct-link {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.product-category li.product a.woocommerce-LoopProduct-link h2 {
  font-size: 1.25rem !important;
}

section.product-category li.product a.woocommerce-LoopProduct-link span {
  font-size: 2rem !important;
}

section.product-category li.product a.button {
  background-color: white;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: normal;
}

@media (max-width: 1200px) {
  section.product-category li.product {
    width: calc((100% - 4rem) / 3) !important;
  }
  section.product-category li.product:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 992px) {
  section.product-category li.product {
    width: calc((100% - 2rem) / 2) !important;
  }
  section.product-category li.product:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  section.product-category li.product:nth-of-type(3n) {
    margin-right: 2rem !important;
  }
}

@media (max-width: 576px) {
  section.product-category li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }
  section.product-category li.product:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  section.product-category li.product:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

section.product-category li.product span.price {
  color: #ed572f !important;
}

.mg-bottom {
  margin-bottom: 3rem;
}

section.cart-content.regular-section .row > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.cart-content.regular-section .row > .col .cart-collaterals {
  width: calc((100% / 3 * 1) - 1rem) !important;
  padding: 2rem;
  background: #f8f8f8;
  border-radius: 0.5rem;
}

@media (max-width: 1200px) {
  section.cart-content.regular-section .row > .col .cart-collaterals {
    width: 100% !important;
  }
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table {
  width: 100%;
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr th,
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr td {
  font-size: 1.25rem;
  text-align: left;
  width: 100%;
  color: #808080;
  font-weight: 700;
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr.order-total th,
section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr.order-total td {
  color: black !important;
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals table tr.cart-subtotal {
  display: none;
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background-color: #ed572f;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.cart-content.regular-section .row > .col .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  color: black;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form {
  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;
  width: calc((100% / 3 * 2) - 1rem) !important;
  margin-right: 2rem;
}

@media (max-width: 1200px) {
  section.cart-content.regular-section .row > .col form.woocommerce-cart-form {
    width: 100% !important;
  }
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table thead {
  font-weight: 700;
  text-align: left;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table thead th {
  padding: 0 1rem;
  padding-bottom: 1rem;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr {
  border-top: solid 1px #cccccc;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td {
  line-height: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #808080;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-remove a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  text-decoration: none;
  background: white;
  font-size: 2rem;
  color: white;
  border-radius: 2rem;
  text-transform: uppercase;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-remove a:before {
  content: "\e08d";
  font-family: "iconmonstr-iconic-font";
  color: #ed572f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1.5rem;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-thumbnail {
  max-width: 5rem;
  position: relative;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-thumbnail img {
  display: block;
  max-width: 100%;
  position: relative;
  width: auto;
  max-height: 100%;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-name a {
  text-decoration: underline;
  color: #808080;
  font-weight: 700 !important;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-quantity,
section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody th td.product-quantity {
  max-width: 5rem;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-quantity .quantity {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.product-quantity .quantity input {
  display: block;
  position: relative;
  width: 100%;
  min-width: unset !important;
  border: solid 1px #f0f0f0;
  padding: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #808080;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions {
  width: 100%;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions button.button[name="update_cart"] {
  width: auto;
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1 !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem !important;
  background: #ed572f;
  color: #ffffff !important;
  border: none !important;
  font-family: "DM Mono", monospace;
  cursor: pointer;
  margin-top: 0.5rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions button.button[name="update_cart"]:hover {
  color: black !important;
}

@media (max-width: 768px) {
  section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions button.button[name="update_cart"] {
    float: left;
  }
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  width: 50%;
}

@media (max-width: 1200px) {
  section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon {
    width: unset !important;
  }
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon button {
  width: auto !important;
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1rem !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem !important;
  background: #ed572f;
  color: #ffffff !important;
  border: none;
  font-family: "DM Mono", monospace;
  margin-left: 1rem;
  cursor: pointer;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon button:hover {
  color: black !important;
}

section.cart-content.regular-section .row > .col form.woocommerce-cart-form table tbody tr td.actions .coupon input#coupon_code {
  width: 10rem !important;
  display: block;
  position: relative;
  float: none;
  display: block;
  position: relative;
  min-width: unset !important;
  border: solid 1px #f0f0f0;
  padding: 1rem;
  line-height: 1;
  font-size: 1rem;
  font-family: "DM Mono", monospace;
  font-weight: 700;
  color: #808080;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  position: absolute !important;
  top: -5rem;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f8f8f8 !important;
  border: 1px solid #ed572f;
}

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

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

.woocommerce table.shop_table {
  background: white;
}

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

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  max-width: unset !important;
}

@media (max-width: 992px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
  }
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  max-width: unset !important;
}

@media (max-width: 992px) {
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
  }
}

.woocommerce button.button.alt {
  background-color: #ed572f;
  border-radius: 0;
  font-size: 1.25rem;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-top: 2rem;
}

.woocommerce button.button.alt:hover {
  background-color: #ed572f;
  color: black;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-family: "DM Mono", monospace !important;
  border-top-color: #ed572f;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: "iconmonstr-iconic-font";
  color: #ed572f;
  content: "\e0f1";
  display: inline-block;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #ed572f;
}

div.woocommerce-terms-and-conditions-wrapper a.woocommerce-privacy-policy-link {
  color: black !important;
}

div.woocommerce-billing-fields div.woocommerce-billing-fields__field-wrapper input {
  border: none !important;
  border: 1px solid #a0a0a0 !important;
  padding: 0.75rem;
}

div.woocommerce-additional-fields div.woocommerce-additional-fields__field-wrapper textarea {
  border: none !important;
  border: 1px solid #a0a0a0 !important;
  padding: 0.75rem;
}

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

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

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li {
  padding: 0.5rem 1rem;
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: white;
  background: #f8f8f8;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #666666;
  text-decoration: none;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  background: white;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: black;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.box.dashboard-box nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ed572f;
}

.box.dashboard-box .woocommerce-MyAccount-content > p {
  margin-bottom: 1rem;
  font-weight: 700;
}

.box.dashboard-box .woocommerce-MyAccount-content table.my_account_orders {
  background: white;
}

.box.dashboard-box .woocommerce-MyAccount-content table.my_account_orders a.woocommerce-button.button.view {
  width: auto;
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 0.75rem !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 0.5rem 1rem !important;
  background: #ed572f;
  color: #ffffff !important;
  border: none !important;
  font-family: "DM Mono", monospace;
  cursor: pointer;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  width: auto;
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 0.75rem !important;
  font-weight: normal !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 0.5rem 1rem !important;
  background: #ed572f;
  color: #ffffff !important;
  border: none !important;
  font-family: "DM Mono", monospace;
  cursor: pointer;
}

.woocommerce-account .addresses .title h3 {
  display: block;
  float: none;
  width: auto;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5rem;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

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

.woocommerce-page .col2-set .woocommerce-Address header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.box.dashboard-box a {
  color: inherit;
  text-decoration: underline;
}

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

.box.dashboard-box button.button[name="save_account_details"],
.box.dashboard-box button.button[name="save_address"] {
  font-family: "DM Mono", monospace;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: normal !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 1rem 4rem !important;
  background: #ed572f;
  color: #ffffff !important;
  border: none !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.box.dashboard-box button.button[name="save_account_details"]:hover,
.box.dashboard-box button.button[name="save_address"]:hover {
  color: black !important;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

section {
  padding: 5rem 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 3rem 0 !important;
  }
}

div.row {
  padding: 1rem 0;
}

section#subpage-header {
  min-height: 100vh;
  margin-top: -8rem;
  padding-top: 8rem;
  z-index: 2;
  position: relative;
  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;
}

section#subpage-header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  section#subpage-header .container {
    margin-top: 4rem;
  }
}

section#subpage-header .subpage-header-text {
  margin-top: 3rem;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#subpage-header .subpage-header-text h1 {
  color: white;
}

section#subpage-header .subpage-header-text p {
  color: #ed572f;
  font-size: 2.8rem;
  margin: 1rem 0 2rem 0;
  letter-spacing: 0.21em;
}

section#subpage-header .social-media {
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  section#subpage-header .social-media {
    margin-top: 4rem;
  }
}

section#subpage-header .social-media a {
  text-decoration: none;
}

@media only screen and (max-width: 388px) {
  section#subpage-header .social-media {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#subpage-header .social-media a {
    margin-bottom: 1rem;
  }
}

.text-inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-inner p {
  font-size: 2.8rem;
  letter-spacing: 0.21em;
  color: #ed572f;
}

.text-inner h1 {
  color: black;
  letter-spacing: 0.2em;
}

section#popular-products {
  margin-bottom: -8rem !important;
  padding-bottom: 13rem !important;
}

section#popular-products a {
  text-decoration: none;
}

section#popular-products .product-box {
  padding: 0.75rem;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  background-color: #f0f0f0;
}

@media (max-width: 1200px) {
  section#popular-products .product-box {
    margin-bottom: 2rem;
  }
}

section#popular-products .product-box .product-box-image {
  width: 100%;
  height: 300px;
}

section#popular-products .product-box .product-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#popular-products .product-box .product-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#popular-products .product-box .product-box-text p {
  font-family: "DM Mono", monospace;
  text-align: center;
}

section#popular-products .product-box .product-box-text p:nth-of-type(1) {
  font-size: 20px;
  color: black;
  margin-top: 2rem;
}

section#popular-products .product-box .product-box-text p.prices {
  font-size: 40px;
  color: #ed572f;
  margin: 2rem 0;
}

section#popular-products .product-box .product-box-text p.prices span.regular-price {
  display: none;
}

section#popular-products .product-box .product-box-text button {
  border: none;
}

section#popular-products .product-box:hover {
  background-color: #ed572f;
}

section#popular-products .product-box:hover .product-box-text p {
  color: white;
}

section#newsletter {
  padding: 9.5rem 0;
  z-index: 3;
  position: relative;
}

section#newsletter:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/lada.png");
  position: absolute;
  top: -5rem;
}

@media only screen and (max-width: 780px) {
  section#newsletter:before {
    display: none;
  }
}

section#newsletter .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  section#newsletter .row .col {
    margin-bottom: 2rem;
  }
}

section#newsletter .text-inner {
  display: unset;
}

section#newsletter .text-inner p {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 992px) {
  section#newsletter .text-inner p {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  section#newsletter .text-inner p {
    font-size: 2rem;
  }
}

section#newsletter .text-inner p:nth-of-type(1) {
  font-family: "DM Serif Text", serif;
  color: #ed572f;
  margin-bottom: 1rem;
}

section#newsletter .text-inner p:nth-of-type(2) {
  font-family: "DM Mono", monospace;
  color: white;
}

section#newsletter .button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#newsletter .button-wrapper a.privacy-policy-button {
  background-color: white;
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

section#newsletter .button-wrapper a.privacy-policy-button .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 20px;
  letter-spacing: 0.2em;
}

section#newsletter .button-wrapper a.privacy-policy-button:hover span {
  text-decoration: underline;
}

section#blog-posts {
  position: relative;
  padding-bottom: 14rem;
}

section#blog-posts:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/tire.png");
  position: absolute;
  left: 0;
  bottom: 0;
}

section#blog-posts:after {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/tires.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  section#blog-posts:after {
    display: none;
  }
}

section#blog-posts a {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  section#blog-posts .post-box {
    margin-bottom: 2rem;
  }
}

section#blog-posts .post-box .post-box-image {
  width: 100%;
}

section#blog-posts .post-box .post-box-image img {
  width: 100%;
}

section#blog-posts .post-box .post-box-text {
  background-color: #f0f0f0;
  padding: 1rem;
}

section#blog-posts .post-box .post-box-text p {
  font-family: "DM Mono", monospace;
}

section#blog-posts .post-box .post-box-text p:nth-of-type(1) {
  color: black;
  font-size: 26px;
  margin: 1rem 0 2rem 0;
}

section#blog-posts .post-box .post-box-text p:nth-of-type(2) {
  color: #6a6a6a;
  font-size: 18px;
  text-align: justify;
}

section#subpage-header-without-buttons {
  min-height: 90vh;
  margin-top: -8rem;
  padding-top: 8rem;
  z-index: 2;
  position: relative;
  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;
}

section#subpage-header-without-buttons.shortened {
  min-height: 50vh;
}

section#subpage-header-without-buttons.shortened2 {
  min-height: 30vh;
}

section#subpage-header-without-buttons .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  section#subpage-header-without-buttons .container {
    margin-top: 4rem;
  }
}

section#subpage-header-without-buttons .subpage-header-text {
  margin-top: 3rem;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#subpage-header-without-buttons .subpage-header-text h1 {
  color: white;
}

section#subpage-header-without-buttons .subpage-header-text p {
  color: #ed572f;
  font-size: 2.8rem;
  margin: 1rem 0 2rem 0;
  letter-spacing: 0.21em;
}

section#subpage-header-without-buttons .social-media {
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  section#subpage-header-without-buttons .social-media {
    margin-top: 4rem;
  }
}

section#subpage-header-without-buttons .social-media a {
  text-decoration: none;
}

@media only screen and (max-width: 388px) {
  section#subpage-header-without-buttons .social-media {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#subpage-header-without-buttons .social-media a {
    margin-bottom: 1rem;
  }
}

section#main-posts {
  position: relative;
  padding-bottom: 0;
}

section#main-posts a {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  section#main-posts .post-box {
    margin-bottom: 2rem;
  }
}

section#main-posts .post-box .post-box-image {
  width: 100%;
}

section#main-posts .post-box .post-box-image img {
  width: 100%;
}

section#main-posts .post-box .post-box-text {
  background-color: #f0f0f0;
  padding: 1.5rem;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

section#main-posts .post-box .post-box-text p {
  font-family: "DM Mono", monospace;
}

section#main-posts .post-box .post-box-text .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section#main-posts .post-box .post-box-text p.date {
  background: 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.5rem 1rem;
  text-decoration: none;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  color: black;
}

section#main-posts .post-box .post-box-text p.date .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 14px;
}

section#main-posts .post-box .post-box-text p.title {
  color: black;
  font-size: 1.5rem;
  margin: 1rem 0;
}

section#main-posts .post-box .post-box-text p.desc {
  color: #6a6a6a;
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 1rem;
}

section#main-posts .post-box .post-box-text a.white-button-with-arrow span {
  font-size: 20px;
  letter-spacing: 0.2em;
}

section#main-posts .post-box .post-box-text a.white-button-with-arrow:hover {
  cursor: pointer;
}

section#main-posts .post-box .post-box-text .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#main-posts .post-box:hover .post-box-text {
  background-color: #ed572f;
}

section#main-posts .post-box:hover .post-box-text p.title,
section#main-posts .post-box:hover .post-box-text p.desc {
  color: white;
}

section#main-posts .big-post .post-box-text {
  background-color: white;
}

section#main-posts .big-post a.white-button-with-arrow {
  background-color: black;
}

section#main-posts .big-post a.white-button-with-arrow span {
  color: white;
}

section#main-posts .big-post a.white-button-with-arrow:after {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/arrow-white.svg");
}

section#all-blog-posts {
  position: relative;
  padding-bottom: 14rem;
}

section#all-blog-posts:after {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/tires.png");
  position: absolute;
  right: 0;
  bottom: -1rem;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  section#all-blog-posts:after {
    display: none;
  }
}

section#all-blog-posts:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/tire-2.png");
  position: absolute;
  right: 0;
  top: -1rem;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  section#all-blog-posts:before {
    display: none;
  }
}

section#all-blog-posts a {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  section#all-blog-posts .post-box {
    margin-bottom: 2rem;
  }
}

section#all-blog-posts .post-box .post-box-image {
  width: 100%;
}

section#all-blog-posts .post-box .post-box-image img {
  width: 100%;
}

section#all-blog-posts .post-box .post-box-text {
  background-color: #f0f0f0;
  padding: 1.5rem;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

section#all-blog-posts .post-box .post-box-text p {
  font-family: "DM Mono", monospace;
}

section#all-blog-posts .post-box .post-box-text .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section#all-blog-posts .post-box .post-box-text p.date {
  background: 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.5rem 1rem;
  text-decoration: none;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  color: black;
}

section#all-blog-posts .post-box .post-box-text p.date .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 14px;
}

section#all-blog-posts .post-box .post-box-text p.title {
  color: black;
  font-size: 1.5rem;
  margin: 1rem 0;
}

section#all-blog-posts .post-box .post-box-text p.desc {
  color: #6a6a6a;
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 1rem;
}

section#all-blog-posts .post-box .post-box-text a.white-button-with-arrow span {
  font-size: 20px;
  letter-spacing: 0.2em;
}

section#all-blog-posts .post-box .post-box-text a.white-button-with-arrow:hover {
  cursor: pointer;
}

section#all-blog-posts .post-box .post-box-text .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#all-blog-posts .post-box:hover .post-box-text {
  background-color: #ed572f;
}

section#all-blog-posts .post-box:hover .post-box-text p.title,
section#all-blog-posts .post-box:hover .post-box-text p.desc {
  color: white;
}

section#subpage-header-without-buttons-and-text {
  min-height: 60vh;
  margin-top: -8rem;
  padding-top: 8rem;
  padding-bottom: 0;
  z-index: 2;
  position: relative;
  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;
}

@media only screen and (max-width: 1150px) {
  section#subpage-header-without-buttons-and-text {
    background-position: center center !important;
    padding-bottom: 3rem;
  }
}

section#subpage-header-without-buttons-and-text .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  section#subpage-header-without-buttons-and-text .container {
    margin-top: 4rem;
  }
}

section#subpage-header-without-buttons-and-text .subpage-header-text {
  margin-top: 3rem;
  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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#subpage-header-without-buttons-and-text .subpage-header-text h1 {
  color: white;
}

section#subpage-header-without-buttons-and-text .subpage-header-text p {
  color: #ed572f;
  font-size: 2.8rem;
  margin: 1rem 0 2rem 0;
  letter-spacing: 0.21em;
}

section#subpage-header-without-buttons-and-text .social-media {
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  section#subpage-header-without-buttons-and-text .social-media {
    margin-top: 4rem;
  }
}

section#subpage-header-without-buttons-and-text .social-media a {
  text-decoration: none;
}

@media only screen and (max-width: 388px) {
  section#subpage-header-without-buttons-and-text .social-media {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#subpage-header-without-buttons-and-text .social-media a {
    margin-bottom: 1rem;
  }
}

section#single-post {
  padding-top: 0;
}

section#single-post .row:first-of-type {
  position: relative;
}

section#single-post .social-media {
  position: absolute;
  top: 4rem;
  left: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section#single-post .social-media a {
  text-decoration: none;
  margin: 0 0 0.5rem 0;
}

@media only screen and (max-width: 918px) {
  section#single-post .social-media {
    display: none;
  }
}

section#single-post .single-post-title p:nth-of-type(1) {
  font-size: 18px;
  font-family: "DM Mono", monospace;
  margin-bottom: 2rem;
}

section#single-post .single-post-title p:nth-of-type(1) span {
  color: #ed572f;
}

section#single-post .single-post-title p:nth-of-type(2) {
  font-size: 50px;
}

@media only screen and (max-width: 768px) {
  section#single-post .single-post-title {
    margin-bottom: 1rem;
  }
}

section#single-post .single-post-image {
  height: 100%;
  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;
  position: relative;
}

section#single-post .single-post-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section#single-post .single-post-image:after {
  position: absolute;
  content: "";
  background-image: url("../../../../wp-content/themes/motobieda-theme/assets/img/tires-2.png");
  width: 14rem;
  height: 14rem;
  background-size: contain;
  background-repeat: no-repeat;
  right: -2rem;
  top: -7rem;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  section#single-post .single-post-image:after {
    display: none;
  }
}

section#single-post .single-post-text p {
  font-size: 1.25rem;
  font-family: "DM Mono", monospace;
  color: #393939;
}

@media (max-width: 576px) {
  section#single-post .single-post-text p {
    font-size: 1rem;
  }
}

section#single-post .single-post-text img {
  margin: 2rem 0;
}

section#single-post .single-post-text strong {
  font-weight: bold;
}

section#single-post .single-post-text em {
  font-style: italic;
}

section#single-post .single-post-text ol {
  list-style-type: decimal;
  list-style-position: inside;
}

section#single-post .single-post-text ul {
  list-style-type: circle;
  list-style-position: inside;
}

section#single-post .single-post-text .text-image {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#single-post .single-post-text .text-image img {
  width: 60%;
}

.no-tire:before {
  display: none;
}

section#product-categories {
  margin-bottom: -8rem !important;
  padding-bottom: 13rem !important;
}

section#product-categories .text-inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#product-categories .text-inner p {
  font-size: 2.8rem;
  letter-spacing: 0.21em;
  color: #ed572f;
}

section#product-categories .text-inner h1 {
  color: black;
  letter-spacing: 0.2em;
}

section#product-categories .more-products {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

section#product-categories .more-products p {
  font-family: "DM Mono", monospace;
  color: black;
  position: relative;
}

section#product-categories .more-products p:after {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/tire.png");
  position: absolute;
  right: -12rem;
  bottom: -3rem;
}

@media only screen and (max-width: 768px) {
  section#product-categories .more-products p:after {
    display: none;
  }
}

section#product-categories a {
  text-decoration: none;
  display: block;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  section#product-categories .col {
    margin-bottom: 2rem;
  }
}

section#product-categories .product-box {
  padding: 0.75rem;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  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;
}

section#product-categories .product-box .product-box-image {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 215px;
}

section#product-categories .product-box .product-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#product-categories .product-box a {
  text-decoration: none;
}

section#product-categories .product-box .product-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.75rem;
  background-color: #f0f0f0;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

section#product-categories .product-box .product-box-text:before {
  content: "";
  background-color: inherit;
  width: 110%;
  height: 120%;
  position: absolute;
  z-index: -1;
  bottom: -10%;
  left: -5%;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

section#product-categories .product-box .product-box-text p {
  font-family: "DM Mono", monospace;
  text-align: center;
  color: #ed572f;
  font-size: 2.5rem;
  margin: 1rem 0;
  text-decoration: none;
}

section#product-categories .product-box .product-box-text button {
  border: none;
}

section#product-categories .product-box:hover {
  background-color: #ed572f;
}

section#product-categories .product-box:hover .product-box-text {
  background-color: #ed572f;
}

section#product-categories .product-box:hover .product-box-text:before {
  background: none;
}

section#product-categories .product-box:hover .product-box-text p {
  color: white;
}

section#product .product-image-col {
  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;
}

section#product .product-image-col .product-image img {
  width: 100%;
}

section#product .product-text-col {
  background-color: #f0f0f0;
}

section#product .product-text-col .product-text {
  padding: 2rem;
}

section#product .product-text-col .product-text p:nth-of-type(1) {
  color: black;
  font-size: 45px;
}

section#product .product-text-col .product-text p:nth-of-type(2) {
  color: #838383;
  font-size: 18px;
  margin: 0.5rem 0 2rem 0;
  font-family: "DM Mono", monospace;
}

section#product .product-text-col .product-text p:nth-of-type(2) span {
  float: right;
  color: #ed572f;
}

section#product .product-text-col .product-text p:nth-of-type(2) span span {
  color: #838383;
}

section#product .product-text-col .product-text p:nth-of-type(3) {
  color: #ed572f;
  font-size: 35px;
  font-family: "DM Mono", monospace;
}

section#product .product-text-col .product-text p:nth-of-type(3) span {
  color: #838383;
  font-size: 1.5rem;
  font-family: "DM Mono", monospace;
}

section#product .product-text-col .product-text p:nth-of-type(4) {
  color: #838383;
  font-size: 1rem;
  font-family: "DM Mono", monospace;
  margin: 1rem 0 2rem 0;
}

section#product .product-text-col .product-text div.buttons-wrapper {
  background-color: #e3e3e3;
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  section#product .product-text-col .product-text div.buttons-wrapper .col:nth-of-type(3) {
    margin-top: 1rem;
  }
}

section#product .product-text-col .product-text div.buttons-wrapper .button-fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
  section#product .product-text-col .product-text div.buttons-wrapper .button-fav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section#product .product-text-col .product-text div.buttons-wrapper .button-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section#product .product-text-col .product-text div.buttons-wrapper .button-add-to-cart a.add-to-cart-button {
  background-color: #ed572f;
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

section#product .product-text-col .product-text div.buttons-wrapper .button-add-to-cart a.add-to-cart-button .skew-fix {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

section#product .product-text-col .product-text div.buttons-wrapper .button-add-to-cart a.add-to-cart-button:hover span {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  section#product .product-text-col .product-text div.buttons-wrapper .button-add-to-cart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section#about-product p {
  font-family: "DM Mono", monospace;
}

section#about-product .header {
  color: black;
  font-size: 2.8rem;
  position: relative;
}

section#about-product .header:after {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/tires-2.png");
  position: absolute;
  right: 0;
  bottom: -3rem;
}

@media only screen and (max-width: 768px) {
  section#about-product .header:after {
    display: none;
  }
}

section#about-product .desc {
  background-color: #f0f0f0;
  padding: 2rem;
}

section#about-product .desc > div > p {
  font-size: 1.25rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #ed572f;
  /* Safari */
  text-decoration-color: #ed572f;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
}

section#about-product .desc .text-desc p:first-of-type {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: gray;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

section#about-product .desc .text-desc p:last-of-type {
  color: black;
  font-size: 1rem;
}

section.tires-bottom {
  position: relative;
}

section.tires-bottom:before {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/lada.png");
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 3;
}

section.tires-bottom:after {
  content: url("../../../../wp-content/themes/motobieda-theme/assets/img/tires.png");
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  section.tires-bottom:after {
    display: none;
  }
}

.woocommerce span.onsale {
  background-color: #ed572f !important;
  font-size: 2rem !important;
}

section#page404 {
  height: 100vh;
  background: url("../../../../wp-content/themes/motobieda-theme/assets/img/tlo404-1.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

section#page404 .container,
section#page404 .row,
section#page404 .col {
  height: 100%;
}

section#page404 .col {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  section#page404 .col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section#page404 .text-wrapper {
  z-index: 1;
  position: relative;
  padding: 2rem 0;
}

section#page404 .text-wrapper p {
  font-style: italic;
  font-weight: normal;
  font-size: 45px;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 1px #000000;
}

section#page404 .text-wrapper:before {
  content: "";
  background-image: url("../../../../wp-content/themes/motobieda-theme/assets/img/svg404.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

section#page404 .button-wrapper {
  position: absolute;
  top: 5rem;
  left: -3rem;
  z-index: 3;
}

section.section-regular .text-component .component-inner li {
  font-family: "DM Serif Text", serif;
  list-style-position: inside;
  margin-bottom: 0.75rem;
}

section.section-regular .text-component .component-inner li ol li {
  list-style-position: inside;
}

section.section-regular .text-component .component-inner ol {
  list-style-type: decimal;
}
/*# sourceMappingURL=style.css.map */