div#vyber-variantu {
    margin: 10px 0;
}

label.advanced-parameter-var {
    line-height: 5rem;
}

label.advanced-parameter-var:not(:last-child) {
    margin-right: 5px;

}

label.advanced-parameter-var > span {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 10px;
}

label.advanced-parameter-var > span:hover, label.advanced-parameter-var input[type="radio"]:checked + span {
    background: #f7f7f7;

}

label.advanced-parameter-var.disable > span {
    color: #D1D1D1;
    border-color: #F2F2F2;
}

label.advanced-parameter-var.disable:hover > span {
    color: #D1D1D1;
    border-color: #F2F2F2;
    background: inherit;
    cursor: not-allowed;
}

.overall-wrapper,
.content-wrapper {
    background: #f0f1f1;
}

/* TITLE */
.big__title h2 {
    font-size: 33px;
    font-weight: 600;
    color: #666;
    line-height: 10px;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 3rem;
    padding: 0px;
    display: block;
    line-height: 1.2;
}

h4.homepage-group-title,
.h4.homepage-group-title {
    font-size: 33px;
    font-weight: 600;
    line-height: 10px;
    padding: 0px;
    margin-bottom: 3rem;
    display: block;
}

.products-block .p-code {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

.product .p .flags-extra .flag,
.product .p .flags-extra .flag .price-standard,
.product .p .flags-extra .flag .price-save {
    font-size: 16px;
}

.products-block .p-bottom > div {
    display: block;
}

.products-block.products .p .price strong,
.products-block.products .p .price span {
    font-size: 15px;
    font-weight: 600;
    margin-top: 1rem;
    display: block;
}

.btn.btn-cart,
.add-to-cart-button,
.btn.btn-primary,
a.btn.btn-primary {
    color: #fff;
    border-color: #093;
    background-color: #093;
}

.btn.btn-cart::before,
a.btn.btn-cart::before,
.btn.add-to-cart-button::before,
a.btn.add-to-cart-button::before {
    display: none;
}

.products-block .p-bottom .price-additional {
    font-size: 13px;
    width: max-content;
    margin: 2rem auto 0px;
}

.products-block.products .p .price {
    line-height: 1;
    text-align: center;
    margin-top: -5px;
}

.products-block .ratings-wrapper .availability {
    flex: 1 1 100%;
    text-align: center;
    margin: 0 auto;
    width: max-content;
}

.product .p .btn .btn-cart,
.product .p .add-to-cart-button,
.product .p .btn.btn-primary,
.product .p a.btn.btn-primary {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #093;
    border-color: #093;
    margin: 2rem auto;
    padding: 10px;
    width: 190px;
    display: block;
    border-radius: 32px;
}

.product .p .btn .btn-cart:hover,
.product .p .add-to-cart-button:hover,
.product .p .btn.btn-primary:hover,
.product .p a.btn.btn-primary:hover {
    background: #0e6c2d;
}

.products > div {
    border-color: transparent;
}

.products-block .p {
    background: white;
    padding: 2rem;
}

/* WELCOME */
.homepage-box {
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
}

/* FOOTER */
footer#footer,
#footer > .container {
    background: #302f33;
}

@media (min-width: 768px) {
    #navigation {
        position: relative;
        left: 0;
        height: 55px;
    }

    .navigation-in {
        font-size: 14px;
        line-height: 36px;
        background-color: #e3b05a;
    }

    .navigation-in > ul > li {
        border-color: #e3b05a;
    }

    .btn.cart-count::before,
    a.btn.cart-count::before {
        content: '';
        background: url(/user/documents/assets/img/green_cart.webp);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
        width: 30px;
        height: 30px;
    }

    .navigation-in > ul > li.ext > ul > li > div > ul {
        display: none;
    }

    .content {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        margin: 0px;
        min-width: 0;
    }

    .type-detail .row.product-top {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/* WELCOME */
.homepage-box.welcome-wrapper {
    margin-top: 38px;
    margin-bottom: 0px;
    padding-top: 38px;
    padding-bottom: 0px;
    padding-left: 19px;
    padding-right: 19px;
}

.type-detail .detail-parameter {
    width: 100%;
    padding: 2rem 2rem 0px 2rem;
    background: #fafafa;
    margin: 0px 0px -10px;
}

.type-detail .p-info-wrapper .detail-parameters {
    margin-bottom: 0px;
}

.type-detail .p-info-wrapper .add-to-cart {
    width: 100%;
    background: #fafafa;
    padding: 2rem;
    margin-bottom: 0px;
}


.type-detail a.chevron-after.chevron-down-after {
    display: none;
}

/* FOOTER */
.custom-footer,
.footer-bottom,
.footer-links-icons {
    border-color: transparent;
}

.big__photo {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    padding: 0px;
}

.big__photo img {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}

.big__photo.b-2 {
    position: relative;
    top: -5px;
}

#footer .banner h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 10px;
    color: #ffffff;
    padding: 0px;
}

