@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');


:root {
    --bs-primary: #d7b980;
    --bs-primary-rgb: 233, 219, 182;
    --bs-secondary: #523a25;
    --bs-card-bg: #E3CE97;
    --bs-card-color: #9d5a1b;
    --bs-body-color: #fff;
    --bs-body-bg: #21110A;
    --bs-body-bg-rgb: 33, 17, 10;
    --bs-primary-gradient: linear-gradient(to bottom, #ad915a 0%, #eddca9 50%, #ab8b59 100%);
    --bs-body-font-size: 16px;
    --bs-item-radius: 8px;
}



/*=====block padding, margin, text-align*/

.container--article h1+p,
.container--article .h1+p {
    margin-top: 0;
}

.section--header h1,
.section--header .h1,
.section-title h1,
.section-title .h1 {
    text-align: left
}

.perex__text-wrapper,
.section-perex__text-wrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 768px) {

    .section--header,
    .section--text {
        padding-left: 0;
        padding-right: 0rem
    }
}

.perex,
.section-perex {
    padding-left: 0;
    padding-right: 0rem
}

.font-size-fluid,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-2-col-right-text,
.section-2-col-left-text {
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
}

.section-container:not(.section-bg)+p+.section-container:not(.section-bg) {
    padding-top: 0;
}

section .section-bg-light,
section .section--bg,
section .section-bg {
    padding: 1rem !important;
    margin: 0;
}

.section-3-col-bottom-text,
.section-3-col-top-text {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.section-3-col-bottom-text .section-cell-item,
.section-3-col-top-text .section-cell-item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.section-3-col-bottom-text,
.section-3-col-top-text {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.section-3-col-bottom-text .section-cell-parent .section-cell-item,
.section-3-col-bottom-text .section-cell-parent .section-cell-item {
    margin-bottom: 20px;
}

@media(min-width: 992px) {

    .section-3-col-bottom-text.cell-borders .section-cell-item.col-lg-3,
    .section-3-col-top-text.cell-borders .section-cell-item.col-lg-3 {
        width: calc(25% - 2*var(--section-item-margin))
    }
}

#index .main,
#index .container--article,
#index .main>.container:first-child {
    padding-bottom: 0px;
}

#footer {
    padding-top: 0
}

/*basic*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background-image: url(https://www.missprincessworld.com/picture/3/miss-pozadi-hneda-pruhl40-jpg/);
    background-attachment: fixed;
}

body,
table,
form,
.accordion-button,
.font-size-fluid,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-2-col-right-text,
.section-2-col-left-text {
    font-size: 14px;
}

h6,
.h6,
h5,
.h5,
h4,
.cart-form__title,
.account-form__title,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: var(--bs-primary)
}

button.navbar__menu-link,
.navbar__menu-link,
h6,
.h6,
h5,
.h5,
h4,
.cart-form__title,
.account-form__title,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
.btn,
.cookies__button,
.comment__reply,
.comment__hide,
.add-comment__button--close,
.add-comment__button--submit,
.product-page__cart-button,
.product-item__cart-button,
.cart-button,
.promo-code__submit,
.account-button,
.minicart__button-cart,
.minicart__button-close,
.search-form__search-button,
.locked__submit,
.eshop-filters__submit,
.motto__button-link,
.navbar__search-button {
    text-transform: uppercase;
}

/*btn*/
.btn,
.cookies__button,
.comment__reply,
.comment__hide,
.add-comment__button--close,
.add-comment__button--submit,
.product-page__cart-button,
.product-item__cart-button,
.cart-button,
.promo-code__submit,
.account-button,
.minicart__button-cart,
.minicart__button-close,
.search-form__search-button,
.locked__submit,
.eshop-filters__submit,
.motto__button-link {
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 36px;
    text-transform: uppercase;
    position: relative;
}

/**/
.user-form {
    border-radius: var(--bs-item-radius)
}

/**/
.search-form-wrapper[class*=search-form-] {
    display: none
}

#main {
    background-color: transparent;
    padding-bottom: 0;
}

/*contactus*/
.contactus {
    display: none;
    white-space: normal;
}

#contactus i {
    border: 1px solid;
    border-radius: 25px !important;
    padding: 5px
}

@media (min-width: 992px) {
    .contactus {
        display: flex;
        padding-bottom: 0.5em;
        white-space: normal;
    }
}

/**/
.navbar {
    background: var(--bs-primary-gradient);
    margin: 5px 0;
}

.navbar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -4px;
    left: 0;
    background-color: var(--bs-primary);
}

.navbar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: var(--bs-primary);
}

/*brand*/
.navbar__brand {
    min-height: 4rem;
    max-width: 250px;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    margin-right: auto;
}

@media(min-width: 1200px) {
    .navbar__brand {
        min-height: 4rem;
        max-width: 250px;
    }
}

