/*border-radius*/
/*header - page top margin fix*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
body {
  margin: 0;
}

main {
  padding-top: 10em;
  min-height: 100vh;
}

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

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

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

input[type=text], input[type=password], textarea, select {
  background-color: #ffffff;
  outline: none;
  border: 1px solid #0c438a;
  border-radius: 7px;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.8125em 1em 0.6875em;
}

.ds_back_image {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/*.ds_page_overlay{
    width: 100vw;
    height:100vh;
    position: fixed;
    background-color:#ffffff20;
}*/
/*border-radius*/
/*header - page top margin fix*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
header#masthead {
  text-wrap: nowrap;
  z-index: 999;
  position: fixed;
  background: #ffffff;
  transition: 0.5s all;
  width: 100%;
  padding: 1em 0;
}
header#masthead a {
  font-size: 1.125em;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  header#masthead a {
    font-size: 0.94em;
  }
}
@media only screen and (max-width: 991px) {
  header#masthead a {
    font-size: 1.125em;
  }
}
header#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: 0.3s ease-in-out;
}
header#masthead .ds_wrapper_menu_main .ds_header_right {
  display: flex;
  align-items: center;
  gap: 2.111em;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .ds_header_divider {
  height: 36px;
  width: 2px;
  background-color: #009245;
}
@media only screen and (max-width: 991px) {
  header#masthead .ds_wrapper_menu_main .ds_header_right .ds_header_divider {
    display: none;
  }
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5em;
}
@media only screen and (max-width: 1300px) {
  header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons {
    gap: 2em;
  }
}
@media only screen and (max-width: 575px) {
  header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons {
    gap: 1em;
    flex-direction: column;
  }
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_logout a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #262626;
  gap: 0.75em;
  font-size: 1.125em !important;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_logout a svg g path {
  fill: #262626;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_logout a:hover span {
  transition: all;
  transition-duration: 200ms;
  color: #262626;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_logout a:hover svg g path {
  transition: all;
  transition-duration: 200ms;
  fill: #262626;
}
@media only screen and (max-width: 1300px) {
  header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_logout {
    font-size: 0.9em;
  }
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_logout img {
  width: 1.125em;
  height: 1.125em;
  -o-object-fit: cover;
     object-fit: cover;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .register_header_btn {
  font-size: 1.125em;
  color: #262626;
  border: solid 1px #262626;
  border-radius: 3px;
  padding: 0.666em 1.666em;
}
@media only screen and (max-width: 1300px) {
  header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .register_header_btn {
    font-size: 0.94em;
  }
}
@media only screen and (max-width: 991px) {
  header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .register_header_btn {
    font-size: 1.125em;
  }
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .register_header_btn:hover {
  background-color: #009245;
  color: white;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap {
  display: flex;
  align-items: center;
  gap: 1.125em;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap a {
  text-decoration: none;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap p {
  font-size: 1.125em;
  font-weight: 700;
  color: #262626;
  margin: 0;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap .ds_username {
  font-size: 1.125em;
}
@media only screen and (max-width: 1300) {
  header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap .ds_username {
    font-size: 0.94em !important;
  }
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap .account_icon {
  position: relative;
  border: 1px solid #262626;
  width: 2.25em;
  height: 2.25em;
  border-radius: 100%;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap .account_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap .account_icon .account_dot {
  width: 0.5em;
  height: 0.5em;
  background-color: #f04e4e;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .ds_header_account_wrap p {
  font-size: 1.125em;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openSearch, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart, header#masthead .ds_wrapper_menu_main .ds_header_right .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;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openSearch svg, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart svg, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openAccount svg {
  width: 1.25em;
  height: 1.25em;
  fill: #ffffff;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openSearch svg:hover, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart svg:hover, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openAccount svg:hover, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openSearch svg.active, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart svg.active, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openAccount svg.active {
  fill: #303030;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openSearch:hover, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart:hover, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openAccount:hover, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openSearch.active, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .active.openCart, header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .active.openAccount {
  background: #999999;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart {
  width: auto;
  text-decoration: none;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart #ds_cart_icon_content {
  position: absolute;
  top: 0.4em;
  left: 1.9em;
  width: 1.3em;
  height: 1.3em;
  background: #d6453c;
  border-radius: 50%;
  font-size: 0.75em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#masthead .ds_wrapper_menu_main .ds_header_right .header_icons .openCart .cart-sum {
  margin-left: 0.5em;
  font-size: 1.125em;
  color: #303030;
}
@media only screen and (max-width: 991px) {
  header#masthead .ds_wrapper_menu_main {
    height: 88px;
  }
}
header#masthead .ds_wrapper_menu_main .navbar-brand {
  max-width: 229px;
  width: 100%;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 100;
}
header#masthead .ds_wrapper_menu_main .navbar-brand a {
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header#masthead .ds_wrapper_menu_main .navbar-brand a img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1300px) {
  header#masthead .ds_wrapper_menu_main .navbar-brand a img {
    max-width: 150px;
  }
}
header#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
header#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
header#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
  -moz-column-gap: 2.375em;
       column-gap: 2.375em;
}
@media screen and (max-width: 1200px) {
  header#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
header#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #303030;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  line-height: 1.6;
}
header#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  color: #009245;
  text-decoration: underline;
}
@media only screen and (max-width: 1300px) {
  header#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 15px;
  }
}
header#masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-item a {
  color: #009245;
}

/*white text*/
header#masthead.smallHeader {
  background: white;
}
header#masthead.smallHeader .ds_wrapper_menu_main {
  height: 80px;
}
header#masthead.smallHeader .ds_wrapper_menu_main .ds_header_right {
  display: flex;
  gap: 2.111em;
}
@media only screen and (max-width: 991px) {
  header#masthead.smallHeader .ds_wrapper_menu_main {
    height: 70px;
  }
}
header#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand {
  max-width: 180px;
}
@media only screen and (max-width: 991px) {
  header#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand {
    max-width: 130px;
  }
}
header#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand svg path {
  fill: #303030;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header#masthead .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header#masthead .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: 0;
    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#masthead .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%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    margin-bottom: 1em;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #262262;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 20px 0 20px;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #262262 !important;
    font-size: 18px !important;
    line-height: 2.5;
    height: 60px;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    color: #d6453c !important;
    padding: 0 28px 0 28px;
  }
  header#masthead .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: #0b4b9e;
    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 {
    background: #d6453c !important;
  }
  .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----------------------------------*/