#footer .banner p,
#footer .banner span,
#footer .banner ul,
#footer .banner li,
#footer .banner a {
    font-size: 16px;
    line-height: 2.8rem;
    color: #95928e;
}

.welcome div {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.homepage-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: solid;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

.home__box-d {
    position: relative;
    min-height: 330px;
    background: url(/user/documents/upload/temp/k/kat.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: grid;
    place-self: center;
    justify-items: end;
    align-items: end;
    padding: 2rem !important;
    border: 1em solid white;
}

.home__box-d.item1 {
    position: relative;
    min-height: 500px;
    /*
    background: url(https://www.camper-tech.cz/user/documents/upload/temp/markyzy-a-stany.png);
    background-size: cover;
    background-repeat: no-repeat;
    */
    width: 100%;
    display: grid;
    place-self: center;
    justify-items: end;
    align-items: end;
    padding: 2rem !important;
    border: 1em solid white;
}

.home__box-d.item2 {
    position: relative;
    min-height: 500px;
    /*
    background: url(https://www.camper-tech.cz/user/documents/upload/temp/kempingovy-nabytek.png);
    background-size: cover;
    background-repeat: no-repeat;
    */
    width: 100%;
    display: grid;
    place-self: center;
    justify-items: end;
    align-items: end;
    padding: 2rem !important;
    border: 1em solid white;
}

.home__box-d.item3 {
    position: relative;
    min-height: 500px;
    /*
    background: url(https://www.camper-tech.cz/user/documents/upload/temp/outdoorove-vybaveni.png);
    background-size: cover;
    background-repeat: no-repeat;
    */
    width: 100%;
    display: grid;
    place-self: center;
    justify-items: end;
    align-items: end;
    padding: 2rem !important;
    border: 1em solid white;
}

.home__box-d.item4 {
    position: relative;
    min-height: 500px;
    /*
    background: url(https://www.camper-tech.cz/user/documents/upload/temp/kuchynske-potreby.png);
    background-size: cover;
    background-repeat: no-repeat;
    */
    width: 100%;
    display: grid;
    place-self: center;
    justify-items: end;
    align-items: end;
    padding: 2rem !important;
    border: 1em solid white;
}

.home__box-d.item5 {
    position: relative;
    min-height: 500px;
    /*
    background: url(https://www.camper-tech.cz/user/documents/upload/temp/grily-a-varice.png);
    background-size: cover;
    background-repeat: no-repeat;
    */
    width: 100%;
    display: grid;
    place-self: center;
    justify-items: end;
    align-items: end;
    padding: 2rem !important;
    border: 1em solid white;
}

.home__box-d > span {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #232226;
    background: #e3b05a;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: max-content;
    height: 50px;
    display: grid;
    place-self: center;
    justify-items: end;
    align-items: center;
    padding: 0px 3rem;
    z-index: 9;
}

.home__box-d {
    overflow: hidden;
}

.home__box-d > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.home__box-d > img:hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.home__box-d {
    transition: 300ms;
}

.home__box-d {
    background-size: 100%;
    background-position: center center !important;
}

.home__box-d:hover {
    background-size: 110%;
    background-position: center center !important;
    transition: 300ms;
    cursor: pointer;
}

.home__box-d span {
    transition: 300ms;
    transform: translateY(50px);
}

.home__box-d:hover span {
    transform: translateY(0px);
}

/* LINK */
.products-block.products .p a > span {
    position: relative;
    font-size: 20px;
    color: inherit;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.products-block.products .p a,
.products-block.products .p a > span {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    line-height: 24px;
    text-decoration: none;
    position: relative;
}

.products-block.products .p a:before,
.products-block.products .p a:after,
.products-block.products .p a > span:before,
.products-block.products .p a > span:after {
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
}

.products-block.products .p .name {
    color: inherit;
    text-align: center;
    text-decoration: none;
    line-height: 24px;

    width: 80%;
    height: auto;
    min-height: 90px;
    margin: 0px 10%;

    position: relative;

    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}

.products-block.products .p .name:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #dadada;
    transform: translateX(-100%);
}

.products-block.products .p .name:hover:before {
    transform: translateX(0);
}

@media (max-width: 768px) {
    .welcome h1 {
        display: none;
    }

    /*     .id-1 .home__box {
            display: grid;
            grid-template-columns: 1fr;
            grid-row-gap: 2rem;
            grid-column-gap: 2rem;
            margin: 4rem auto;
        } */
}

@media (min-width: 768px) {
    .top-navigation-bar {
        border-top-color: #f0f1f1;
        border-bottom-color: #f0f1f1;
        background-color: #f0f1f1;
    }

    .top-navigation-bar-menu {
        visibility: hidden;
    }

    .top-navigation-menu,
    .top-navigation-contacts {
        background-color: #f0f1f1;
    }

    /*     #header .site-name {
            text-align: center;
            width: max-content;
            margin: 0 auto;
        }

        .header-top {
            display: flex;
            flex-direction: row;

            padding-top: 19px;
            padding-bottom: 19px;
            height: 180px;
        }

        .header-top div:nth-of-type(1) {
            order: 2;
        }

        .header-top div:nth-of-type(2) {
            order: 1;
        }

        .header-top div:nth-of-type(3) {
            order: 3;
        } */
    #header {
        background: #f0f1f1;
    }

    /*

    #header .site-name a img {
        max-height: 120px;
    }

    .menu-helper {
        position: absolute;
        top: 310px;
        right: 0;
        cursor: pointer;
    } */
    .navigation-in ul li a b {
        font-weight: 600;
        color: #232226;
        text-transform: uppercase;
    }

    .welcome h1 {
        display: none;
    }

    .custom-footer > div.custom-footer__banner2 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .custom-footer {
        padding-top: 30px;
        padding-left: 0px;
    }

    #footer .site-name {
        display: none;
    }
}