.navbar__brand-logo-img {
    max-height: 4rem;
    max-width: 250px;
}

@media(min-width: 1200px) {
    .navbar__brand-logo-img {
        max-height: 4rem;
        max-width: 250px;
    }
}

/*navbar search*/
.navbar__search-button {
    border: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.navbar__search-input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/*navbar menu*/
.navbar__menu-item>.navbar__menu-link {
    position: relative;
    font-weight: 600;
}

.navbar__menu-item.active .navbar__menu-item.active {
    border-color: transparent;
}

.navbar__menu-link:hover:after,
.navbar__menu-item.active>.navbar__menu-link:after {
    content: '';
    position: absolute;
    top: 85%;
    left: 10px;
    width: 50%;
    height: 2px;
    background-color: var(--bs-body-bg)
}

.navbar .navbar__menu-item--has-childs .navbar__menu-list {
    border-radius: var(--bs-item-radius);
}

@media (min-width: 992px) {
    .navbar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navbar .navbar__menu-item--has-childs .navbar__menu-list {
        border: 0;
        border: 1px solid;
        border-top: 1px solid;
    }

    .navbar__menu-item.active>.navbar__menu-link,
    .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active,
    button.navbar__menu-link,
    .navbar__menu-link,
    button.navbar__menu-link:hover,
    .navbar__menu-link:hover {
        color: var(--bs-body-bg)
    }

    button.navbar__menu-link:hover,
    .navbar__menu-link:hover {
        opacity: 0.7
    }
}

/*motive*/
#motive {
    display: none;
}

#index #motive {
    display: block
}

/*motto*/
.motive__motto {
    display: none;
}

#index .motive__motto {
    display: flex;
}

.motto__title,
.motto__text {
    text-shadow: unset;
}

.motive__motto {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
}

/*vypis souboru*/
.table-files__file-link,
.file-item__title {
    font-size: initial;
    font-weight: 400;
}

/*article */
.category,
.article-item {
    overflow: hidden;
    -webkit-box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.2);
    background-color: var(--bs-body-bg);
    align-self: stretch;
    padding: 15px;
    height: 100%;
}

.category__img-wrapper,
.article-item__img-wrapper {
    position: relative;
    padding-bottom: 0;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

.category__img,
.article-item__img {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
}

.article-item__thumbnail {
    margin: -15px -15px 15px -15px
}

.article-item__icon {
    display: none
}

.article-item__icon {
    display: none
}

.article-item__title {
    text-align: center;
    font-size: clamp(1.2rem, .3rem + 1.3vw, 1.3rem);
}

@media(min-width:1200px) {
    .section-article-col-4 .article-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
}

/*categories*/
.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 1rem;
    height: 100%
}

.category__title {
    text-align: center;
    margin-top: .5em
}

.category__title-link {
    -webkit-line-clamp: unset;
}

.category__thumbnail {
    margin-bottom: .25rem;
    margin-right: 0
}

.category__icon,
.category__details {
    display: none;
}

.category__details {
    opacity: 1;
}

/*photogalleries*/
.gallery__item-link {
    border: 1px solid;
}

.gallery__item-link {
    border-radius: var(--bs-item-radius)
}

/*section-services*/
.section-services li,
.section--services li {
    border: 0;
}

/*kouzelny kod vypis rubriky*/

#rubric-64982 .article-item__img-wrapper {
    height: 100px;
    background-color: #fff;
}

#rubric-64982 .article-item__img {
    max-width: 80%;
    height: auto;
    width: auto;
    max-height: 90%;
}

@media (min-width:992px) {
    #rubric-64982 .article-item-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
}

/*loga slider*/
.carousel-multiple .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    background-color: var(--bs-body-bg);
    padding: 5px;
    border-radius: 0;
    outline: 0;
}

.carousel-multiple .card-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid var(--bs-primary);
    position: relative;
}

.carousel-multiple .card-img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid var(--bs-body-bg);
    border-radius: 6px;
}

.carousel-multiple img {
    max-width: 100%;
    max-height: 70px;
}

@media (max-width: 767px) {
    .carousel-multiple .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-multiple .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-multiple .carousel-inner .carousel-item.active,
.carousel-multiple .carousel-inner .carousel-item-next,
.carousel-multiple .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-multiple .carousel-inner .carousel-item-end.active,
    .carousel-multiple .carousel-inner .carousel-item-next {
        transform: translateX(16.66666667%);
    }

    .carousel-multiple .carousel-inner .carousel-item-start.active,
    .carousel-multiple .carousel-inner .carousel-item-prev {
        transform: translateX(16.66666667%);
    }
}

