/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/draftspot_blog_theme/assets/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 1.6;
  color: #222534;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

main {
  width: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.375;
  font-weight: 400;
  margin-bottom: 1em;
  margin-bottom: 0.85em;
  font-family: "DM";
  color: #383A3E;
}

h1 {
  font-size: 3.4375em;
  color: #222534;
  margin-bottom: 40px;
  line-height: 90%;
}

h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.375em;
  margin-bottom: 1.9em;
}

h4 {
  font-size: 1.0625em;
  margin-bottom: 1em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 1em;
}

p {
  font-size: 1.0625em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.p_mid {
  font-size: 1.125em;
}

.p_big {
  font-size: 1.375em;
}

img {
  vertical-align: middle;
}

a,
.btn,
.btn_outline, button, input {
  cursor: pointer;
  font-size: inherit;
}

.underline_link {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #222534;
  border: 0;
  transition: 0.3s ease-in-out;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.underline_link:hover {
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  color: white;
  border: 1px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-family: "DM";
}
button:hover {
  color: white;
  text-decoration: none;
  background: #222534;
  border-color: #222534;
}

.btn, .btn_outline {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  color: white;
  border: 1px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-family: "DM";
  font-size: 1em;
}
.btn:hover, .btn_outline:hover {
  color: white;
  text-decoration: none;
  background: #222534;
  border-color: #222534;
}

.btn_outline {
  background-color: transparent;
  color: #222534;
  border: 1px solid #222534;
}
.btn_outline:hover {
  background: #222534;
  text-decoration: none;
}

.btn_big, .btn_big_outline {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  color: white;
  border: 1px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-family: "DM";
  font-size: 1.125em;
  padding: 1em 2.5em;
}
.btn_big:hover, .btn_big_outline:hover {
  color: white;
  text-decoration: none;
  background: #222534;
  border-color: #222534;
}

.btn_big_outline {
  background-color: transparent;
  color: #222534;
  border: 1px solid #222534;
}
.btn_big_outline:hover {
  background: #222534;
  text-decoration: none;
}

.btn_small, .btn_small_outline {
  padding: 1em 3em;
  line-height: 1;
  border-radius: 8px;
  color: white;
  border: 1px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-family: "DM";
  font-size: 0.938em;
  padding: 0.7em 1em;
}
.btn_small:hover, .btn_small_outline:hover {
  color: white;
  text-decoration: none;
  background: #222534;
  border-color: #222534;
}

.btn_small_outline {
  background-color: transparent;
  color: #222534;
  border: 1px solid #222534;
}
.btn_small_outline:hover {
  background: #222534;
  text-decoration: none;
}

.btn_round {
  font-size: 1em;
  line-height: 1;
  color: white;
  font-family: "DM";
  border-radius: 3px;
  box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 14px 36px;
}
.btn_round:hover {
  color: white;
  text-decoration: none;
  background: #222534;
}

.btn_arrow {
  font-size: 1.125em;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn_arrow::after {
  content: "";
  background-color: white;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/chevron2.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  vertical-align: middle;
  margin-left: 0.6em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  color: #222534;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn_arrow:hover {
  text-decoration: underline;
  color: white;
}
.btn_arrow:hover::after {
  transform: translateX(0.3em);
}

.btn_cancel, .btn_x_close {
  width: 2em;
  height: 2em;
  padding: 0;
  background: unset;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 0;
  border-radius: 8px;
}
.btn_cancel:hover, .btn_x_close:hover {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
}

.btn_x_close {
  width: 2em;
  height: 2em;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/close.svg");
  background-size: 1.8em;
}
.btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/close.svg");
  background-size: 1.8em;
}

.ds_page_header {
  margin-top: 2em;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

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

.w-100 {
  width: 100%;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
.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%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

.text-uppercase {
  text-transform: uppercase;
}


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*header - page top margin fix*/
main {
  padding-top: 155px;
  background-color: #cccccc;
}

#masthead {
  position: fixed;
  z-index: 999;
  background: #ffffff;
  transition: 0.3s ease-in-out;
  width: 100%;
  padding: 29px 0;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 68px;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 19px 15px 19px;
  max-width: 242px;
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  max-width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#masthead .ds_wrapper_menu_main .navbar-brand a img {
  max-height: 80px;
}
#masthead .ds_wrapper_menu_main .navbar {
  background-color: #ffffff;
}
#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
  margin: 0 2em;
  position: relative;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1.125em;
  text-decoration: none;
  color: #222534;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  color: #45aed6;
  border-top: 3px solid #45aed6;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children .dropdown-menu {
  position: absolute;
  transform: translateY(-100%);
  z-index: -1;
  transition: 0.4s all;
  z-index: -1;
  left: -51%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children .dropdown-menu a {
  color: #222534;
  border-top: 3px solid transparent;
  font-size: 1em;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children .dropdown-menu a:hover {
  color: #45aed6;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children:hover .dropdown-menu {
  transform: translateY(0);
  z-index: 1;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-item a {
  color: #45aed6;
  border-top: 3px solid #45aed6;
}
#masthead .ds_wrapper_menu_main .header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
#masthead .ds_wrapper_menu_main .header_icons .openSearch, #masthead .ds_wrapper_menu_main .header_icons .openCart, #masthead .ds_wrapper_menu_main .header_icons .openAccount {
  position: relative;
  background: transparent;
  border: 0;
  height: 2.5em;
  width: 2.5em;
  border-radius: 8px;
  padding: 0.5em;
  transition: 0.3s ease-in-out;
  margin: 0 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .ds_wrapper_menu_main .header_icons .openSearch svg, #masthead .ds_wrapper_menu_main .header_icons .openCart svg, #masthead .ds_wrapper_menu_main .header_icons .openAccount svg {
  width: 1.25em;
  height: 1.25em;
}
#masthead .ds_wrapper_menu_main .header_icons .openSearch svg:hover, #masthead .ds_wrapper_menu_main .header_icons .openCart svg:hover, #masthead .ds_wrapper_menu_main .header_icons .openAccount svg:hover, #masthead .ds_wrapper_menu_main .header_icons .openSearch svg.active, #masthead .ds_wrapper_menu_main .header_icons .openCart svg.active, #masthead .ds_wrapper_menu_main .header_icons .openAccount svg.active {
  fill: #222534;
}
#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover, #masthead .ds_wrapper_menu_main .header_icons .openCart:hover, #masthead .ds_wrapper_menu_main .header_icons .openAccount:hover, #masthead .ds_wrapper_menu_main .header_icons .openSearch.active, #masthead .ds_wrapper_menu_main .header_icons .active.openCart, #masthead .ds_wrapper_menu_main .header_icons .active.openAccount {
  background: #f6f6f6;
}
#masthead .ds_wrapper_menu_main .header_icons .openCart {
  width: auto;
  text-decoration: none;
}
#masthead .ds_wrapper_menu_main .header_icons .openCart #ds_cart_icon_content {
  position: absolute;
  top: 0.4em;
  left: 1.9em;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  font-size: 0.75em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .ds_wrapper_menu_main .header_icons .openCart .cart-sum {
  margin-left: 0.5em;
  font-size: 1.125em;
  color: #222534;
}