/* LIST */
.category-header {
    background-color: transparent;
}

/* .filters-unveil-button-wrapper .btn.btn-default,
.filters-unveil-button-wrapper a.btn.btn-default {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #093;
    border-color: #093;
    margin: 2rem auto;
    padding: 10px;
    width: 190px;
    display: block;
    border-radius: 4px;
} */

.category-header input[type="radio"]:checked + label {
    color: #e3b05a;
    background-color: #fff;
    border: 1px solid #e3b05a;
}

.subcategories li a {
    height: auto;
    min-height: auto;
    padding: 0rem;
}

.subcategories li a:hover {
    box-shadow: 4px 4px 8px #9494945b;
}

.subcategories li a::before,
.subcategories li a:after {
    display: none;
}

.subcategories.with-image li a {
    display: flex;
    padding-left: 0px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
}

/* .subcategories.with-image li a .image {
    width: 100%;
    text-align: center;
}

.subcategories.with-image li a .image img {
    max-height: 200px;
    display: block;
    width: max-content;
    margin: 0 auto 2rem;
} */

.subcategories.with-image li a .text {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}

.pagination-loader .btn.btn-default,
.pagination-loader a.btn.btn-default {
    color: #fff;
    border-color: #e3b05a;
    background-color: #e3b05a;
}

.pagination a {
    color: #e3b05a;
}