.carousel-multiple .carousel-inner .carousel-item-end,
.carousel-multiple .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/*hr*/
.hr,
.hr:not([size]) {
    height: 5px;
    background: var(--bs-primary-gradient);
    opacity: 1;
    position: relative;
    display: block;
    overflow: visible;
    margin: 0;
}

.hr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -4px;
    left: 0;
    background-color: var(--bs-primary)
}

.hr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: var(--bs-primary)
}

/*img-borders */
.img-borders {
    border-radius: 8px;
    padding: 5px;
    border: 1px solid var(--bs-primary);
    position: relative;
}

/*======= COLOR ========*/

/*buttons*/
.gallery__item-link,
.btn {
    outline: var(--bs-primary) solid 1px
}

.gallery__item-link,
.btn-default,
.btn-primary {
    border-color: var(--bs-body-bg)
}

/*boxes*/
.card,
.product-item,
.article-item,
.category,
.section-3-col-bottom-text.cell-borders .section-cell-item,
.section-3-col-top-text.cell-borders .section-cell-item {
    border: 1px solid var(--bs-body-bg);
    outline: var(--bs-primary) solid 1px;
    position: relative;
    background-color: var(--bs-card-bg);
    color: var(--bs-card-color);
    border-radius: 6px
}

.card:is(.cell-bg-transparent),
.section-3-col-bottom-text.cell-borders:is(.cell-bg-transparent) .section-cell-item,
.section-3-col-top-text.cell-borders:is(.cell-bg-transparent) .section-cell-item {
    background-color: transparent;
    color: var(--bs-body-color);
}

.card:not(.cell-bg-transparent) :is(h1, h2, h3, h4, h5, h6),
.product-item :is(h1, h2, h3, h4, h5, h6),
.article-item :is(h1, h2, h3, h4, h5, h6),
.category :is(h1, h2, h3, h4, h5, h6),
.section-3-col-bottom-text.cell-borders:not(.cell-bg-transparent) .section-cell-item :is(h1, h2, h3, h4, h5, h6),
.section-3-col-top-text.cell-borders:not(.cell-bg-transparent) .section-cell-item :is(h1, h2, h3, h4, h5, h6) {
    color: var(--bs-secondary);
}

/*=====primary=======*/

#contactus i,
.minicart__button-close,
.link-primary:hover,
.link-primary:focus,
.page-link:focus,
.pagination__page-link:focus,
.page-link:hover,
.pagination__page-link:hover,
.nav-link:hover,
.section-tabs .item a:hover,
.section-tabs .item button.navbar__menu-link:hover,
.section-tabs .item .eshop-menu__link--button:hover,
.nav-link:focus,
.section-tabs .item a:focus,
.section-tabs .item button.navbar__menu-link:focus,
.section-tabs .item .eshop-menu__link--button:focus,
.btn-link:hover,
a,
a:hover,
.eshop-menu__link--button:hover {
    color: var(--bs-primary);
}

.section-contact .social-icons>.section-cell-item a,
.section-contact .social-icons>.section-cell-item .eshop-menu__link--button,
.section-contact .social-icons>.section-cell-item button.navbar__menu-link,
.comment,
.no-comment-yet,
.comment__reply:hover,
.add-comment__button--submit,
.eshop-filters__submit,
.minicart__button-close,
.product-page__cart-button,
.cart-button,
.promo-code__submit,
.account-button,
.minicart__button-cart,
.search-form__search-button,
.locked__submit,
.motto__button-link,
.navbar .navbar__menu-item--has-childs .navbar__menu-list,
#contactus i {
    border-color: var(--bs-primary);
}

.navbar__toggler.expanded .navbar__toggler-icon-bar {
    background-color: var(--bs-primary);
}

/*=====card bg======*/
.btn-primary,
.comment__reply:hover,
.add-comment__button--submit,
.product-page__cart-button,
.cart-button,
.promo-code__submit,
.account-button,
.minicart__button-cart,
.search-form__search-button,
.locked__submit,
.motto__button-link {
    background-color: var(--bs-card-bg);
}

/*====secondary=====*/
.navbar__cart-price,
.navbar__account-icon,
.navbar__cart-icon,
.navbar__search-toggler-icon,
.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary,
.product-item__cart-button,
.cart-button--outline,
.cart-button--back,
.minicart__button-close,
.navbar__search-button,
.btn-outline-primary:hover,
.product-item__cart-button:hover,
.cart-button--outline:hover,
.cart-button--back:hover,
.minicart__button-close:hover,
.eshop-filters__submit:hover,
.btn-secondary:hover,
.btn-default:hover,
.navbar__search-button:hover,
.product-item a,
.article-item a,
.category a,
.product-item a:hover,
.article-item a:hover,
.category a:hover,
.section-3-col-bottom-text.cell-borders:not(.cell-bg-transparent) .section-cell-item a,
.section-3-col-top-text.cell-borders:not(.cell-bg-transparent) .section-cell-item a {
    color: var(--bs-secondary);
}

