/*OBECNÉ*/

img {
    max-width: 100%;
    vertical-align: middle;
}

@font-face {
    font-family: Simplon BP;
    src: url("/user/documents/font/SimplonBP-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: Simplon BP;
    src: url("/user/documents/font/SimplonBPRegular.otf");
    font-weight: 400;
}

:root {
    --template-font: "Simplon BP", sans-serif !important;
    --template-headings-font: "Simplon BP", sans-serif !important;
    --size-h1: 48px;
    --size-h2: 30px;
    --size-h3: 26px;
    --size-h4: 18px;
}

#signature a.image img {
    margin-bottom: 6px;
}

#signature {
    align-items: center;
}

.remedio-signature {
    display: inline-flex;
    align-items: center;
    margin-right: 11px;
    margin-bottom: 0 !important;
}

.remedio-logo {
    margin: 0 7px 0 8px;
}

.remedio-spaceman {
    margin-right: 10px;
}

body {
    font-size: 16px;
    font-weight: 300;
    color: #0D0F0E;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .cart-table .main-link, .cart-related-name, input, button, select, textarea {
    font-family: var(--template-font);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1.25;
    color: #0D0F0E;
}

h2, .h2 {
    font-size: var(--size-h2);
}

h3, .h3 {
    font-size: var(--size-h3);
}

h4, .h4 {
    font-size: var(--size-h4);
}

/*HEADER*/

#header > .container {
    position: relative;
    min-height: 148px;
    border-bottom: 1px solid var(--color-secondary);
    align-items: flex-start;
}
#header > .container::before {
    content: "duba hardwood manufacture";
    font-size: var(--size-h4);
    color: var(--color-secondary);
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 1;
    font-weight: 300;
}
#header .site-name {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.fitted .navigation-in ul {
    justify-content: flex-end;
}
.menu-helper {
    margin-right: -80px;
}
.navigation-buttons a {
    width: 45px;
    position: relative;
}
.navigation-buttons a[data-target="cart"]::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 23px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/user/documents/upload/kodovani/shopping-bag.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navigation-buttons a[data-target="login"]::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/user/documents/upload/kodovani/user.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navigation-in ul li a b {
    font-weight: 300;
    text-transform: lowercase;
}
.navigation-in>ul>li>a {
    color: #999999;
}


/*PRVOTNÍ NASTAVENÍ*/

.navigation-buttons a[data-target="search"], .breadcrumbs, .p-detail .add-to-cart .quantity {
    display: none;
}

/*DETAIL PRODUKTU*/

.p-image-wrapper, .p-data-wrapper {
    display: none;
}

.type-detail #content-wrapper {
    opacity: 0;
}

.myproduct-part::before, .myproduct-part::after {
    content: none;
}

.myproduct-part > div {
    width: 50%;
}


.myproduct-part {
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    padding: 0;

}

.myproduct-part__text {
    text-align: center;
}

.myproduct-parts > div:nth-child(even) {
    flex-direction: row-reverse;
}

.myproduct-parts > div:nth-child(even) .myproduct-part__image {
    padding: 35px 0 35px 35px;
    position: relative;
}

.myproduct-parts > div:nth-child(odd) .myproduct-part__image {
    padding: 35px 35px 35px 0px;
    position: relative;
}

.myproduct-parts > div:nth-child(odd) .myproduct-part__image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
}

.myproduct-parts > div:nth-child(even) .myproduct-part__image::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
}

.myproduct-part__text h1 {
    font-size: var(--size-h2);
    margin: 0;
}

.p-short-description {
    font-size: inherit;
    line-height: 1.25;
}

.p-basic-info-block {
    display: none;
}

.p-variants-block table.detail-parameters .delivery-time {
    padding-right: 0;
}

.p-to-cart-block {
    border: none;
    padding: 0;
    gap: unset;
    flex-direction: column;
    align-items: center;
}

.wide .p-final-price-wrapper {
    width: 100%;
    text-align: center;
}