.pagination-link {
    color: #ffffff;
    background-color: #e3b05a;
}

.pagination-top strong {
    color: #444;
}

/*
.search-form {
    visibility: hidden;
}
*/

.category-title {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
}

.subcategories li a {
    color: #b2b2b2;
    border-color: transparent;
    background-color: #fff;
}

.subcategories.with-image li a .text {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
}

.ui-slider-handle {
    color: #fff;
    background-color: #093;
}

.ui-slider-horizontal .ui-slider-handle::after {
    content: '';
    background: #093;
}

/* SOC */
.social-buttons-wrapper {
    display: none;
}

.pagination-link.prev::before,
.pagination-link.next::before {
    color: white;
}

.pagination-appendix {
    display: none;
}

/* DETAIL */
.type-detail .product-top {
    background: white;
    margin-top: 2rem;
    padding: 2rem;
}

.type-detail .p-detail .add-to-cart .quantity {
    display: none;
}

.type-detail .btn.btn-cart,
.type-detail a.btn.btn-cart,
.type-detail .btn.btn-conversion,
.type-detail a.btn.btn-conversion {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-color: #093;
    background-color: #093;
    width: max-content;
    width: 100%;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .breadcrumbs > span > a::before {
        top: 27%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .breadcrumbs > span > a::after {
        bottom: 27%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .breadcrumbs > span > a::before,
    .breadcrumbs > span > a::after {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 25%;
    }
}

.category-perex,
.category__secondDescription {
    font-size: 18px;
    text-align: left;
    line-height: normal;
    background: white;
    padding: 2rem;
    margin-bottom: 3rem;
}

.category-perex p {
    margin-bottom: 5px;
}

.category-perex h2,
.category__secondDescription h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 10px;
    padding: 0px;
    margin-top: 6rem;
    margin-bottom: 3rem;
    display: block;
}

.empty-content h2::after {
    display: none;
}

.empty-content-category .btn.btn-default,
.empty-content-category a.btn.btn-default {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #093;
    border-color: #093;
    margin: 2rem auto;
    padding: 10px;
    width: 190px;
    display: block;
    border-radius: 4px;
}

/* .id-1 .content-wrapper.homepage-box.before-carousel {
    background: #ffffff;
    } */

/* .id-1 .content-wrapper.homepage-box.before-carousel .container {
    width: max-content;
    margin: 0 auto;
    display: block;
    } */

/*
.id-1 .content-wrapper.container,
.id-1 .homepage-box.before-carousel,
.id-1 .content-wrapper.homepage-box.welcome-wrapper {
    background: #dadada !important;
    }
*/

/* DETAIL */
.type-detail .p-info-wrapper {
    padding: 2rem;
    background: white;
}

.type-detail .p-detail-inner-header h1 {
    font-size: 33px;
    font-weight: 600;
    line-height: 10px;
    padding: 0px;
    margin-bottom: 3rem;
    display: block;
}

.type-detail .p-detail-inner h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 3.0rem;
    text-transform: uppercase;
    max-width: 80%;
    margin-bottom: 10px;
}

.type-detail .price-final {
    color: #666;
}

.type-detail .p-info-wrapper .p-final-price-wrapper {
    border: 1px solid #dadada;
    padding: 2rem;
    margin: 1rem 0px 1rem;
}

/*
.type-detail .price-save,
.type-detail .price-standard {
    display: none;
    }
*/

.type-detail .p-info-wrapper .price-final {
    font-size: 24px;
    line-height: 1;
    padding: 0px;
    margin: 0rem 0px 5px 0px;
}

.type-detail .p-info-wrapper .variant-list select,
.type-detail .p-info-wrapper .surcharge-list select {
    width: 100%;
}

.type-detail .p-info-wrapper .availability-value,
.type-detail .p-info-wrapper .detail-parameters {
    width: 100%;
    margin-bottom: 10px;
}

.type-detail .availability-value {
    font-size: 14px;
    margin-bottom: 5px;
}

.product .p .flag.flag-discount span.price-standard {
    display: none;
}