.navbar__toggler-icon-bar,
.file-item,
.cart-form__info,
.cart-form__items-wrapper,
.account-form__items-wrapper,
.cart-table__tr--sum td,
.cart-table__th,
.navbar__menu.expanded,
.sitemap,
.minicart,
.account-menu,
.qty-form__button,
.nav-tabs .nav-link.active,
.nav-tabs .section-tabs .item a.active,
.nav-tabs .section-tabs .item .active.eshop-menu__link--button,
.section-tabs .item .nav-tabs a.active,
.section-tabs .item .nav-tabs .active.eshop-menu__link--button,
.nav-tabs .section-tabs .item button.active.navbar__menu-link,
.section-tabs .item .nav-tabs button.active.navbar__menu-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .section-tabs .item a,
.nav-tabs .nav-item.show .section-tabs .item .eshop-menu__link--button,
.section-tabs .item .nav-tabs .nav-item.show a,
.section-tabs .item .nav-tabs .nav-item.show .eshop-menu__link--button,
.nav-tabs .nav-item.show .section-tabs .item button.navbar__menu-link,
.section-tabs .item .nav-tabs .nav-item.show button.navbar__menu-link,
.eshop-filters,
.eshop-menu__list,
.modal-content,
.locked,
.add-comment,
.comment,
.no-comment-yet,
.user-form,
.btn-check:checked+.btn-primary,
.btn-check:checked+.motto__button-link,
.btn-check:checked+.locked__submit,
.btn-check:checked+.search-form__search-button,
.btn-check:checked+.minicart__button-cart,
.btn-check:checked+.account-button,
.btn-check:checked+.promo-code__submit,
.btn-check:checked+.cart-button,
.btn-check:checked+.add-comment__button--submit,
.btn-check:checked+.comment__reply:hover,
.btn-check:active+.btn-primary,
.btn-check:active+.motto__button-link,
.btn-check:active+.locked__submit,
.btn-check:active+.search-form__search-button,
.btn-check:active+.minicart__button-cart,
.btn-check:active+.account-button,
.btn-check:active+.promo-code__submit,
.btn-check:active+.cart-button,
.btn-check:active+.add-comment__button--submit,
.btn-check:active+.comment__reply:hover,
.btn-primary:active,
.motto__button-link:active,
.locked__submit:active,
.search-form__search-button:active,
.minicart__button-cart:active,
.account-button:active,
.promo-code__submit:active,
.cart-button:active,
.add-comment__button--submit:active,
.comment__reply:active:hover,
.btn-primary.active,
.active.motto__button-link,
.active.locked__submit,
.active.search-form__search-button,
.active.minicart__button-cart,
.active.account-button,
.active.promo-code__submit,
.active.cart-button,
.active.add-comment__button--submit,
.active.comment__reply:hover,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.motto__button-link,
.show>.dropdown-toggle.locked__submit,
.show>.dropdown-toggle.search-form__search-button,
.show>.dropdown-toggle.minicart__button-cart,
.show>.dropdown-toggle.account-button,
.show>.dropdown-toggle.promo-code__submit,
.show>.dropdown-toggle.cart-button,
.show>.dropdown-toggle.add-comment__button--submit,
.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,
.btn-check:focus+.motto__button-link,
.btn-check:focus+.locked__submit,
.btn-check:focus+.search-form__search-button,
.btn-check:focus+.minicart__button-cart,
.btn-check:focus+.account-button,
.btn-check:focus+.promo-code__submit,
.btn-check:focus+.cart-button,
.btn-check:focus+.add-comment__button--submit,
.btn-check:focus+.comment__reply:hover,
.btn-primary:focus,
.motto__button-link:focus,
.locked__submit:focus,
.search-form__search-button:focus,
.minicart__button-cart:focus,
.account-button:focus,
.promo-code__submit:focus,
.cart-button:focus,
.add-comment__button--submit:focus,
.comment__reply:focus:hover,
.motto__button-link:hover,
.locked__submit:hover,
.search-form__search-button:hover,
.minicart__button-cart:hover,
.account-button:hover,
.promo-code__submit:hover,
.cart-button:hover,
.add-comment__button--submit:hover,
.comment__reply:hover {
    background-color: var(--bs-secondary);
}

@media (max-width: 991.98px) {
    .eshop-menu__header {
        background-color: var(--bs-secondary);
    }
}