.p-to-cart-block .p-add-to-cart-wrapper {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-to-cart-block .p-add-to-cart-wrapper.with::after {
    content: "Doprava a montáž po čr je zahrnuta v ceně";
    display: block;
    margin-top: 10px;
}

.p-to-cart-block .add-to-cart-button.btn-conversion::before {
    content: none;
}

.btn, a.btn {
    font-size: var(--size-h4);
    font-weight: 300;
    text-transform: none;
    border-radius: 10px;
    line-height: 1.25;
    padding: 10px 70px 8px;
}

.p-to-cart-block .add-to-cart-button.btn-conversion {
    font-size: var(--size-h4);
    font-weight: 300;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper {
    display: none;
}

.variant-list > th {
    display: none;
}

.surcharge-list > th {
    display: none;
}

.myparameters > div {
    width: 100%;
    font-size: var(--size-h4);
    text-align: center;
    line-height: 1.25;
    padding: 10px 15px 8px;
    border: 1px solid #00000030;
    border-radius: 10px;
    margin: 0 auto 14px;
    cursor: pointer;
    transition: all ease 300ms;
}

.myparameters > div p {
    margin-bottom: 0;
}

.myparameters > div.active, .myparameters > div:not(.active):hover {
    color: #fff;
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.myproduct-part__text > tr {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    display: block;
}

.mysurchargers > div {
    width: calc(50% - 12px);
    font-size: var(--size-h4);
    text-align: center;
    line-height: 1.25;
    padding: 10px 15px 8px;
    border: 1px solid #00000030;
    border-radius: 10px;
    margin: 0 6px 14px;
    cursor: pointer;
    transition: all ease 300ms;
    position: relative;
}

.mysurchargers > div p {
    margin-bottom: 0;
}

.mysurchargers > div.active, .mysurchargers > div:not(.active):hover {
    color: #fff;
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.mysurchargers {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.myproduct-parts > div:nth-child(2) h2 {
    margin: 0 0 20px;
}

.myproduct-parts > div:nth-child(3) h2 {
    position: relative;
    margin: 0 0 30px;
}

.myproduct-parts > div:nth-child(3) h2::after {
    content: "";
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 80px;
    height: 90px;
    background-image: url("/user/documents/upload/kodovani/download.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bordered-btn {
    font-size: var(--size-h4);
    line-height: 1.25;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #00000030;
    transition: all ease 300ms;
}

.bordered-btn:hover {
    color: #fff;
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.p-thumbnails-wrapper {
    padding: 0;
    margin: 0;
}

.p-thumbnails a img {
    border: none;
}

.p-thumbnails a {
    margin-left: 12px;
}

.p-thumbnails {
    margin-bottom: 0;
}

.p-variants-block {
    padding: 0;
}

.p-detail-inner .p-short-description {
    font-size: 100%;
    margin: 5px 0 15px;
}

.availability-label {
    padding: 0;
    margin: 0;
}

.delivery-time {
    margin-left: 5px;
}

.mydelivery {
    font-size: 16px;
}

.p-to-cart-block {
    margin: 15px 0 0;
}

.p-final-price-wrapper>strong {
    font-weight: 300;
    margin-bottom: 3px;
}

.p-final-price-wrapper.switch-them {
    display: flex;
    flex-direction: column-reverse;
}

.p-final-price-wrapper.switch-them .price-additional-holder::before, .p-final-price-wrapper.switch-them .price-additional-holder::after {
    content: none;
}

.p-final-price-wrapper.switch-them .price-additional-holder, .p-final-price-wrapper.switch-them .price-additional {
    font-size: var(--size-h2);
}

.p-final-price-wrapper.switch-them .price-additional-holder > *:not(span) {
    display: none;
}

.p-final-price-wrapper.switch-them .price-final-holder::before {
    content: "(";
    display: inline-block;
    margin-right: -4px;
}

.p-final-price-wrapper.switch-them .price-final-holder::after {
    content: "včetně DPH)";
}

.p-final-price-wrapper.switch-them>strong {
    font-size: inherit;
}

.price-additional-holder::before {
    content: "(";
}

.price-additional-holder::after {
    content: ")";
}

.wide .p-final-price-wrapper {
    margin: 0 0 15px;
}

.btn.btn-conversion:hover, a.btn.btn-conversion:hover, .btn.btn-cart:hover, a.btn.btn-cart:hover {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.p-detail-inner {
    padding-top: 0;
}

.mysurchargers {
    width: 100%;
    max-width: 387px;
    margin: 0 auto;
}

.helper {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 1;
    display: none;
    overflow: hidden;
    border: 1px solid #000;
    transition: all ease 300ms;
}
.mysurchargers > div:hover .helper {
    display: block;
}





/*FOOTER*/

#footer {
    background-color: transparent;
    border: none;
    margin-top: 0;
    padding-bottom: 0;
}

.custom-footer>div.custom-footer__banner1 {
    padding-left: 0;
    width: 50%;
}

.custom-footer>div.custom-footer__banner2 {
    padding-right: 0;
    text-align: right;
    width: 50%;
}

.custom-footer>div.custom-footer__banner3 {
    padding-bottom: 10px;
    margin-top: 30px;
}

.custom-footer > div .banner-wrapper {
    margin: 0;
}

.custom-footer > div {
    font-size: var(--size-h4);
}

.custom-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer .banner {
    margin: 0;
}

.myfooter-socials {
    text-align: center;
}

.banners-content a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .footer-banner a:hover img, .banner-category a:hover img {
    transform: none;
}

#footer .footer-bottom {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .footer-bottom #signature {
    margin: 0 0 5px;
}

#footer .footer-bottom .copyright {
    margin: 0;
}

.custom-footer > div.custom-footer__contact {
    display: none;
}

/*DETAIL KATEGORIE*/

.category-top, #category-header, #filters-wrapper, .pagination-wrapper {
    display: none;
}

.btn.btn-primary, a.btn.btn-primary {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    min-width: 235px;
}

.products-inline.products-inline-image > div .p .image, .products-inline.products-inline-image > div .p .p-in {
    width: 50%;
}

.products-inline.products-inline-image > div .p .p-in {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.products-inline > div .p .p-in .p-in-in .name {
    font-size: var(--size-h2);
    margin: 0 0 27px;
}

.products-inline > div .p .p-in .p-in-in {
    padding: 0;
}

.products-inline:not(.products-top) > div .p .p-in .p-bottom>div>div.prices {
    padding-right: 0;
}

.type-category #content {
    padding: 0;
}

.products-inline>div {
    padding: 0;
    margin: 0;
    border-color: var(--color-secondary);
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.products-inline.products-inline-image > div .p .image {
    padding: 35px 35px 35px 0;
}

.products-inline.products-inline-image > div:nth-child(even) .p {
    flex-direction: row-reverse;
}

.products-inline.products-inline-image > div:nth-child(even) .p .image {
    padding: 35px 0 35px 35px;
}

.products-inline.products-inline-image > div:nth-child(odd) .p .image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--color-secondary);
}

.products-inline.products-inline-image > div:nth-child(even) .p .image::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--color-secondary);
}

.flag.flag-preorder {
    display: none !important;
}

.btn.btn-primary.pre-order, a.btn.btn-primary.pre-order {
    background: #fff;
    color: var(--color-secondary);
}

.btn.btn-primary.pre-order:hover, a.btn.btn-primary.pre-order:hover {
    background: var(--color-secondary);
    color: #fff;
}

@media (min-width: 1200px) {
    .breadcrumbs, .index-content-wrapper, .ordering-process .content-wrapper-in, .type-search .content-wrapper-in, .type-manufacturers-listing .content-wrapper-in, .type-manufacturer-detail .content-wrapper-in, .type-posts-listing .content-wrapper-in, .type-post .content-wrapper-in, .type-page .content-wrapper-in, .type-glossary .content-wrapper-in, .next-to-carousel-banners, .type-category .content, .p-detail-inner, .p-detail-tabs-wrapper, .container {
        max-width: 1110px;
    }
}

/*DRBKY*/

.flag.flag-freeshipping {
    display: none !important;
}

/*RESPO*/

@media (max-width: 1600px) {

}

@media (max-width: 1439px) {

}

@media (max-width: 1199px) {
    :root {
        --size-h1: 30px;
        --size-h2: 26px;
        --size-h4: 16px;
    }
    body {
        font-size: 14px;
    }
    .btn, a.btn {
        padding: 8px 50px 6px;
    }
    .p-to-cart-block {
        margin: 10px 0;
    }
    .mydelivery {
        font-size: 14px;
    }
    #header > .container {
        align-items: flex-end;
        min-height: 130px;
    }
    .navigation-buttons {
        position: absolute;
        top: 0;
        right: 0;
    }
    .fitted .navigation-in ul {
        justify-content: center;
        margin-left: 80px;
    }
    .navigation-in>ul>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #navigation {
        height: 40px;
    }
    #header > .container::before {
        top: 10px;
    }
    .navigation-buttons a {
        height: 50px;
    }
    #header .site-name {
        top: 15px;
    }
    .menu-helper {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    #navigation {
        position: relative;
        padding: 0;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }
    .navigation-buttons a[data-target="navigation"] {
        display: none;
    }
    .navigation-in > ul.menu-level-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigation-in > ul.navigationActions {
        display: none;
    }
    #header {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        border-bottom: 1px solid var(--color-secondary);
        margin-bottom: 20px;
    }
    .navigation-in>ul>li>a>b {
        padding: 0;
    }
    .myproduct-parts > div:nth-child(even), .myproduct-parts > div {
        flex-direction: column-reverse;
    }
    .overall-wrapper {
        padding-top: 0;
    }
    .navigation-buttons a[data-target="login"] {
        display: block;
    }
    .myproduct-part > div {
        width: 100%;
        border: none;
    }
    .myproduct-parts > div:nth-child(even) .myproduct-part__image, .myproduct-parts > div:nth-child(odd) .myproduct-part__image {
        padding: 0;
    }
    .myproduct-parts > div:nth-child(even) .myproduct-part__image::after, .myproduct-parts > div:nth-child(odd) .myproduct-part__image::after {
        content: none;
    }
    .myproduct-part {
        border: none;
    }
    #header > .container {
        border: none;
    }
    .scrolled-down #header {
        transform: none;
    }
    .myproduct-part > div {
        margin-bottom: 20px;
    }
    #footer {
        border-top: 1px solid var(--color-secondary);
    }
    .p-to-cart-block {
        margin-bottom: 0;
    }
    .download-part h2::after {
        content: "";
        display: block;
        width: 25px;
        height: 34px;
        margin: 10px auto 0;
        background: url("/user/documents/upload/kodovani/download.svg") no-repeat center;
        background-size: contain;
    }
    .myproduct-part__text > tr {
        max-width: 210px;
    }
    .p-variants-block table.detail-parameters {
        display: none;
    }
    .products-inline.products-inline-image > div .p .image, .products-inline.products-inline-image > div:nth-child(even) .p .image {
        padding: 0;
    }
    .products-inline.products-inline-image > div .p .image, .products-inline.products-inline-image > div .p .p-in {
        width: 100%;
    }
    .products-inline>div {
        margin-bottom: 40px;
        border: none;
    }
    .products-inline.products-inline-image > div:nth-child(even) .p .image::after, .products-inline.products-inline-image > div:nth-child(odd) .p .image::after {
        content: none;
    }
    .products-inline > div .p .p-in .p-bottom>div {
        justify-content: center;
    }
    .products-inline > div .p .p-in .p-in-in .name {
        text-align: center;
        margin: 10px 0 10px;
    }
    .products-inline > div .p .p-in .p-bottom>div {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    :root {
        --size-h2: 24px;
    }
    #header > .container::before {
        content: none;
    }
    .surcharge-list th {
        display: none !important;
    }
    .custom-footer>div.custom-footer__banner1, .custom-footer>div.custom-footer__banner2 {
        width: 100%;
        text-align: center;
    }
    .custom-footer > div .banner {
        min-height: unset;
    }
    .custom-footer>div {
        padding: 0 !important;
    }
    .myproduct-part__text h1 {
        font-size: var(--size-h1);
    }
    .helper {
        display: block;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
        border: none;
        border-radius: 0;
    }
    .mysurchargers > div.prirozena, .mysurchargers > div.cerny {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        justify-content: space-between;
        overflow: hidden;
    }
    .mysurchargers > div.prirozena p, .mysurchargers > div.cerny p {
        padding: 5px;
    }
    .mysurchargers > div, .myparameters > div {
        padding: 7px 15px 5px;
    }
    .myfooter-company {
        margin-bottom: 20px;
    }
    .footer-bottom span {
        width: unset;
    }
    .type-category .content-wrapper-in {
        padding: 0 20px;
    }
}

@media (max-width: 499px) {
    :root {
        --size-h2: 20px;
    }
    .mysurchargers > div, .myparameters > div {
        font-size: 14px;
    }
    .myproduct-part__text h2 {
        margin: 15px 0 5px;
    }
    .navigation-close {
        display: none;
    }
    .myproduct-part__text .download-part h2 {
        margin-bottom: 15px;
    }
    #header > .container {
        min-height: 110px;
    }
    .navigation-in ul li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .products-inline > div .p .p-in .p-bottom > div .p-tools {
        justify-content: center;
    }
    .btn.btn-primary, a.btn.btn-primary {
        min-width: 209px;
    }
    .navigation-buttons a[data-target="login"] {
        width: 25px;
    }
}