/*white text*/
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen), .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen), .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) {
  /*burger*/
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main {
  border-color: transparent;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a {
  color: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main #main-nav ul li a:hover {
  color: white;
  border-top: 3px solid white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount svg, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart svg, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount svg, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart svg, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch svg, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount svg, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart svg {
  fill: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart:hover, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openAccount, .error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openCart, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart:hover, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openAccount, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openCart, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openAccount:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart:hover, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openSearch.active, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openAccount, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .active.openCart {
  background: #222534;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .ds_wrapper_menu_main .header_icons .openCart .cart-sum {
  color: white;
}
.error404 #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span, .page-template-about_us #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span, .woocommerce-account:not(.logged-in) #masthead:not(.smallHeader):not(.megaMenu_header_active):not(.search_active):not(.headerOpen) .navbar-toggler span {
  background: white;
}

#masthead.smallHeader {
  background: white;
}
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 45px;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a {
  max-width: 54px;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: #222534;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 60px;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 90%;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid rgba(181, 197, 162, 0.7);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 38px 0 28px;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #222534 !important;
    font-family: "DM";
    font-size: 26px !important;
    line-height: 2.85;
    height: 100px;
    font-weight: 500 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/Chevron.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    background-color: rgba(3, 76, 60, 0.8);
    padding: 0 28px 0 28px;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover:after {
    opacity: 1;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a.dropdown-toggle:after {
    opacity: 1;
  }
  header .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons svg {
    /*fill: white!important;*/
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: white;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover svg, .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover svg, .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover svg {
    fill: #192624 !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover .woocommerce-Price-amount, .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover .woocommerce-Price-amount, .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover .woocommerce-Price-amount {
    color: #192624;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons svg {
    fill: #192624 !important;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: #192624;
  }
  header#masthead.smallHeader.headerOpen .ds_wrapper_menu_main .navbar-brand a svg path {
    fill: white !important;
  }
  .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler:hover {
    transform: translateY(-3px);
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #222534;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
    position: relative;
    z-index: 100;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a svg path {
    transition: 0.3s ease-in-out;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
  #masthead .ds_wrapper_menu_main #main-nav {
    height: 100vh !important;
    background-size: cover;
    background-position: center;
  }
  #masthead .ds_wrapper_menu_main #main-nav .dropdown-toggle:after {
    opacity: 1;
  }
  #masthead .ds_wrapper_menu_main #main-nav li.menu-item-has-children {
    position: relative;
  }
  #masthead .ds_wrapper_menu_main #main-nav li.menu-item-has-children .dropdown-menu {
    position: absolute;
    top: 76px;
    display: block;
    height: 0px;
    overflow: hidden;
    transition: 0.5s all;
    transform: translateY(0) !important;
    left: 2em !important;
    background-color: #ffffff;
  }
  #masthead .ds_wrapper_menu_main #main-nav li.menu-item-has-children .dropdown-menu li a {
    line-height: 1.85;
  }
  #masthead .ds_wrapper_menu_main #main-nav li.menu-item-has-children:hover .dropdown-menu {
    overflow: auto;
    height: 400px !important;
  }
  #masthead.headerOpen .navbar-brand a svg path {
    /*fill: white;*/
  }
  #masthead.headerOpen #nav-icon3 span {
    /*background: white!important;*/
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
@media (max-width: 575px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.3875em;
  }
}
footer {
  background-color: #222534;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
}
footer .ds_footer_bottom_line {
  font-size: 1.125em;
  margin-top: 1em;
}
footer .ds_footer_bottom_line .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
footer .ds_footer_bottom_line .container :nth-child(2) {
  justify-self: center;
}
footer .ds_footer_bottom_line .container :nth-child(3) {
  justify-self: end;
}
footer .ds_footer_bottom_line .container .ds_footer_gdpr a {
  color: #ffffff;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright figure {
  margin-right: 0.5em;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby {
  color: #ffffff;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a {
  text-decoration: none;
  font-weight: bold;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  footer .ds_footer_bottom_line {
    margin-top: 3.75em;
  }
  .newsletter::before {
    height: 84% !important;
  }
}
@media (max-width: 575px) {
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
    margin-bottom: 8px;
  }
  .newsletter::before {
    height: 89% !important;
  }
  .newsletter .newsletter_card h3 {
    font-size: 1.5em !important;
  }
  footer {
    padding-top: 3.4375em;
  }
  footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 20px;
  }
  footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
    margin-bottom: 0;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 0.8em;
  transition: 0.3s ease-in-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  transform: scale(1.1);
}
.swiper-container .swiper-button-prev::after {
  margin-left: -0.1em;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #363b53;
  transition: 0.3s ease-in-out;
  margin: 0 0.5em;
  width: 14px;
  height: 14px;
}
.swiper-nav-fix {
  overflow: hidden;
  margin-left: -1.5em;
  margin-right: -1.5em;
  position: relative;
}
.swiper-nav-fix .swiper-container {
  overflow: visible;
  padding: 2em 1.5em;
}
.swiper-nav-fix .swiper-pagination {
  bottom: 2px;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_contacs_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
.ds_contacs_wrap iframe {
  border-radius: 5px;
}
.ds_contacs_wrap .ds_contacs_right {
  padding-bottom: 2em;
}
.ds_contacs_wrap .ds_contacs_right .ds_contact_row {
  margin-bottom: 1em;
}
.ds_contacs_wrap .ds_contacs_right .ds_contact_row .label {
  font-size: 1em;
  min-width: 7em;
}
.ds_contacs_wrap .ds_contacs_right .ds_contact_row .value {
  font-size: 1em;
  font-weight: 700;
}
.ds_contacs_wrap .ds_contacs_right .ds_contact_row a {
  text-decoration: none;
  color: #222534;
}
.ds_contacs_wrap .ds_contacs_right .ds_contact_row a:hover {
  text-decoration: underline;
  color: #45aed6;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.newsletter {
  margin-bottom: 3em;
}
.newsletter .newsletter_card {
  padding: 1.5625em;
  background-color: #F2F4F5;
}
.newsletter .newsletter_card #ds_newsletter_form {
  display: flex;
  flex-direction: column;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row {
  gap: 1.5625em;
  justify-content: space-between;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row label {
  display: block;
  margin-bottom: 1.5625em;
  width: 100%;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row label.ds_checkbox {
  display: flex;
  justify-content: center;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row label.ds_checkbox .red_text {
  width: 100%;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row label.no_validate {
  border: 0px solid;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row label .red_text {
  margin-bottom: 0;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input {
  width: 100%;
  border: 1px solid;
  height: 3em;
  padding-left: 20px;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input:active, .newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input:focus {
  border-color: #222534;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #9FCB20;
  width: 1em;
  height: 1em;
  border: 0.063em solid #9FCB20;
  border-radius: 50%;
  margin-right: 15px;
  display: grid;
  place-content: center;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input[type=radio]::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 0.125em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input[type=radio]:checked::before {
  transform: scale(1);
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  width: 1.0625em;
  height: 1.0625em;
  border: 0.125em solid;
  border-radius: 0.25em;
  margin-right: 0.4375em;
  display: grid;
  place-content: center;
  padding-left: 0px;
  box-sizing: border-box;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input[type=checkbox]::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 0.125em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em;
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row input[type=checkbox]:checked::before {
  transform: scale(1);
}
.newsletter .newsletter_card #ds_newsletter_form .newsletter_form_row textarea {
  width: 100%;
  padding: 20px;
}
.newsletter .newsletter_card #ds_newsletter_form .accept_layer {
  display: flex;
  gap: 1.5625em;
  margin-top: 2em;
}
.newsletter .newsletter_card #ds_newsletter_form .accept_layer .ds_submit_wraper .btn, .newsletter .newsletter_card #ds_newsletter_form .accept_layer .ds_submit_wraper .btn_outline {
  background-color: #45aed6;
  font-weight: 700;
}

@media only screen and (max-width: 1599px) {
  #orderForm .ds_form_side_header:before {
    width: calc((100vw - 1100px) / 2);
  }
}
@media only screen and (max-width: 1399px) {
  #orderForm .ds_form_side_header:before {
    width: calc((100vw - 60px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  #orderForm .ds_form_side_header h3 {
    font-size: 1.375em;
  }
  #orderForm .ds_form_side_body #ds_orderForm .ds_form_row input {
    height: 2.5em;
  }
  #orderForm .ds_form_side_body #ds_orderForm .ds_form_row input[type=checkbox] {
    min-width: 1.0625em;
    height: 1.0625em;
    max-width: 1.0625em;
  }
}
@media only screen and (max-width: 767px) {
  #orderForm .ds_form_side_header p {
    max-width: 100%;
  }
}
#masthead.search_active {
  background-color: white;
}

.ds_search_form_wrapper {
  transform: translate(100%, 100%);
  transition: 0.5s ease-out;
  width: 100%;
  position: absolute;
  text-align: center;
  justify-content: space-between;
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: white;
  z-index: 10;
  padding-left: 2em;
}
.ds_search_form_wrapper.ds_search_active {
  transform: translate(0%, 100%);
}
.ds_search_form_wrapper .ds_header_search {
  height: 3.5em;
  border: 1px solid #f6f6f6;
  border-radius: 0.25em;
  padding-left: 1.5em;
  transition: 0.2s ease-out;
  width: calc(100% - 20em);
  margin-right: 1em;
  padding-right: 11.5em;
}
.ds_search_form_wrapper .ds_header_search_button {
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #222534;
  border: 0;
  border-radius: 0.25em;
  padding: 1.1875em 2.25em;
  width: 10em;
  text-align: center;
  font-weight: 800;
  justify-content: center;
  position: absolute;
  right: 9.5625em;
  left: unset;
}
.ds_search_form_wrapper .ds_header_search_button_mob {
  display: none;
}
.ds_search_form_wrapper .ds_header_search_close_mob {
  display: none;
}
.ds_search_form_wrapper .ds_header_search_close {
  max-width: 6em;
  width: 100%;
  height: 3em;
  font-weight: 800;
  border: 0.125em solid #222534;
  border-radius: 0.25em;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  background: none;
  outline: none !important;
  position: relative;
  left: unset;
  color: #222534;
  padding: 0;
  top: 3px;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1540px) {
  .ds_search_wrapper {
    padding: 1em 0;
  }
  .ds_search_wrapper .container {
    max-width: 100%;
  }
  .ds_search_wrapper .ds_search_close {
    right: 3em;
    top: 4.3em;
    padding: 0.45em 0.5em;
  }
}
@media (max-width: 767px) {
  .ds_search_wrapper .search_line .ds_search_clear {
    right: 5em;
  }
  .ds_search_wrapper .search_line .ds_search_btn {
    padding: 0.85em 0.6em;
  }
  .ds_search_wrapper .ds_search_close {
    right: 1.5em;
  }
  .ds_search_wrapper .search_recomended {
    font-size: 0.85em;
  }
  .ds_search_wrapper .search_recomended .search_recomended_placeholder {
    margin-right: 0.3em;
  }
  .ds_search_wrapper .search_recomended .search_recomended_txt_wrap .search_recomended_txt {
    margin-right: 0.3em;
  }
  .ds_search_form_wrapper {
    transform: translate(120%, 100%);
    width: 100vw;
    background-color: #cccccc;
  }
  .ds_search_form_wrapper.ds_search_active {
    transform: translate(18%, 100%);
  }
  .ds_search_form_wrapper .ds_header_search_button {
    display: none;
  }
  .ds_search_form_wrapper .ds_header_search_close {
    display: none;
  }
  .ds_search_form_wrapper .ds_header_search_button_mob {
    display: block;
    width: 3em;
    top: 17px;
    right: 69px;
    padding: 7px 4px;
    box-shadow: unset;
    border: 0.125em solid #222534;
  }
  .ds_search_form_wrapper .ds_header_search_close_mob {
    display: block;
    width: 3em;
    top: 5px;
    right: 10px;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_post_item {
  padding: 10px;
}
.ds_post_item.swiper-slide {
  padding: 0px;
}
.ds_post_item .ds_post_thumbnail_img {
  max-width: 100%;
}
.ds_post_item .ds_post_title a {
  font-size: 0.9em;
  text-decoration: none;
  color: black;
}
.ds_post_item .ds_post_meta_tags span {
  background: #ffffff;
  border-radius: 8px;
  font-size: 0.875em;
  line-height: 1;
  padding: 0.4em;
  margin-right: 5px;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_archive_header {
  padding: 2em;
}

.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item {
  margin-right: 15px;
  cursor: pointer;
  background-color: #f6f6f6;
  color: #222534;
  font-weight: 800;
  padding: 0.875em 2.25em;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item:hover {
  background-color: #222534;
  color: #f6f6f6;
}
.ds_archive_filter .ds_archive_filter_cats .ds_archive_filter_cats_item.active {
  background-color: #222534;
  color: #f6f6f6;
  pointer-events: none;
}

.ds_archive_content .ds_btn_more_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.5em;
}
.ds_archive_content .ds_btn_more_wrapper button {
  background-color: #f6f6f6;
  color: #222534;
}
.ds_archive_content .ds_btn_more_wrapper button:hover {
  background-color: #222534;
  color: #f6f6f6;
}

.accordion_wrapper .accordion_item .accordion_header {
  font-size: 1.125em;
  background: white;
  border: 0;
  border-top: 1px solid;
  padding: 1.2em 0em;
  position: relative;
  color: #222534;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.accordion_wrapper .accordion_item .accordion_header::after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/chevron2.svg");
  background-size: 2em;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}
.accordion_wrapper .accordion_item .accordion_header.active {
  background-color: transparent;
}
.accordion_wrapper .accordion_item .accordion_header.active::after {
  transform: rotate(270deg);
}
@media (min-width: 992px) {
  .accordion_wrapper .accordion_item .accordion_header:hover {
    background-color: #ffffff;
  }
  .accordion_wrapper .accordion_item .accordion_header:hover::after {
    transform: rotate(270deg);
  }
}
.accordion_wrapper .accordion_item .accordion_body {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion_wrapper .accordion_item .accordion_body p {
  margin-bottom: 1.4em;
}
.accordion_wrapper .accordion_item:last-child {
  border-bottom: 1px solid;
}

.ds_breadcrumb_wrapper {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.ds_breadcrumb_wrapper .breadcrumb {
  color: #f6f6f6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*.breadcrumb_arrow {
      width: 1.4em;
      height: 1.4em;
      background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
      background-position: center;
      background-size: 1.3em;
      background-repeat: no-repeat;
      display: inline-block;
      opacity: 0.3;
      margin-right: $spacing;
  }*/
}
.ds_breadcrumb_wrapper .breadcrumb a {
  margin-right: 0.3em;
  text-decoration: none;
  color: #f6f6f6;
  /**/
}
.ds_breadcrumb_wrapper .breadcrumb a:first-child {
  width: 1.4em;
  height: 1.4em;
  background-image: url("/wp-content/themes/draftspot_blog_theme/assets/img/Home.svg");
  background-position: center;
  background-size: 1em;
  background-repeat: no-repeat;
  display: inline-block;
  color: transparent;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_main_title {
  margin: 0 !important;
  font-size: 1px;
  opacity: 0;
}

.ds_slider .ds_slider_wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2em;
}
.ds_slider .ds_slider_wrap .ds_slider_left img {
  width: 100%;
}
.ds_slider .ds_slider_wrap .ds_slider_right .ds_progs_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.ds_slider .ds_slider_wrap .ds_slider_right .ds_progs_wrap .ds_prog_item {
  text-align: center;
}
.ds_slider .ds_slider_wrap .ds_slider_right .ds_progs_wrap .ds_prog_item a {
  width: 100%;
}

.ds_about {
  margin-top: 20px;
}
.ds_about .ds_about_wrap {
  padding: 30px 0;
  text-align: center;
}
.ds_about .ds_about_wrap h2 {
  font-size: 44px;
  color: #222534;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.ds_about .ds_about_wrap span {
  border-bottom: 1px solid #f6f6f6;
  height: 1px;
  display: block;
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: -25px;
}
.ds_about .ds_about_wrap span:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #45aed6;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: -10px;
}
.ds_about .ds_about_wrap p {
  text-align: center;
}

.ds_content .ds_content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
.ds_content .ds_content_wrap .ds_content_left .ds_content_img_wrap {
  padding: 20px;
}
.ds_content .ds_content_wrap .ds_content_left .ds_content_img_wrap img {
  width: 100%;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row {
  margin-bottom: 20px;
  transition: all 0.5s;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row .ds_content_item_icon {
  padding: 10px 30px 10px 10px;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row .ds_content_item_icon div {
  border: 1px solid grey;
  border-radius: 55px;
  position: relative;
  padding: 2px;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row .ds_content_item_icon div:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #45aed6;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 33px;
  left: 80px;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row .ds_content_item_icon div span {
  padding: 12px;
  border-radius: 55px;
  display: inline-block;
  width: 89px;
  height: 89px;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row .ds_content_item_icon div span svg {
  width: 65px;
  height: 65px;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row .ds_content_item_text h4 {
  font-weight: 700;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row .ds_content_item_text ul {
  margin-left: 44px;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row:hover .ds_content_item_icon div {
  background-color: rgba(69, 174, 214, 0.3137254902);
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row:hover .ds_content_item_icon span {
  background-color: #45aed6;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row:hover .ds_content_item_icon span svg#chart path {
  stroke: #ffffff;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row:hover .ds_content_item_icon span svg#box path {
  fill: #ffffff;
}
.ds_content .ds_content_wrap .ds_content_right .ds_content_con_wrap .ds_content_con_row:hover .ds_content_item_icon span svg#folder path {
  stroke: #ffffff;
}

@media only screen and (max-width: 767px) {
  .ds_slider .ds_slider_wrap {
    display: block;
  }
  .ds_slider .ds_slider_wrap .ds_slider_left {
    margin-bottom: 1em;
  }
  .ds_slider .ds_slider_wrap .ds_slider_right .ds_progs_wrap .ds_prog_item {
    margin-bottom: 1em;
  }
  .ds_content .ds_content_wrap {
    display: block;
  }
  .ds_content .ds_content_wrap .ds_content_left {
    display: none;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_section {
  padding: 10px;
}
.ds_section h2 {
  margin-bottom: 0;
}
.ds_section .ds_dems_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2em;
}
.ds_section .ds_dems_wrap .ds_dems_item {
  padding: 1em;
  text-align: center;
}
.ds_section .ds_dems_wrap .ds_dems_item a {
  text-decoration: none;
}
.ds_section .ds_dems_wrap .ds_dems_item a h3 {
  margin-bottom: 0.5em;
}
.ds_section .ds_dems_wrap .ds_dems_item a p {
  text-decoration: none;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_program_block {
  gap: 3em;
}
.ds_program_block .wp-block-column .wp-block-image {
  margin-bottom: 2em;
}
.ds_program_block .wp-block-column .wp-block-list {
  margin-left: 2em;
  margin-bottom: 1em;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_price_section {
  padding: 8em 0;
}
.ds_price_section .ds_price_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 6em;
}
.ds_price_section .ds_price_wrap .ds_prog_item {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  padding-bottom: 1em;
}
.ds_price_section .ds_price_wrap .ds_prog_item .ds_prog_item_price {
  position: absolute;
  top: -58px;
  text-align: center;
  width: 100%;
}
.ds_price_section .ds_price_wrap .ds_prog_item .ds_prog_item_price .ds_prog_item_price_wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 116px;
  height: 116px;
  border-radius: 100px;
  background-color: #2C8DB3;
  border: 5px solid #f6f6f6;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.ds_price_section .ds_price_wrap .ds_prog_item .ds_prog_item_title {
  background-color: #eeeeee;
  border-radius: 4px 4px 0 0;
  padding: 73px 15px 30px;
}
.ds_price_section .ds_price_wrap .ds_prog_item .ds_prog_item_title h2 {
  color: #222534;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.ds_price_section .ds_price_wrap .ds_prog_item .ds_prog_item_feat {
  padding: 1em 0;
}/*# sourceMappingURL=ds_front.css.map */