.product .p .flag.flag-discount .flags-extra .flag .price-standard,
.product .p .flag.flag-discount .flags-extra .flag .price-save {
    font-size: 15px;
}

.alert {
    color: #232226;
    background: #fcecd1;
    border-left: 2px solid #e3b05a;
    clear: both;
    padding: 12px 15px;
    margin: 0px;
}

.alert p {
    padding: 0px;
    margin: 0px;
}

/**/
.type-detail .p-detail-inner-header,
.type-detail .product-top .p-detail-info {
    display: none;
}

.type-detail .p-short-description {
    padding: 1rem 2rem;
}

/**/
.type-detail .basic-description {
    width: 100%;
    padding-right: 0px;
}

.type-detail .extended-description {
    flex: 0 1 auto;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 4rem;
}

/* PAGE */
.type-post main header,
.type-page main header {
    background: url(/user/documents/assets/img/big__photo-top-min.webp);
    background-repeat: no-repeat;
    min-height: 300px;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    display: grid;
    place-self: center;
    justify-items: center;
    align-items: center;
}

.type-post main header h1,
.type-page main header h1 {
    font-size: 50px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
}

.type-post main.content,
.type-page main.content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 0;
}

@media (min-width: 1200px) {
    .content-inner {
        max-width: 100%;
    }
}

a.title,
span.copyright {
    display: none;
}

#header:before {
    bottom: 0px;
    left: 0;
    position: absolute;
    height: 55px;
    min-height: 42px;
    content: '';
    background: #E2B05B;
    display: block;
    width: 100%;
}

#header {
    position: relative;
}

/* pole hledat */

#header .search-input {
    border-radius: 32px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

#header .search-form:hover .search-input,
#header .search-input:focus, .search-focused #header .search-input, .search-window-visible #header .search-input {
    border: solid 1px #1b18375b;
}

.compact-form .btn {
    border-radius: 0px 32px 32px 0px;
    height: 42px;
    padding: 4px 18px;
}

.form-control {
    height: 42px;
    padding: 10px 24px;
}

.btn.btn-default:hover, a.btn.btn-default:hover {
    background-color: #0e6c2d;
    border-color: #0e6c2d;
    color: #fff;
}

/* cart button */

.header-top .btn.cart-count .cart-price {
    color: #009932;
}

#header .cart-count {
    padding: 12px 24px;
    background: #fff;
    border-radius: 32px;
    border: 2px solid #009932;
}

@media (max-width: 1200px) {
    .header-top .btn.cart-count:before {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .header-top .btn.cart-count:before {
        margin-right: 20px;
    }

    #header .cart-count {
        padding: 0px;
        background: transparent;
        border-radius: 0px;
        border: none;
    }
}

@media (max-width: 767px) {
    #header {
        position: fixed;
    }

    #header:before {
        display: none;
    }
}

@media (max-width: 767px) {
    #header, .top-navigation-bar {
        background-color: #F1F1F0;
    }
}

@media (min-width: 768px) {
    .id-1 .content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    .id-1 .content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* hlavni baner */

#carousel .banner_link {
    text-align: center;
    margin: 25px 0 0 0;
    text-transform: none;
    background: #E2B05B;
    color: #fff;
    padding: 15px 35px;
    width: 217px;
    letter-spacing: 0.2px;
    border-radius: 24px;
    font-size: 1.1em;
    transition: 0.3s;
    font-weight: 700;
    font-family: var(--template-headings-font), sans-serif;
}

#carousel .banner_link:hover {
    background: #009832;
}

.content-wrapper.homepage-box.before-carousel .content-wrapper-in .container {
    width: 100%;
}

.container_hero {
    padding: 0px;
    background-image: url(/user/documents/assets/img/hero_camper.webp);
    background-position: center;
    background-size: cover;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    padding: 4rem;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .container_hero {
        margin-top: 2rem;
    }
}

.content-wrapper.homepage-box.before-carousel .content-wrapper-in .container_hero {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.text_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    align-items: center;
    text-align: center;
}

.text_box h1 {
    font-size: 64px;
    font-weight: 700;
    font-family: var(--template-headings-font), sans-serif;
    margin-top: 0px;
    margin-bottom: 22px;
    color: #fff;
    text-align: center;
}

