/*=====basic 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;
}

/**/

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

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

/*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 {
    border-radius: 20px;
}

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
}



/*article */
.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%;
}

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

.article-item__title {
    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%
    }
}

/*section cell-borders*/
.section-3-col-bottom-text.cell-borders .section-cell-item,
.section-3-col-top-text.cell-borders .section-cell-item {
    border-radius: 0;
    -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);
}
.section-3-col-bottom-text.cell-borders .section-cell-item .section-cell-img,
.section-3-col-bottom-text.cell-borders .section-cell-item > img:first-of-type {
    margin:-1rem -1rem 1rem -1rem;
    max-width:calc(100% + 2rem);
}

@media (min-width: 1200px){
    section.section-3-col-bottom-text.cell-borders .section-cell-item.col-lg-3 {
        width:calc(25% - 2*var(--section-item-margin));
    }
}


/*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;
    }
}

/*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;
}

.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)
}

@media (min-width: 992px) {
    .navbar .navbar__menu-item--has-childs .navbar__menu-list {
        border: 0;
        border: 1px solid;
        border-top: 5px solid;
        border-radius: 0
    }

    .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
    }

}

/*menu vertical*/
@media (min-width: 992px) {
    .menu-vertical .header.has-minicart .navbar__cart-wrap::before {
        background-color: rgba(var(--bs-primary-rgb), 0.7);
    }

    .menu-vertical .contactus-wrap {
        order: 1;
    }

    .menu-vertical .contactus {
        justify-content: center;
        align-items: center;
        margin: unset;
        width: 100%;

    }

    .menu-vertical .navbar .navbar__menu-item--has-childs .navbar__menu-list {
        border: 0;
        background-color: var(--bs-body-bg)
    }
}

/*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;
}

/*color - primary*/

#footer,
.navbar {
    background-color: rgba(var(--bs-primary-rgb), 0.8);
}

#contactus i {
    color: var(--bs-primary);
}

.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,
.navbar .navbar__menu-item--has-childs .navbar__menu-list,
#contactus i {
    border-color: var(--bs-primary);
}

.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-primary);
}

/*primary hover*/
.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:hover,
.eshop-menu__link--button:hover {
    color: var(--bs-secondary);
}

.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 {
    background-color: var(--bs-secondary);
}

.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);
}

/*social sites*/
.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 {
    background-color: var(--bs-primary);
    border: 0;
}

.section-contact .social-icons>.section-cell-item a:hover {
    background-color: var(--bs-secondary);
}

.section-contact .social-icons>.section-cell-item a img,
.section-contact .social-icons>.section-cell-item .eshop-menu__link--button img,
.section-contact .social-icons>.section-cell-item button.navbar__menu-link img {
    filter: invert(1)
}

/*body-color*/
.navbar__menu-item--has-childs .navbar__menu-list .navbar__menu-link,
#contactus a {
    color: var(--bs-body-color)
}

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

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

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>*,
.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,
.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: unset;
}

@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: unset;
    }
}

@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: calc(.12vw + 1rem);
        line-height: inherit;
    }
}