.nav-tabs .nav-link:not(.active):hover,
.nav-tabs .section-tabs .item a:not(.active):hover,
.section-tabs .item .nav-tabs a:not(.active):hover,
.nav-tabs .section-tabs .item button.navbar__menu-link:not(.active):hover,
.section-tabs .item .nav-tabs button.navbar__menu-link:not(.active):hover,
.nav-tabs .section-tabs .item .eshop-menu__link--button:not(.active):hover,
.section-tabs .item .nav-tabs .eshop-menu__link--button:not(.active):hover,
.btn-outline-primary,
.product-item__cart-button,
.cart-button--outline,
.cart-button--back,
.btn-secondary,
.btn-default,
.navbar__search-button,
.btn-outline-primary:hover,
.product-item__cart-button:hover,
.cart-button--outline:hover,
.cart-button--back:hover,
.eshop-filters__submit:hover,
.btn-secondary:hover,
.btn-default:hover,
.navbar__search-button:hover,
.footer__social-link,
.section-contact .social-link,
.minicart,
.account-menu,
.nav-tabs,
.btn-check:checked+.btn-primary,
.btn-check:checked+.motto__button-link,
.btn-check:checked+.locked__submit,
.btn-check:checked+.search-form__search-button,
.btn-check:checked+.minicart__button-cart,
.btn-check:checked+.account-button,
.btn-check:checked+.promo-code__submit,
.btn-check:checked+.cart-button,
.btn-check:checked+.add-comment__button--submit,
.btn-check:checked+.comment__reply:hover,
.btn-check:active+.btn-primary,
.btn-check:active+.motto__button-link,
.btn-check:active+.locked__submit,
.btn-check:active+.search-form__search-button,
.btn-check:active+.minicart__button-cart,
.btn-check:active+.account-button,
.btn-check:active+.promo-code__submit,
.btn-check:active+.cart-button,
.btn-check:active+.add-comment__button--submit,
.btn-check:active+.comment__reply:hover,
.btn-primary:active,
.motto__button-link:active,
.locked__submit:active,
.search-form__search-button:active,
.minicart__button-cart:active,
.account-button:active,
.promo-code__submit:active,
.cart-button:active,
.add-comment__button--submit:active,
.comment__reply:active:hover,
.btn-primary.active,
.active.motto__button-link,
.active.locked__submit,
.active.search-form__search-button,
.active.minicart__button-cart,
.active.account-button,
.active.promo-code__submit,
.active.cart-button,
.active.add-comment__button--submit,
.active.comment__reply:hover,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.motto__button-link,
.show>.dropdown-toggle.locked__submit,
.show>.dropdown-toggle.search-form__search-button,
.show>.dropdown-toggle.minicart__button-cart,
.show>.dropdown-toggle.account-button,
.show>.dropdown-toggle.promo-code__submit,
.show>.dropdown-toggle.cart-button,
.show>.dropdown-toggle.add-comment__button--submit,
.show>.dropdown-toggle.comment__reply:hover,
.btn-check:focus+.btn-primary,
.btn-check:focus+.motto__button-link,
.btn-check:focus+.locked__submit,
.btn-check:focus+.search-form__search-button,
.btn-check:focus+.minicart__button-cart,
.btn-check:focus+.account-button,
.btn-check:focus+.promo-code__submit,
.btn-check:focus+.cart-button,
.btn-check:focus+.add-comment__button--submit,
.btn-check:focus+.comment__reply:hover,
.btn-primary:focus,
.motto__button-link:focus,
.locked__submit:focus,
.search-form__search-button:focus,
.minicart__button-cart:focus,
.account-button:focus,
.promo-code__submit:focus,
.cart-button:focus,
.add-comment__button--submit:focus,
.comment__reply:focus:hover,
.btn-primary:hover,
.motto__button-link:hover,
.locked__submit:hover,
.search-form__search-button:hover,
.minicart__button-cart:hover,
.account-button:hover,
.promo-code__submit:hover,
.cart-button:hover,
.add-comment__button--submit:hover,
.comment__reply:hover {
    border-color: var(--bs-secondary);
}

@media (min-width: 768px) {

    .table>:not(:first-child),
    .table td {
        border-color: var(--bs-secondary);
    }
}

/*====body-color======*/
.cart-login__info-text,
.cart-table__unit-price,
.cart-table__td--price:not(.highlight),
.cart-button:hover,
.product-page__price-current,
.breadcrumb__current,
.breadcrumb__item+.breadcrumb__item::before,
.navbar__menu-item--has-childs .navbar__menu-list .navbar__menu-link,
#contactus a {
    color: var(--bs-body-color)
}

.minicart__button-cart:hover {
    background-color: var(--bs-body-color)
}

/*========body-bg============*/
.navbar__search-icon,
.navbar__cart-price,
.navbar__search-toggler-icon,
.navbar__cart-icon,
.navbar__account-icon,
    {
    color: var(--bs-body-bg)
}

