body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    font-family: struhadlo, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}

/* .in-o-nas p,
.in-about-us p {
    font-family: saaseriesC, Aria, Helvetica, sans-serif;
    text-transform: none;
} */
.admin-bar p,
.admin-bar a {
    text-transform: unset;
    font-family: saaseriesC, Aria, Helvetica, sans-serif;
}

.breadcrumbs {
    display: none;
}

.content-wrapper {
    padding-block: 60px;
}

.news-item-detail .next-prev {
    display: none;
}

#newsWrapper {
    display: none;
}

.siteCookies,
.siteCookies__button,
.siteCookies__link,
div#colorbox,
.cookiesSetting__perex,
.cookiesSetting__title {
    font-family: saaseriesC, Aria, Helvetica, sans-serif;
    text-transform: none;
}

[id] {
    scroll-margin-top: 105px;
}

@media screen and (max-width: 991px) {
    [id] {
        scroll-margin-top: 135px;
    }
}

@media screen and (max-width: 690px) {
    [id] {
        scroll-margin-top: 165px;
    }
}

@media screen and (max-width: 567px) {
    [id] {
        scroll-margin-top: 130px;
    }
}

.pointer {
    cursor: pointer;
}

/* HP Video : start */
#video-header {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 769px) {
    #video-header {
        height: 600px;
    }

    .overall-wrapper {
        position: absolute;
        z-index: 9999999;
        top: 0;
        width: 100%;
    }

    .in-index .overall-wrapper {
        filter: invert(1);
    }
}

body.admin-logged #video-header {
    margin-top: 60px;
}

@media (max-width: 768px) {
    body.admin-logged #video-header {
        margin-top: 90px;
    }

    .responsive-tools {
        filter: invert(1);
    }

    #header .site-name>a::after {
        color: #fff;
    }

    .type-index .overall-wrapper {
        padding-top: 0px;
    }
}

.homepage-box.welcome-wrapper {
    border: none;
}

@media (max-width: 767px) {
    .in-index .overall-wrapper {
        width: fit-content;
    }
}

/* HP Video : End */
/* Navigation : start  */
.top-navigation-bar {
    display: none;
}

.navigation-in>ul>li.menu-en {
    display: none;
}

.in-eng .navigation-in>ul>li.menu-en {
    display: block;
}

.in-eng .navigation-in>ul>li.menu-cz {
    display: none;
}

.menu-item-external-45 {
    display: block !important;
}

.menu-item-external-48 {
    display: block !important;
}

.navigation-in>ul>li>a:hover {
    background-color: transparent;
}

.search {
    display: none;
}

.navigation-buttons {
    display: none;
}

#header .container {
    display: flex;
    align-items: center;
    width: auto;
}

.navigation-in {
    background-color: transparent;
}

.navigation-in>ul>li>a {
    color: #000;
}

.has-hero .navigation-in>ul>li>a {
    color: #fff;
}

.navigation-in ul li a {
    text-transform: uppercase;
}

.navigation-in>ul>li {
    border-left: 0;
}

.navigation-in ul li a:hover {
    text-decoration: underline;
}

.navigation-close {
    cursor: pointer;
}

.has-hero .navigation-in>ul>li>a:hover {
    background-color: transparent;
    color: #fff;
}

.header-top {
    max-width: 120px;
}

.header-top>div {
    flex: unset
}

#header {
    background-color: transparent;
}

#header .site-name>a img {
    display: none;
}

#header .site-name>a::after {
    content: 'A';
    font-size: 60px;
}

.language-selector {
    position: absolute;
    right: 25px;
    top: 20%;
    transform: translateY(-50%);
}

.has-hero .language-selector a {
    color: #fff
}

.has-hero #header .site-name a img {
    filter: invert(1);
}

.menu-helper.visible {
    display: none;
}

.navigation-in.menu {
    padding-inline: 70px;
}

@media (min-width: 768px) {
    .navigation-in ul li.splitted {
        visibility: visible;
    }

    #navigation {
        width: 100%;
        margin-left: 0;
        margin-right: 120px;
    }

    .fitted .navigation-in ul {
        justify-content: center;
    }

    .navigation-in {
        font-size: 22px;
    }

    .navigation-in.menu {
        width: 88vw;
    }

    ..navigation-in.ul {
        margin: 0 auto;
        list-style: none;
        width: fit-content;
    }
}