.text_box > span {
    font-size: 24px;
    text-align: center;
}

/* rozcestnik */

#content .row.banners-row {
    margin: 0px;
}

ul.rozcestnik_kategorie {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0px;
}

ul .rozcestnik_kategorie_box {
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    min-height: 62px;
    width: calc(25% - 16px);
    flex-grow: 1;
    border-radius: 16px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: 0.3s ease all;
}

ul .rozcestnik_kategorie_box:hover {
    box-shadow: 4px 4px 8px #9494945b;
}

ul .rozcestnik_kategorie_box a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    justify-content: flex-end;
}

ul .rozcestnik_kategorie_box:hover a {
    color: var(--color-primary);
}

ul .rozcestnik_kategorie_box a img {
    height: 50px;
    width: 64px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    ul .rozcestnik_kategorie_box {
        width: calc(33.3% - 16px);
    }
}

@media (max-width: 820px) {
    ul .rozcestnik_kategorie_box {
        width: calc(50% - 16px);
    }

    .text_box h1 {
        font-size: 40px;
    }

    .text_box > span {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    ul .rozcestnik_kategorie_box {
        width: calc(100% - 16px);
    }

    .text_box h1 {
        font-size: 32px;
    }
}

.container_middle {
    padding: 0px;
    background-image: url(/user/documents/assets/img/hero_camper_tech.webp);
    background-position: center;
    background-size: cover;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    padding: 4rem;
    margin-top: 4rem;
}

.content-wrapper.homepage-box.before-carousel .content-wrapper-in .container_middle {
    width: 100%;
    object-fit: cover;
    max-width: 1418px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.container_middle .banner_link {
    text-align: center;
    margin: 25px 0 0 0;
    text-transform: none;
    background: #E2B05B;
    color: #fff;
    padding: 15px 35px;
    width: 217px;
    letter-spacing: 0.2px;
    border-radius: 24px;
    font-size: 1.1em;
    transition: 0.3s;
    font-weight: 700;
    font-family: var(--template-headings-font), sans-serif;
}

.container_middle .banner_link:hover {
    background: #009832;
}

.container_middle .text_box {
    align-items: center;
}

/* detail produktu */

.shp-tabs-wrapper.p-detail-tabs-wrapper {
    display: inline-block;
}

li.menu-item-1411,
li.menu-item-1411:hover {
    background: #093 !important;
}

li.menu-item-1411 a > b {
    color: #ffffff !important;
    background: #093 !important;
}

.navigation-in > ul > li.ext > a > span {
    display: inline-block;
}

.flag {
    border-radius: 4px;
}

.flag.flag-discount {
    background-color: #093;
}

/* MSG */
@media (min-width: 768px) {
    .site-msg {
        font-size: 16px;
        font-weight: 600;
        color: #232226;
        background: #e3b05a;
        text-align: center;
    }

    .site-msg.information {
        text-align: center;
        position: relative;
        left: 0px;
        bottom: 0px;
        max-width: calc(100% - 40px);
        box-shadow: 0 5px 10px rgb(0 0 0 / 16%);
        opacity: 0.9;
        z-index: 10;
    }

    .site-msg.information {
        font-size: 16px;
        font-family: Arial, sans-serif;
        max-width: 100%;
        width: 100%;
    }
}

.products-block .ratings-wrapper .stars-wrapper {
    display: block !important;
}

.product .p .stars {
    position: relative;
    height: auto;
    width: max-content !important;
    margin: 0 auto 2rem !important;
    display: block !important;
}

.products-block .ratings-wrapper .stars-wrapper {
    display: block !important;
    width: max-content !important;
    margin: 0 auto !important;
    height: 40px !important;
}

.products-block .ratings-wrapper .stars-wrapper {
    flex: 1 1 100% !important;
}

.product .p .stars-placeholder {
    display: block;
    width: 100%;
    min-height: auto;
    margin-bottom: 2rem;
}

/**/
.product .p .p-in .p-in-in {
    display: none !important;
}

.product .p .p-in .p-in-in.TEST {
    display: block;
}

/**/
.type-detail .p-info-wrapper .add-to-cart .quantity {
    display: none !important;
}

.type-detail .p-info-wrapper .add-to-cart .btn.btn-cart::before,
.type-detail .p-info-wrapper .add-to-cart a.btn.btn-cart::before,
.type-detail .p-info-wrapper .add-to-cart .btn.add-to-cart-button::before,
.type-detail .p-info-wrapper .add-to-cart a.btn.add-to-cart-button::before {
    display: none !important;
}

.type-detail .p-info-wrapper .btn.btn-cart.btn-lg,
.type-detail .p-info-wrapper a.btn.btn-cart.btn-lg,
.type-detail .p-info-wrapper .btn.add-to-cart-button.btn-lg,
.type-detail .p-info-wrapper a.btn.add-to-cart-button.btn-lg {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    width: 100%;
}

h2.nadpis1,
h2.nadpis2 {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fafafa;
    padding: 2rem 2rem;
    cursor: pointer;
}

h2.nadpis1::before,
h2.nadpis2::before {
    content: '\e90e';
    position: absolute;
    left: auto;
    right: 10px;
    font-family: Shoptet, sans-serif;
}

/*.id-1 .home__box {
	display: grid;
  grid-template-areas:
  'p1 p1 p1 p1 p1 p1'
  'p2 p2 p3 p3 p3 p3'
  'p4 p4 p4 p4 p5 p5';
  grid-gap: 10px;
	padding: 0px;
	}*/

.item1 {
    grid-area: p1;
}

.item2 {
    grid-area: p2;
}

.item3 {
    grid-area: p3;
}

.item4 {
    grid-area: p4;
}

.item5 {
    grid-area: p5;
}

.item6 {
    grid-area: p6;
}

.type-detail .pdf-catalog .pdf-catalog-d img {
    width: 100%;
    max-width: 100%;
}

.type-detail .pdf-catalog .pdf-catalog-d a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.type-detail .pdf-catalog .pdf-catalog-d span {
    color: white;
    background: black;
    padding: 0.5rem 1rem;

    position: absolute;
    right: 5%;
    bottom: 10px;

    width: 90%;
}

/**/
.product .p .btn btn-cart,
.product .p .add-to-cart-button,
.product .p .btn.btn-primary,
.product .p a.btn.btn-primary {
    text-transform: uppercase;
}

#content .btn.unveil-button,
#footer .btn.unveil-button {
    border-radius: 4px;
}

@media only screen and (max-width: 991px) {
    .type-detail .pdf-catalog .pdf-catalog-d {
        position: relative;
        padding: 0rem;
        /*min-height: 200px;*/
        background: #ffffff;
        border: 1px solid #dadadada;

        display: grid;
        place-self: center;
        align-items: center;
        justify-items: center;
        width: 100%;
    }

    .type-detail .pdf-catalog {
        position: relative;
        width: 100%;
        margin-top: 2rem;
        display: grid;
        grid-template-columns: repeat(2, 48%);
        grid-gap: min(2vmax, 32px);
        grid-row-gap: 1%;
        grid-column-gap: 1%;
        clear: both;
    }
}

@media only screen and (min-width: 991px) {
    .navigation-buttons > a[data-target="cart"] i {
        position: absolute;
        top: 41px;
        left: 46px;
        right: auto;
        bottom: auto;
    }

    .type-detail .pdf-catalog .pdf-catalog-d {
        position: relative;
        padding: 2rem;
        min-height: 200px;
        background: #ffffff;
        border: 1px solid #dadadada;

        display: grid;
        place-self: center;
        justify-items: center;
        align-items: center;
        width: 100%;
    }

    .type-detail .pdf-catalog {
        position: relative;
        width: 100%;
        margin-top: 2rem;
        display: grid;
        grid-template-columns: repeat(5, 19%);
        grid-gap: min(2vmax, 32px);
        grid-row-gap: 1%;
        grid-column-gap: 1%;
        clear: both;
    }
}