.header,
.form-check-input,
.cart-form__check-input,
.search-form__form-check-input,
.user-form__checkbox-input,
.form-select,
.cart-form__select,
.account-form__select,
.form-control,
.add-comment__input,
.cart-form__input,
.promo-code__input,
.account-form__input,
.search-form__input,
.user-form__input,
.locked__input,
.navbar__search-input,
.form-control:focus,
.add-comment__input:focus,
.cart-form__input:focus,
.promo-code__input:focus,
.account-form__input:focus,
.search-form__input:focus,
.user-form__input:focus,
.locked__input:focus,
.navbar__search-input:focus,
.navbar__menu-item--has-childs .navbar__menu-list {
    background-color: var(--bs-body-bg)
}

/**/
.nav-tabs .nav-link.active,
.nav-tabs .section-tabs .item a.active,
.nav-tabs .section-tabs .item .active.eshop-menu__link--button,
.section-tabs .item .nav-tabs a.active,
.section-tabs .item .nav-tabs .active.eshop-menu__link--button,
.nav-tabs .section-tabs .item button.active.navbar__menu-link,
.section-tabs .item .nav-tabs button.active.navbar__menu-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .section-tabs .item a,
.nav-tabs .nav-item.show .section-tabs .item .eshop-menu__link--button,
.section-tabs .item .nav-tabs .nav-item.show a,
.section-tabs .item .nav-tabs .nav-item.show .eshop-menu__link--button,
.nav-tabs .nav-item.show .section-tabs .item button.navbar__menu-link,
.section-tabs .item .nav-tabs .nav-item.show button.navbar__menu-link,
.form-check-input:not(:checked),
.user-form__checkbox-input:not(:checked),
.search-form__form-check-input:not(:checked),
.cart-form__check-input:not(:checked),
.form-select,
.cart-form__select,
.account-form__select,
.form-control,
.add-comment__input,
.cart-form__input,
.promo-code__input,
.account-form__input,
.search-form__input,
.user-form__input,
.locked__input,
.navbar__search-input {
    border-color: transparent;
}

.breadcrumb,
.article-item__img-wrapper,
.product-item__img-wrapper,
.category__img-wrapper {
    background-color: transparent;
}

button.navbar__menu-link:hover,
.navbar__menu-link:hover {
    opacity: 0.7
}

/* Bloky s uzsim containerem - pokud je potreba predefinovat $line-width
====================================================================== */
.container--article .col-text,
.container--article .section--header,
.container--article .section--text,
.container--article .section-blank,
.container--article .section-title,
.container--article .section-header,
.container--article .section-cta,
.container--article .col-text.section-bg-light>*,
.container--article .col-text.section-bg>*,
.container--article .section--header.section-bg-light>*,
.container--article .section--header.section-bg>*,
.container--article .section--text.section-bg-light>*,
.container--article .section--text.section-bg>*,
.container--article .section-blank.section-bg-light>*,
.container--article .section-blank.section-bg>*,
.container--article .section-title.section-bg-light>*,
.container--article .section-title.section-bg>*,
.container--article .section-header.section-bg-light>*,
.container--article .section-header.section-bg>*,
.container--article .section-cta.section-bg-light>*,
.container--article .section-cta.section-bg>* {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.col-text.section-bg-light>* .section-content,
.col-text.section-bg>* .section-content,
.section--header.section-bg-light>* .section-content,
.section--header.section-bg>* .section-content,
.section--text.section-bg-light>* .section-content,
.section--text.section-bg>* .section-content,
.section-blank.section-bg-light>* .section-content,
.section-blank.section-bg>* .section-content,
.section-title.section-bg-light>* .section-content,
.section-title.section-bg>* .section-content,
.section-header.section-bg-light>* .section-content,
.section-header.section-bg>* .section-content,
.section-cta.section-bg-light>* .section-content,
.section-cta.section-bg>* .section-content,
.section-pricelist.section-bg-light>* .section-content,
.section-pricelist.section-bg>* .section-content,
.container--article .col-text.section-bg-light>* .section-content,
.container--article .col-text.section-bg>* .section-content,
.container--article .section--header.section-bg-light>* .section-content,
.container--article .section--header.section-bg>* .section-content,
.container--article .section--text.section-bg-light>* .section-content,
.container--article .section--text.section-bg>* .section-content,
.container--article .section-blank.section-bg-light>* .section-content,
.container--article .section-blank.section-bg>* .section-content,
.container--article .section-title.section-bg-light>* .section-content,
.container--article .section-title.section-bg>* .section-content,
.container--article .section-header.section-bg-light>* .section-content,
.container--article .section-header.section-bg>* .section-content,
.container--article .section-cta.section-bg-light>* .section-content,
.container--article .section-cta.section-bg>* .section-content {
    padding-left: 0;
    padding-right: 0;
}

.section--3-col-text-bottom h3,
.section--3-col-text-bottom p,
.section--3-col-text-top h3,
.section--3-col-text-top p,
.comments,
.top-products__title,
.active-category__title,
.perex,
.section-perex,
.sitemap,
.product-page__description .section-dynamic[data-dynamic-type="folder"],
.col-text.section-bg-light>*,
.col-text.section-bg>*,
.section--header.section-bg-light>*,
.section--header.section-bg>*,
.section--text.section-bg-light>*,
.section--text.section-bg>*,
.section-blank.section-bg-light>*,
.section-blank.section-bg>*,
.section-title.section-bg-light>*,
.section-title.section-bg>*,
.section-header.section-bg-light>*,
.section-header.section-bg>*,
.section-cta.section-bg-light>*,
.section-cta.section-bg>*,
.section-pricelist.section-bg-light>*,
.section-pricelist.section-bg>*,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-pricelist {
    max-width: 100%;
}

.container--article .col-text.section-bg-light,
.container--article .col-text.section-bg,
.container--article .section--header.section-bg-light,
.container--article .section--header.section-bg,
.container--article .section--text.section-bg-light,
.container--article .section--text.section-bg,
.container--article .section-blank.section-bg-light,
.container--article .section-blank.section-bg,
.container--article .section-title.section-bg-light,
.container--article .section-title.section-bg,
.container--article .section-header.section-bg-light,
.container--article .section-header.section-bg,
.container--article .section-cta.section-bg-light,
.container--article .section-cta.section-bg,
.col-text.section-bg-light,
.col-text.section-bg,
.section--header.section-bg-light,
.section--header.section-bg,
.section--text.section-bg-light,
.section--text.section-bg,
.section-blank.section-bg-light,
.section-blank.section-bg,
.section-title.section-bg-light,
.section-title.section-bg,
.section-header.section-bg-light,
.section-header.section-bg,
.section-cta.section-bg-light,
.section-cta.section-bg,
.section-pricelist.section-bg-light,
.section-pricelist.section-bg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: none;
}