@media (max-width: 991px) {
    .navigation-in.menu {
        padding-inline: 20px;
    }

    .navigation-in ul li a {
        padding-inline: 15px;
    }

    .navigation-in>ul>li>a:hover {
        padding-inline: 15px;
        margin-inline: 0;
    }

    #navigation {
        margin-right: 60px;
    }
}

@media (max-width: 767px) {
    #navigation {
        margin-right: 0px;
    }

    .navigation-in .navigationActions {
        display: none;
    }

    .has-hero .navigation-in>ul>li>a {
        color: #000;
    }

    .has-hero .language-selector a {
        color: #000
    }

    .has-hero .navigation-in>ul>li>a:hover {
        color: #000;
    }

    .has-hero #header .site-name a img {
        filter: invert(1);
    }

    #header .site-name {
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    #header .site-name>a::after {
        content: 'A';
        font-size: 48px;
    }

    .responsive-tools>a[data-target=navigation] {
        right: unset;
        left: 10px;
    }

    .responsive-tools>a[data-target=navigation]:before {
        font-size: 18px;
    }

    #header .navigation-wrapper .language-selector {
        display: none;
    }

    .top-navigation-bar .language-selector a {
        color: #000;
    }

    .language-selector {
        right: 10px;
        top: 25%;
    }

    .top-navigation-bar {
        display: block;
        background-color: transparent;
        border-bottom: none;
    }

    .scrolled body:not(.search-window-visible) .top-navigation-bar {
        display: none;
        /* TODO */
    }

    .scrolled header#header {
        display: none;
        /* TODO */
    }

    .top-navigation-bar .responsive-tools {
        height: 60px;
    }

    .navigation-in {
        margin-top: 60px;
    }

    /* .in-menu .top-navigation-bar, .in-pro-deti .top-navigation-bar {
        display: none;
    } */
    .top-navigation-bar .toggle-window[data-target='search'],
    .top-navigation-bar .toggle-window[data-target='login'] {
        display: none;
    }

    .responsive-tools>a[data-target=navigation]:before {
        background-color: transparent;
        color: #000;
    }

    .responsive-tools>a[data-target=navigation]:before,
    .responsive-tools>a[data-target=navigation]:hover:before {
        background-color: transparent;
    }

    .top-navigation-bar a:hover {
        color: #000;
    }

    .has-hero .top-navigation-bar a:hover {
        color: #fff;
    }

    .has-hero .responsive-tools>a[data-target=navigation]:before {
        color: #fff;
    }

    .has-hero .top-navigation-bar .language-selector a {
        color: #fff;
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .navigation-window-visible #navigation {
        width: 80%;
    }
}

/* Navigation: end */
/* Menu bottom container : START */
.menu-bottom-container {
    position: absolute;
    bottom: 0px;
    padding-bottom: env(safe-area-inset-bottom, 30%);
    z-index: 1;
    width: 100%;
    left: 0;
}

.menu-button-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.menu-button {
    color: black !important;
    padding: 10px;
    border: solid black 2px;
    font-size: 20px;
    width: 48%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.menu-tgthr-container {
    display: flex;
    padding: 20px;
    gap: 20px;
}

.menu-tgthr-container a {
    display: flex;
    align-items: center;
}

.menu-tgthr-container p {
    width: 70%;
    margin: 16px 0px;
    color: #000;
}

@media (min-width: 768px) {
    .menu-bottom-container {
        display: none;
    }
}

@media (max-width: 350px) {
    .menu-button-container {
        flex-direction: column;
        gap: 15px;
    }

    .menu-button {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .menu-button-container {
        flex-direction: column;
        gap: 15px;
    }

    .menu-button {
        width: 100%;
    }
}

@media (max-height: 580px) {
    .menu-bottom-container {
        position: relative;
    }
}

/* Menu bottom container : END */
/* Footer : start */
#footer {
    background-color: #fff;
    position: relative;
    z-index: 3;
    font-family: struhadlo, Arial, sans-serif;
}

#footer h4,
#footer p {
    font-family: struhadlo, Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}

.footermapa {
    background: url(https://cdn.myshoptet.com/usr/www.struhadlopardubice.cz/user/documents/assets/img/mapa.png);
    height: 500px;
    padding-right: 0px;
    background-position: center;
    background-size: cover;
}

.imap {
    width: auto;
    height: 24px;
    display: block;
    padding: 2px 8px 2px 8px;
    font-size: 26px;
}

.imap .cutout {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 0px 20px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.struhadlo {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -135px;
    margin-top: -20px;
}

#footerin {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
}

#footer .footer-together {
    transform: rotate(350deg);
}