#main-nav {
  flex-direction: column;
}
#main-nav #menu-mainmenu {
  margin-top: 120px;
}

iframe {
  border-radius: 50px !important;
}

footer {
  padding-top: 6.4375em;
  padding-bottom: 0;
  margin-top: 4em;
  background-color: white;
}
@media screen and (max-width: 991px) {
  footer {
    margin-top: 3em;
  }
}
footer li {
  list-style-type: none;
}
footer .ds_footer_wrapper {
  z-index: 1;
  position: relative;
}
footer h2 {
  color: #303030;
}
@media screen and (min-width: 768px) {
  footer h2 {
    font-size: em(40, 20);
    margin-bottom: 40px;
  }
}
footer a {
  font-size: em(18, 20);
  font-weight: 400;
  text-decoration: unset;
  display: flex;
  width: 100%;
  color: #303030;
}
@media screen and (min-width: 1600px) {
  footer a {
    font-size: em(20, 20);
  }
}
footer.ds_footer_futon {
  padding-top: 56px;
}
@media screen and (max-width: 575px) {
  footer.ds_footer_futon {
    padding-top: 30px;
  }
}
footer .ds_footer_wrapper a:hover {
  color: #0b4b9e;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content {
    -moz-column-gap: 5 rem;
         column-gap: 5 rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content a {
  transition: 0.2s;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content a:hover {
  color: #0b4b9e;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .column {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1,
footer .ds_footer_wrapper .ds_footer_wrapper_content .c2,
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 {
  max-width: 339px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 .social_nets_wrap {
  display: flex;
  gap: 1.375em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 .social_nets_wrap a {
  width: 1.625em;
  height: auto;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 div:last-child {
  color: #009245;
  font-size: 18px;
  font-weight: 700;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 .ds_footer_img {
  width: 229px;
  height: auto;
  max-width: 70vw;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 p {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: em(20, 20);
  font-weight: 400;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 p:nth-of-type(1) {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .c1 p {
    margin-top: 10px;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .footer_contact_line {
  display: flex;
  align-items: center;
  gap: 1.125em;
}
@media screen and (max-width: 768px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 div:has(a):not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 div:has(a):not(:last-child) {
    margin-bottom: 10px;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contact_line_text {
  display: flex;
  align-items: center;
  gap: 1.125em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contact_line_text img,
footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contact_line_text svg {
  max-width: 32px;
  max-height: 32px;
}
@media screen and (max-width: 575px) {
  footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contact_line_text img,
  footer .ds_footer_wrapper .ds_footer_wrapper_content .c3 .ds_footer_contact_line_text svg {
    max-width: 22px;
    max-height: 22px;
  }
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col {
  margin-bottom: 0em;
  position: relative;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col::before {
  content: "";
  position: absolute;
  height: 100%;
  right: 15px;
  border-right: 2px solid #49443f;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col:last-child {
  display: flex;
  flex-direction: column;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col:last-child::before {
  display: none;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_menu_wrapper ul {
  list-style: none;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_menu_wrapper ul li {
  margin-bottom: 0em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_menu_wrapper ul li a {
  text-decoration: none;
  line-height: 2.2;
  font-weight: 400;
  margin-bottom: 0;
  color: #303030;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_menu_wrapper ul li a:hover {
  text-decoration: underline;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_contacts a {
  text-decoration: none;
  line-height: 2.2;
  font-weight: 400;
  margin-bottom: 0;
  color: #303030;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_contacts a:hover {
  text-decoration: underline;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_contacts .ds_footer_adres_line {
  font-weight: 400;
  color: #303030;
  max-width: 242px;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_socials {
  margin-top: auto;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 2em;
  text-decoration: none;
  background: transparent;
  border-radius: 8px;
  margin-right: 0.5em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_socials a img {
  height: 1.25em;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_socials a:hover {
  background: #303030;
}
footer .ds_footer_wrapper .ds_footer_wrapper_content .ds_footer_col .ds_footer_socials::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #af9d8b;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
footer .ds_footer_bottom_line {
  z-index: 12;
  margin-top: 73px;
  background: #009245;
  position: relative;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: white;
}
footer .ds_footer_bottom_line .container {
  display: flex;
  justify-content: space-between;
}
footer .ds_footer_bottom_line a,
footer .ds_footer_bottom_line p,
footer .ds_footer_bottom_line span {
  color: white;
  font-size: 1rem;
}
footer .ds_footer_bottom_line::after {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  background-color: #009245;
  top: 0;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    row-gap: 0;
  }
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
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 {
  font-size: em(16, 20);
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby {
    font-size: 1rem;
  }
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby span {
  display: flex;
  gap: 2px;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a,
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby p {
  text-decoration: underline;
  width: auto;
  font-size: em(16, 20);
  margin: 0;
  font-weight: 400;
  transition: 0.2s;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby a:hover,
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby p:hover {
  text-decoration: unset;
}
footer .column h2 {
  font-size: em(32, 20);
}
@media screen and (min-width: 1600px) {
  footer .column h2 {
    font-size: 40px;
  }
}

.ds_footer_menu_inner {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .ds_footer_menu_inner {
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .ds_footer_menu_inner {
    gap: 6px;
  }
}

@media (max-width: 991px) {
  footer .ds_footer_bottom_line {
    margin-top: 3.75em;
  }
}
@media (max-width: 575px) {
  footer .ds_footer_bottom_line {
    margin-top: 30px;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    font-size: 1rem;
  }
  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;
  }
}
.ds_footer_gdpr a {
  transition: 0.2s;
  text-decoration: underline;
  font-weight: 400;
}
.ds_footer_gdpr a:hover {
  text-decoration: unset;
}

@media screen and (min-width: 1199px) {
  .ds_form_row:has(.ds_checkbox) {
    margin-left: auto;
  }
}

.c1__socials {
  margin-top: 46px;
  display: flex;
  gap: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .c1__socials {
    margin-top: 20px;
  }
}
.c1__socials a {
  display: flex;
  width: auto;
}
.c1__socials a:hover img {
  transform: scale(1.1);
  fill: white;
}
.c1__socials a img {
  width: 100%;
  height: auto;
  max-height: 26px;
  max-width: 26px;
  position: relative;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .ds_footer_logo {
    max-width: 80vw;
    height: auto;
  }
}

/*border-radius*/
/*header - page top margin fix*/
/*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*/
/*header - page top margin fix*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_reg_section {
  padding: 3.75em 0;
}
.ds_reg_section p {
  margin-bottom: 0;
}
.ds_reg_section h2 {
  font-size: 1.25em;
  line-height: 110%;
}
.ds_reg_section .ds_divider {
  margin: 2.625em 0;
}
.ds_reg_section .ds_form_row_heading_span {
  display: flex;
  gap: 0.5em;
  padding-bottom: 1.625em;
}
@media (max-width: 767px) {
  .ds_reg_section .ds_form_row_heading_span {
    flex-direction: column;
  }
}
.ds_reg_section .ds_form_row_heading_span h2 {
  display: inline-block;
}
.ds_reg_section .ds_form_row_heading_span p {
  font-size: 0.875em;
}
.ds_reg_section .ds_form_praxe_text {
  padding-bottom: 2em;
}
.ds_reg_section .ds_form_praxe_text p {
  display: flex;
  gap: 0.5em;
  font-size: 1.25em;
  font-weight: 900;
}
.ds_reg_section .ds_form_praxe_text p input {
  color: #009245;
  font-weight: 900;
  border: none !important;
  border-bottom: 1px solid #009245 !important;
  border-radius: 0;
  text-align: center;
  padding: 0 !important;
  max-width: 80px;
}
.ds_reg_section .container .ds_reg_wrap {
  border: 1px solid #009245;
  border-radius: 7px;
  max-width: 1054px;
  margin: auto;
  padding: 3.75em 4.375em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 767px) {
  .ds_reg_section .container .ds_reg_wrap {
    padding: 2em 2.5em;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form input[type=text] {
  border: 1px solid #009245;
  width: 100%;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form input[type=checkbox] {
  border: 1px solid #009245;
  margin-right: 0;
  color: #009245;
  min-width: 20px;
  height: 20px;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form input[type=checkbox]:checked::before {
  width: 14px;
  height: 14px;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header_lower {
  margin-top: 2em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header_lower .ds_form_row_header_inputs {
  flex-wrap: wrap;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header_lower .ds_form_row_header_inputs label {
  align-self: center;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header_lower .ds_form_row_header_inputs label.no_validate {
  flex-wrap: wrap;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header_lower .ds_form_row_header_inputs label.no_validate .red_text {
  margin-left: 2em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header_lower h2 {
  white-space: nowrap;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header {
  margin-bottom: 0 !important;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header .ds_form_row_header_inputs {
  display: flex;
  align-items: center;
  gap: 2em;
  width: 100%;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header .ds_form_row_header_inputs label {
  display: flex;
  align-items: start;
  font-size: 1.125em;
  gap: 0.44em;
  flex-basis: 0;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header .ds_form_row_header_inputs label input {
  margin-top: 0.18em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_header .ds_form_row_header_inputs label .ds_form_tax_number {
  margin-top: unset;
  padding: 0.8125em 1em 0.6875em;
  color: #999999;
  font-size: 1rem;
  min-width: 18em;
  margin-left: 2em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_100 {
  margin-bottom: 1.25em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row {
  gap: 2em;
  margin-bottom: 1.25em;
}
@media (max-width: 575px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row {
    gap: 0.5em;
    margin-bottom: 0.5em;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row .ds_form_subrow {
  width: 100%;
  display: flex;
  gap: 0.5em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row .ds_form_subrow label:first-child {
  width: 70%;
}
@media (max-width: 575px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row .ds_form_subrow label:first-child {
    width: 100%;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row .ds_form_subrow label:last-child {
  width: 30%;
}
@media (max-width: 575px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row .ds_form_subrow label:last-child {
    width: 100%;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row label {
  width: 100%;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row .ds_firma {
  width: calc(50% - 1.75em);
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .obor_podnikani {
  margin-top: 2em;
  display: flex;
  justify-content: end;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .obor_podnikani select {
  color: black;
  border: 1px solid #009245;
  border-radius: 7px;
  padding: 0.8125em 1em 0.6875em;
  cursor: pointer;
  margin-left: 1em;
  min-width: 26.75em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .obor_podnikani select.grey_selection {
  color: #999999;
}
@media (max-width: 575px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .obor_podnikani select {
    min-width: unset;
    width: 100%;
    margin-left: 0;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_jsem {
  align-items: start;
  gap: 0.5em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_jsem .ds_form_row_header_inputs {
  align-items: start;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_jsem .ds_form_row_header_inputs > div {
  flex-basis: 46%;
}
@media (max-width: 767px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_jsem .ds_form_row_header_inputs {
    flex-direction: column;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_bottom .ds_checklist {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_bottom .ds_checklist label {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  gap: 0.44444em;
}
@media (max-width: 575px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_bottom .ds_checklist label {
    align-items: baseline;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_bottom .lokalita_wrap {
  display: flex;
  gap: 2em;
}
@media (max-width: 767px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_bottom .lokalita_wrap {
    flex-direction: column;
    gap: 1em;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_checkbox {
  display: flex;
  gap: 2em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_form_row_checkbox label {
  font-size: 1.125em;
  display: flex;
  gap: 0.444em;
  width: -moz-fit-content;
  width: fit-content;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_program_checkboxes {
  margin-bottom: 1.625em;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_program_checkboxes {
    flex-direction: column;
    gap: 1em;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_uc_program {
  margin-bottom: 1.625em;
  max-width: 350px;
}
@media (max-width: 767px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_uc_program {
    max-width: 100%;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_pricelist p,
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_checklist p {
  font-size: 0.83em;
  padding: 0 0 2.285em 0;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_pricelist label,
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_checklist label {
  font-size: 1.125em;
  display: flex;
  gap: 0.444em;
  text-wrap: nowrap;
  margin-bottom: 1.22em;
}
@media (max-width: 575px) {
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_pricelist label,
  .ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_checklist label {
    text-wrap: wrap;
  }
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_pricelist label .ds_form_input_price,
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .ds_checklist label .ds_form_input_price {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #009245;
  max-width: 75px;
  padding: 0;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap form .lokalita {
  margin-top: 2em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap .ds_send_btn_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.625em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap .ds_send_btn_row label {
  flex-wrap: nowrap;
  gap: 0.5em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap .ds_send_btn_row label span:last-child {
  font-size: 1em;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap .ds_send_btn_row label span:last-child a {
  color: #009245;
}
.ds_reg_section .container .ds_reg_wrap .ds_form_wrap .ds_send_btn_row .ds_submit_wraper {
  width: -moz-fit-content;
  width: fit-content;
}

.ds_form_wrap form input[type=text],
.ds_form_wrap form textarea {
  width: 100%;
  cursor: text;
}
.ds_form_wrap form label {
  margin-bottom: 0;
}
.ds_form_wrap form input[type=checkbox] {
  color: #0b4b9e;
  border: 1px solid #0b4b9e;
  border-radius: 2px;
}
.ds_form_wrap form .ds_form_row {
  display: flex;
  gap: 1.875em;
}
@media screen and (max-width: 575px) {
  .ds_form_wrap form .ds_form_row {
    gap: 1em;
    flex-direction: column;
  }
}
.ds_form_wrap form .ds_form_bottom {
  display: flex;
  margin-top: 1.5em;
}
.ds_form_wrap form .ds_form_bottom input[type=file] {
  display: none;
}
.ds_form_wrap form .ds_form_bottom .ds_file_label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.ds_form_wrap form .ds_form_bottom .ds_file_label span {
  text-wrap: nowrap;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 800;
  color: #303030;
  transition: all;
  transition-duration: 200ms;
}
.ds_form_wrap form .ds_file_label:hover span {
  color: #0b4b9e;
}
.ds_form_wrap form .ds_form_row {
  margin-bottom: 1.875em;
}
@media screen and (max-width: 575px) {
  .ds_form_wrap form .ds_form_row {
    margin-bottom: 1em;
  }
}
.ds_form_wrap form .ds_form_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ds_form_wrap form .ds_form_bottom div {
  height: -moz-fit-content;
  height: fit-content;
}
.ds_form_wrap form .ds_form_bottom .ds_form_bottom_right {
  display: flex;
  align-items: center;
  gap: 2.625em;
}
@media screen and (max-width: 1200px) {
  .ds_form_wrap form .ds_form_bottom .ds_form_bottom_right {
    gap: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  .ds_form_wrap form .ds_form_bottom .ds_form_bottom_right {
    width: 100%;
    justify-content: space-between;
    margin-top: 1em;
  }
}
@media screen and (max-width: 575px) {
  .ds_form_wrap form .ds_form_bottom .ds_form_bottom_right {
    flex-wrap: wrap;
    justify-content: end;
  }
}
.ds_form_wrap form .ds_form_bottom .ds_form_bottom_right .ds_checkbox {
  flex-wrap: nowrap;
}
.ds_form_wrap form .ds_form_bottom .ds_form_bottom_right .ds_checkbox span a:hover {
  color: #009245;
  transition: all;
  transition-duration: 200ms;
}

/*border-radius*/
/*header - page top margin fix*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_home_section h1 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 2em;
}
.ds_home_section h2 {
  margin-bottom: 2em;
}
.ds_home_section .ds_food_item_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1.7fr;
  gap: 2em;
  border: 1px solid black;
  padding: 2em 1em 1em 1em;
  border-radius: 4px;
  margin-bottom: 2em;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_date {
  position: absolute;
  top: -31px;
  left: 17px;
  background-color: white;
  font-size: 2em;
  font-weight: 700;
  padding: 10px;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_left .ds_food_item_title {
  font-size: 1.5em;
  font-weight: 700;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_middle .ds_food_item_price {
  font-size: 1.5em;
  font-weight: 700;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_middle .ds_food_item_alerg {
  color: rgba(0, 0, 0, 0.358);
}
.ds_home_section .ds_food_item_wrap .ds_food_item_right .ds_food_order_wrap .ds_food_order_header .ds_food_order_header_item:nth-child(1) {
  width: 37%;
  text-align: center;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_right .ds_food_order_wrap .ds_food_order_header .ds_food_order_header_item:nth-child(2) {
  width: 30%;
  text-align: center;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_right .ds_food_order_wrap .ds_food_order_body .ds_food_order_count {
  width: 37%;
  text-align: center;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_right .ds_food_order_wrap .ds_food_order_body .ds_food_order_count .ds_form_count {
  width: 50%;
  position: relative;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #009245;
  border-radius: 7px;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.8125em 1em 0.6875em;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_right .ds_food_order_wrap .ds_food_order_body .ds_food_order_price {
  width: 30%;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
  font-size: 1.6em;
}
.ds_home_section .ds_food_item_wrap .ds_food_item_right .ds_food_order_wrap .ds_food_order_body .ds_btn_add_order.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.ds_home_section .ds_modal {
  position: fixed;
  top: 30vh;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #009245;
  border-radius: 7px;
  padding: 1em;
  background: rgba(0, 146, 69, 0.1294117647);
}
.ds_home_section .ds_modal .ds_modal_header {
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.ds_home_section .ds_modal .ds_modal_header .ds_modal_header_title {
  font-weight: 700;
  font-size: 2em;
}
.ds_home_section .ds_modal .ds_modal_header .ds_modal_close {
  position: relative;
  top: -20px;
  left: 8px;
}
.ds_home_section .ds_modal .ds_modal_item {
  justify-content: space-between;
  padding: 0.5em;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.ds_home_section .ds_modal .ds_modal_item:first-of-type {
  border-top: 1px solid;
  padding-top: 19px;
}
.ds_home_section .ds_modal .ds_modal_del {
  cursor: pointer;
  width: 20px;
  position: relative;
  top: -5px;
}
.ds_home_section .ds_next_week_wrap {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s all;
  margin-bottom: 2em;
}/*# sourceMappingURL=front.css.map */