@media (min-width: 576px) {

    .container--article .col-text.section-bg-light,
    .container--article .col-text.section-bg,
    .container--article .section--header.section-bg-light,
    .container--article .section--header.section-bg,
    .container--article .section--text.section-bg-light,
    .container--article .section--text.section-bg,
    .container--article .section-blank.section-bg-light,
    .container--article .section-blank.section-bg,
    .container--article .section-title.section-bg-light,
    .container--article .section-title.section-bg,
    .container--article .section-header.section-bg-light,
    .container--article .section-header.section-bg,
    .container--article .section-cta.section-bg-light,
    .container--article .section-cta.section-bg,
    .col-text.section-bg-light,
    .col-text.section-bg,
    .section--header.section-bg-light,
    .section--header.section-bg,
    .section--text.section-bg-light,
    .section--text.section-bg,
    .section-blank.section-bg-light,
    .section-blank.section-bg,
    .section-title.section-bg-light,
    .section-title.section-bg,
    .section-header.section-bg-light,
    .section-header.section-bg,
    .section-cta.section-bg-light,
    .section-cta.section-bg,
    .section-pricelist.section-bg-light,
    .section-pricelist.section-bg {
        padding-left: calc((100vw - 540px + (2 * 0.75rem)) / 2);
        padding-right: calc((100vw - 540px + (2 * 0.75rem)) / 2);
        margin-left: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
        margin-right: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
    }
}

@media (min-width: 768px) {

    .container--article .col-text.section-bg-light,
    .container--article .col-text.section-bg,
    .container--article .section--header.section-bg-light,
    .container--article .section--header.section-bg,
    .container--article .section--text.section-bg-light,
    .container--article .section--text.section-bg,
    .container--article .section-blank.section-bg-light,
    .container--article .section-blank.section-bg,
    .container--article .section-title.section-bg-light,
    .container--article .section-title.section-bg,
    .container--article .section-header.section-bg-light,
    .container--article .section-header.section-bg,
    .container--article .section-cta.section-bg-light,
    .container--article .section-cta.section-bg,
    .col-text.section-bg-light,
    .col-text.section-bg,
    .section--header.section-bg-light,
    .section--header.section-bg,
    .section--text.section-bg-light,
    .section--text.section-bg,
    .section-blank.section-bg-light,
    .section-blank.section-bg,
    .section-title.section-bg-light,
    .section-title.section-bg,
    .section-header.section-bg-light,
    .section-header.section-bg,
    .section-cta.section-bg-light,
    .section-cta.section-bg,
    .section-pricelist.section-bg-light,
    .section-pricelist.section-bg {
        padding-left: calc((100vw - 720px + (2 * 0.75rem)) / 2);
        padding-right: calc((100vw - 720px + (2 * 0.75rem)) / 2);
        margin-left: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
        margin-right: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
    }
}