#footer .footer-bottom {
    display: none;
}

/* #footer .podminky {
  font-family: saaseriesC, Aria, Helvetica, sans-serif;
} */
ul.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social img {
    width: 22px;
}

#footerin .col-sm-6.col-md-3 {
    margin-top: 40px;
}

#footer .title-address {
    margin-bottom: 0;
    font-size: 14px;
}

/* Footer : end */
/* Galerie : START */
.in-galerie h1,
.in-gallery h1 {
    display: none;
}

.in-galerie h2,
.in-gallery h2 {
    text-align: center;
}

.plus-gallery-wrap {
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 10px;
    row-gap: 30px;
    margin-bottom: 50px;
}

.plus-gallery-wrap .plus-gallery-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0px;
    float: left;
    border: none;
    max-width: 100%;
}

#instagram-feed .plus-gallery-item {
    width: 25%;
    margin: 0;
    padding: 5px;
    border: none
}

#instagram-feed a {
    display: block;
}

.plus-gallery-item img {
    object-fit: cover;
    top: unset !important;
    transform: none !important;
    aspect-ratio: 1.2 !important;
}

@media (max-width: 991px) {
    #instagram-feed .plus-gallery-item {
        width: 33.3333%;
    }

    .plus-gallery-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 640px) {
    #instagram-feed .plus-gallery-item {
        width: 50%;
    }

    .plus-gallery-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 460px) {
    #instagram-feed .plus-gallery-item {
        width: 100%;
    }

    .plus-gallery-wrap {
        grid-template-columns: 1fr;
    }
}

/* Galerie : END */
/* Hero wrapper : START */
.hero-wrapper {
    height: 110vh;
    width: 100%;
    position: relative;
    margin-top: -168px;
    z-index: -1;
}

.hero-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    left: 0;
    z-index: -1;
}

.reserve-btn {
    padding: 8px 35px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.reserve-btn.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateY(-50%) translateX(-50%);
    border: 1px solid #fff;
    letter-spacing: 1.2px;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 50px;
    font-family: 'vpr' !important;
}

@media screen and (max-width: 991px) {
    .hero-wrapper {
        margin-top: unset;
        height: 100vh;
    }
}

.has-hero #content-wrapper header[itemprop='headline'] {
    display: none;
}

/* Hero wrapper : END */
/* Hero carousel : START */
.carousel-control::before {
    border: none !important;
}

.wide-carousel {
    position: relative;
    margin-bottom: 60px;
}

#carousel {
    height: calc(100vh + 1px);
}

.has-hero-carousel #content-wrapper {
    margin-top: -100px;
    position: relative;
    padding-top: 0;
    width: 100%;
}

.has-hero-carousel #content {
    padding-inline: 0;
}

.has-hero-carousel .content-inner {
    max-width: 100%;
}

#carousel .item {
    height: 100%;
}

#carousel .item .slidein {
    height: 100%;
}

#carousel .item .slidein img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#carousel .item .slidein p {
    font-size: 22px;
    color: #fff;
    width: 70%;
    position: absolute;
    top: 22%;
    left: 15%;
    text-transform: none;
    font-family: saaseriesC, Aria, Helvetica, sans-serif;
}

.slidein>p {
    background-color: #2a417e5c;
    padding: 20px;
    height: auto;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
}

.carousel-control.left::before {
    left: 0px;
}

.carousel-control.right::before {
    right: 0px;
}

.carousel-control.left::before,
.carousel-control.right::before {
    background: none;
}

.has-hero-carousel #header {
    position: relative;
    z-index: 1;
}

.carousel-inner {
    height: 100%;
}

.rezerace-btn {
    color: #fff !important;
    text-decoration: underline !important;
    text-align: center;
    padding: 2px 10px;
    border: solid #000 2px;
    font-size: 24px;
    display: block;
    transition: all 1s ease-out;
    width: 187px;
    cursor: pointer;
    position: absolute;
    font-weight: normal;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 4px;
}

@media (max-width: 991px) {
    #carousel .item .slidein p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #carousel .item .slidein p {
        top: 15%;
    }

    .has-hero-carousel #content-wrapper {
        margin-top: -70px;
    }

    .carousel:hover .carousel-control.right:before {
        right: 0;
    }

    .carousel:hover .carousel-control.left:before {
        left: 0;
    }

    .has-hero-carousel #header {
        position: fixed;
        z-index: 56;
    }

    .has-hero-carousel .content-wrapper.container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Hero carousel : END */