@media (min-width: 992px) {

    .container--article .col-text.section-bg-light,
    .container--article .col-text.section-bg,
    .container--article .section--header.section-bg-light,
    .container--article .section--header.section-bg,
    .container--article .section--text.section-bg-light,
    .container--article .section--text.section-bg,
    .container--article .section-blank.section-bg-light,
    .container--article .section-blank.section-bg,
    .container--article .section-title.section-bg-light,
    .container--article .section-title.section-bg,
    .container--article .section-header.section-bg-light,
    .container--article .section-header.section-bg,
    .container--article .section-cta.section-bg-light,
    .container--article .section-cta.section-bg,
    .col-text.section-bg-light,
    .col-text.section-bg,
    .section--header.section-bg-light,
    .section--header.section-bg,
    .section--text.section-bg-light,
    .section--text.section-bg,
    .section-blank.section-bg-light,
    .section-blank.section-bg,
    .section-title.section-bg-light,
    .section-title.section-bg,
    .section-header.section-bg-light,
    .section-header.section-bg,
    .section-cta.section-bg-light,
    .section-cta.section-bg,
    .section-pricelist.section-bg-light,
    .section-pricelist.section-bg {
        padding-left: calc((100vw - 960px + (2 * 0.75rem)) / 2);
        padding-right: calc((100vw - 960px + (2 * 0.75rem)) / 2);
        margin-left: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
        margin-right: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
    }
}

@media (min-width: 1200px) {

    .container--article .col-text.section-bg-light,
    .container--article .col-text.section-bg,
    .container--article .section--header.section-bg-light,
    .container--article .section--header.section-bg,
    .container--article .section--text.section-bg-light,
    .container--article .section--text.section-bg,
    .container--article .section-blank.section-bg-light,
    .container--article .section-blank.section-bg,
    .container--article .section-title.section-bg-light,
    .container--article .section-title.section-bg,
    .container--article .section-header.section-bg-light,
    .container--article .section-header.section-bg,
    .container--article .section-cta.section-bg-light,
    .container--article .section-cta.section-bg,
    .col-text.section-bg-light,
    .col-text.section-bg,
    .section--header.section-bg-light,
    .section--header.section-bg,
    .section--text.section-bg-light,
    .section--text.section-bg,
    .section-blank.section-bg-light,
    .section-blank.section-bg,
    .section-title.section-bg-light,
    .section-title.section-bg,
    .section-header.section-bg-light,
    .section-header.section-bg,
    .section-cta.section-bg-light,
    .section-cta.section-bg,
    .section-pricelist.section-bg-light,
    .section-pricelist.section-bg {
        padding-left: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
        padding-right: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
        margin-left: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
        margin-right: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
    }
}

@media (min-width: 1400px) {

    .container--article .col-text.section-bg-light,
    .container--article .col-text.section-bg,
    .container--article .section--header.section-bg-light,
    .container--article .section--header.section-bg,
    .container--article .section--text.section-bg-light,
    .container--article .section--text.section-bg,
    .container--article .section-blank.section-bg-light,
    .container--article .section-blank.section-bg,
    .container--article .section-title.section-bg-light,
    .container--article .section-title.section-bg,
    .container--article .section-header.section-bg-light,
    .container--article .section-header.section-bg,
    .container--article .section-cta.section-bg-light,
    .container--article .section-cta.section-bg,
    .col-text.section-bg-light,
    .col-text.section-bg,
    .section--header.section-bg-light,
    .section--header.section-bg,
    .section--text.section-bg-light,
    .section--text.section-bg,
    .section-blank.section-bg-light,
    .section-blank.section-bg,
    .section-title.section-bg-light,
    .section-title.section-bg,
    .section-header.section-bg-light,
    .section-header.section-bg,
    .section-cta.section-bg-light,
    .section-cta.section-bg,
    .section-pricelist.section-bg-light,
    .section-pricelist.section-bg {
        padding-left: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
        padding-right: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
        margin-left: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
        margin-right: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
    }
}

@media (min-width: 768px) {

    .user-form,
    .form-row--center .form-row__text,
    .account-form__fieldset,
    .form-row--center .form-row__text {
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .section-3-col-bottom-text h3,
    .section-3-col-bottom-text .h3,
    .section-3-col-bottom-text p,
    .section-3-col-top-text h3,
    .section-3-col-top-text .h3,
    .section-3-col-top-text p {
        max-width: 100%;
    }
}

@media(min-width: 768px) {

    body,
    table,
    form,
    .accordion-button,
    .font-size-fluid,
    .col-text,
    .section--header,
    .section--text,
    .section-blank,
    .section-title,
    .section-header,
    .section-cta,
    .section-2-col-right-text,
    .section-2-col-left-text {
        font-size: var(--bs-body-font-size);
        line-height: inherit;
    }
}