/* Pro deti : START  */
.in-pro-deti h1,
.in-for-children h1[itemprop='headline'] {
    display: none;
}

/* .in-pro-deti .foodbox,
.in-for-children .foodbox {
    max-width: 605px;
    text-align: left;
    margin: 30px auto 100px auto;
    margin-bottom: 100px;
}

.in-pro-deti h1,
.in-for-children h1 {
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 49px;
    display: block;
}

.in-pro-deti .foodbox h4,
.in-for-children .foodbox h4 {
    font-size: 21px;
    margin-bottom: 0px;
    display: block;
    clear: both;
    margin-top: 0px;
    padding-bottom: 1px !important;
    width: 100%;
    font-weight: 400;
    float: left;
    font-size: 20px !important;
    letter-spacing: 0.08em;
    margin-top: 30px;
}

.in-pro-deti .plus-gallery-wrap,
.in-for-children .plus-gallery-wrap {
    padding-top: 50px;
    margin-bottom: 50px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    padding-left: 20px;
}

.in-pro-deti .foodbox span,
.in-for-children .foodbox span {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    float: unset !important;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-right: -1px;
    margin-left: 16px;
}

.foodbox p {
    margin: 0px;
    padding: 0px 0 1px 0;
    display: block;
    line-height: 20px;
    max-width: 755px;
    clear: both;
    font-size: 14px;
}

@media (max-width: 567px) {

    .in-pro-deti .foodbox,
    .in-for-children .foodbox {
        padding: 21px;
    }

    .in-pro-deti h1,
    .in-for-children h1 {
        font-size: 32px;
    }

    .in-pro-deti .foodbox p {
        margin-bottom: 20px;
        font-size: 16px;
    }
} */

/* Pro deti : END  */
/* O nás : START */
.in-o-nas .overall-wrapper,
.in-o-nas #content-wrapper {
    background-color: #faebdc;
}

.in-o-nas .content-inner {
    max-width: 100%;
}

.in-o-nas #content-wrapper p {
    font-family: struhadlo, Arial, sans-serif;
    font-size: 39px;
    color: #000;
    line-height: normal;
}

.in-o-nas article>header {
    display: none;
}

@media screen and (max-width: 767px) {
    .in-o-nas #content-wrapper p {
        font-size: 24px;
    }
}

/* O nás : END */
/* Menu : START */
.in-menu .overall-wrapper,
.in-menu #content-wrapper,
.in-pro-deti #content-wrapper,
.in-pro-deti .overall-wrapper,
.in-pro-deti #fMenu,
.in-menu #fMenu {
    background-color: #faebdc;
}

.in-menu #header .site-name a {
    color: #fff;
}

.in-menu h1 {
    display: none;
}

#fMenu {
    padding: 13px 0 0px 0;
    text-align: center;
    background: #fff;
    width: 100%;
    transition: 0s;
    position: sticky;
    top: 0px;
    z-index: 999;
    max-width: 1016px;
    margin: auto;
}

#fMenu a {
    font-size: 13px;
    color: #000;
    padding: 0 11px 4px 11px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.12em;
}

.in-menu .content-wrapper-in .container,
.in-pro-deti .content-wrapper-in .container
 {
    max-width: 755px;
    margin: auto;
}

#permanent-menu h2 {
    font-size: 40px !important;
    color: #000;
    margin: 90px 0 -20px 0;
    font-weight: 400;
}

#permanent-menu h3,
.foodbox h3 {
    font-size: 24px;
    padding-right: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    float: left;
    line-height: 33px;
    width: 100%;
    margin: 20px 0 0 0;
    clear: both;
}

em {
    font-style: normal;
}

.desc {
    font-size: 16px;
	clear: both;
    font-family: "struhadlo-regular";
    margin: 0 0 1px 0;
}

.dm-content span,
.dm-content strong,
.cen,
.dm-replace.mnoz {
    font-size: 14px;
    padding-right: 1px;
    display: inline-block;
    position: relative;
    top: 2px;
    float: left;
}

#permanent-menu .dm-content span,
#permanent-menu .dm-content strong {
    font-size: 15px;
}

.dm-cat-header .dm-cat-title {
    float: left;
    width: 100%;
    margin-bottom: 33px;
    margin-top: 0;
    position: relative;
}

.dm-content p {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 20px;
    max-width: 100%;
    width: 100%;
    float: left;
    clear: both;
}

#permanent-menu .dm-content p {
    margin-top: -14px;
}

.controls {
    margin: -31px 0 0 0;
    text-align: right;
}

@media (max-width: 567px) {
    .controls {
        margin: 30px 0 0 0;
    }

    #permanent-menu .dm-content p {
        margin-top: 15px;
    }

    #fMenu {
        padding: 9px 0 24px 0;
        margin: 25px 0 0 0;
        text-align: center;
        background: #fff;
        width: 100%;
        transition: 0s;
        position: sticky;
        top: 0px;
        margin-bottom: 6px;
    }

    #permanent-menu h3,
    .foodbox h3 {
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        float: left;
        line-height: 24px;
        margin: 20px 0 0 0;
        clear: both;
        width: 100%;
    }

    .desc {
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 1px 0;
    }

    .dm-content span,
    .dm-content strong,
    .cen,
    .dm-replace.mnoz {
        font-size: 12px;
        padding-right: 1px;
        display: inline-block;
        position: relative;
        top: 2px;
        float: left;
    }

    #permanent-menu h2 {
        font-size: 29px !important;
        color: unset;
        margin: 90px 0 -20px 0;
        font-weight: 400;
    }

    #fMenu a {
        font-size: 12px;
        color: #000;
        padding: 0 5px 5px 5px;
        text-transform: uppercase;
        display: inline-block;
    }
}

.in-menu.has-hero .responsive-tools>a[data-target=navigation]:before {
    filter: invert(1);
}

.in-pro-deti #header .site-name a {
    color: #fff;
}

.in-pro-deti.has-hero .responsive-tools > a[data-target="navigation"]::before {
    filter: invert(1);
}

/* Menu : END */
.in-kontakt h1,
.in-contact h1 {
    display: none;
}

/* COMING SOON  */
.in-index .content-wrapper {
    height: 0;
    margin: 0;
    padding: 0;
}

.letter-wrapper {
    height: 100vh;
    position: relative;
}

/* Rezervace popup : START  */
#pop-up {
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    width: 360px;
    height: 675px;
    margin: 0 auto;
    z-index: 999999999;
    display: none;
}

#pop-up *:focus {
    outline: none;
}

#pop-up h1 {
    position: absolute;
    top: 17px;
    right: 21px;
    margin: 0;
    font-size: 18px;
    color: white !important;
    font-weight: normal;
    font-family: saaseriesC, Aria !important;
}

#pop-up h1 strong {
    font-weight: 800 !important;
}

#pop-up .close {
    background: none;
    position: absolute;
    padding: 0;
    top: 30px;
    right: 11px;
    outline: unset;
    border: 0;
}

#pop-up .close img {
    width: 35px;
}

#iframeContainer iframe {
    width: 100%;
    height: 600px;
    border: none;
    background-color: black;
    overflow: auto;
    position: absolute;
    top: 65px;
    clip-path: polygon(0 8%, 100% 8%, 100% 100%, 0% 100%);
}

.in-iframeContainer {
    height: 100px;
    background: black;
}

.in-iframeContainer h2 {
    width: 320px;
    position: relative;
    top: 15px;
    left: 15px;
    color: #ffffff;
}

#dialog-overlay {
    position: fixed !important;
    position: absolute;
    z-index: 9999999;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    display: none;
}

@media (max-width: 480px) {
    #pop-up {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .in-iframeContainer {
        height: 100px;
    }

    #iframeContainer iframe {
        width: 100%;
        height: 100%;
        clip-path: polygon(0 7%, 100% 7%, 100% 100%, 0% 100%);
    }
}

/* Rezervace popup : END  */
/* Obchodni podminky : start  */
.in-obchodni-podminky article header {
    display: none;
}

body.in-obchodni-podminky,
.in-obchodni-podminky .content h1,
.in-obchodni-podminky .content h2,
.in-obchodni-podminky .content h3,
.in-obchodni-podminky .content h4,
.in-obchodni-podminky .content h5,
.in-obchodni-podminky .content h6,
.in-obchodni-podminky .content a,
.in-obchodni-podminky .content p {
    font-family: Roboto, sans-serif;
    text-transform: none;
}

@media (max-width: 767px) {
    .in-obchodni-podminky .responsive-tools>a[data-target=navigation]:before {
        color: #fff;
    }

    .in-obchodni-podminky #content-wrapper {
        padding-top: 0;
    }

    .in-obchodni-podminky blockquote {
        margin-inline: 0;
    }

    .in-obchodni-podminky ol {
        padding-left: 15px;
    }

    .in-obchodni-podminky #header .site-name>a::after {
        color: #000;
    }
}

/* Obchodni podminky : end  */