/*Global*/
* {
    font-family: Aspekta !important;
    scroll-behavior: smooth !important;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-weight: 300;
}

.admin-bar {
    z-index: 1005;
}

b,
strong {
    font-weight: 500;
}

/*Cookies*/
.siteCookies__form {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.siteCookies__button,
.siteCookies__link {
    border-radius: 5px;
}

.siteCookies__form {
    background-color: #d42e11;
}

@media (min-width: 768px) {
    .siteCookies--bottom.siteCookies--scrolled {
        background-color: #d42e11;
    }
}

@media (hover: hover) {
    .siteCookies__link:hover {
        background: #5b5b5b;
    }
}


/*Carousel*/
.row.banners-row>.col-sm-8,
.row.banners-row>.col-sm-4 {
    width: 100% !important;
}

.row.banners-row>div .next-to-carousel-banners {
    display: flex;
    flex-wrap: wrap;
}

.row.banners-row>div .next-to-carousel-banners .banner-wrapper {
    width: calc(50% - 7px) !important;
}

.pw-carousel-wrapper,
.pw-top-banner-wrapper {
    display: flex;
    align-items: center;
}

.pw-carousel-wrapper .pw-carousel-left,
.pw-carousel-wrapper .pw-carousel-right,
.pw-top-banner-wrapper .pw-top-banner-left,
.pw-top-banner-wrapper .pw-top-banner-right {
    width: 50%;
}

.row.banners-row>.col-sm-8 {
    background-color: #ebebeb;
    width: 100vw !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex;
    justify-content: center;
}

.row.banners-row>.col-sm-4 {
    margin-top: 20px;
    max-width: 1418px;
}

.carousel-control:before {
    border-radius: 5px;
    background-color: #000000;
    border-color: #000000;
}

.carousel-control:focus,
.carousel-control:hover,
.carousel-control.left,
.carousel-control.right {
    opacity: 1 !important;
}


.carousel-control.left:before {
    content: "\e90f";
}

.carousel-control.right:before {
    content: "\e910";
}

.carousel-control:before {
    font-size: 20px;
    height: 52px;
    line-height: 50px;
    width: 52px;
}

/*Test*/
@media(min-width:768px) {
    /* .in-index div#content-wrapper {
        width: 100% !important;
    } */

    .in-index main#content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* .in-index main#content>*:not(.banners-row) {
        width: 80% !important;
        max-width: 1920px;
    } */

    .in-index main#content .products-wrapper.product-slider-holder.has-navigation {
        width: 100% !important;
    }
}

.banners-row .carousel {
    max-width: 1418px;
    padding-left: 124px;
    padding-right: 124px;
}

.desktop .banners-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*Konkurenční výhody*/
.benefitBanner__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.benefitBanner.position--benefitHomepage {
    margin-top: 115px;
}

/*Info MSG*/
.site-msg.information {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    box-shadow: unset;
    opacity: 1;
    text-align: center;
    padding: 10px;
    border-radius: unset;
    background: #D42E11;
    z-index: 1003;
}

.site-msg,
.site-msg .close:before {
    color: #ffffff;
    transition: 0.3s;
}

@media (hover: hover) {
    .site-msg .close:hover:before {
        color: #5b5b5b;
        transition: 0.3s;
    }

    .site-msg.information:hover {
        scale: 1.01;
    }
}

.site-msg .close {
    cursor: pointer;
    font-size: 16px;
    height: 20px;
    line-height: 16px;
    margin-top: 0px;
    position: static;
    right: unset;
    top: unset;
    width: 20px;
}

.site-msg.information .text {
    max-width: fit-content;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.site-msg.information .text a {
    color: #ffffff;
}

.site-msg.information .text img {
    height: 24px;
    border-radius: 3px;
    margin-right: 35px;
}

.site-msg.information .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Top bar*/
.top-navigation-bar {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.top-navigation-bar .container {
    padding-left: 0px;
    padding-right: 0px;
}

.top-navigation-bar-menu li a {
    font-size: 12px;
}

.top-navigation-bar-menu li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d42e11;
    position: absolute !important;
    top: 12px;
    margin-left: -15px;
}

.top-navigation-bar-menu li:first-of-type a:before {
    content: none;
}

.dropdown-menu a,
.top-navigation-bar-menu a,
.top-navigation-tools a {
    padding: 0px 12px;
}

.top-navigation-bar-menu-helper a {
    padding: 5px 25px;
}

.dropdown-menu li a:before,
.languagesMenu ul li a:before,
.top-navigation-bar-menu-helper li a:before {
    background: #d42e11;
    border-color: #d42e11;
}

.top-navigation-bar .container>div.top-navigation-menu {
    flex: 1 1 calc(100% - 250px);
    height: 27px;
    display: flex;
    align-items: center;
}

.top-navigation-bar .container>div.top-navigation-tools {
    flex: 1 1 250px;
    height: 27px;
}

.top-navigation-bar .container>div.top-navigation-tools a {
    color: #000000;
    font-size: 12px;
}

.top-navigation-bar .container>div.top-navigation-tools a:not(:first-of-type) {
    border-left: 2px solid #d42e11;
}

.top-menu-trigger-visible .top-navigation-menu-trigger {
    height: 18px;
    width: 18px;
    padding: 0px;
    background-color: #d42e11;
    color: #ffffff !important;
    border-radius: 5px;
}

.top-navigation-menu-trigger:after {
    font-size: 8px;
    width: 20px;
}

/*Search*/
#header .search-input {
    background-color: #EBEBEB;
    border-radius: 5px;
}


@media (min-width: 768px) {
    .search-input-icon {
        font-size: 21px;
    }
}

.form-control {
    height: 42px;
}

/*Header*/
@media (min-width: 768px) {
    #header .navigation-buttons a[data-target=login] {
        display: block;
    }
}

@media (min-width: 480px) {
    #header .site-name a img {
        max-height: 65px;
    }
}

/*Header bottom*/
.header-bottom,
#navigation {
    background-color: #5B5B5B;
}

@media (min-width: 768px) {

    .navigation-in>ul>li.exp>a,
    .navigation-in>ul>li>a,
    .navigation-in>ul>li>a:hover {
        color: #ffffff;
    }
}

.navigation-in ul li a b {
    font-weight: 300;
}

.menu-helper>span {
    color: #ffffff;
    font-weight: 300;
}


@media (min-width: 768px) {
    .navigation-in>ul>li>a:hover {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }

    ul.menu-level-2>li:before {
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    width: 5000px !important;
    height: 100% !important;
    left: -2500px !important;
    background-color: #fff !important;
    z-index: -1 !important;
}
}

#navigation .navigation-in ul li:hover>a>b,
#navigation .navigation-in ul li:hover>a>span,
#navigation .navigation-in ul li:hover>div>a>span {
    text-decoration-thickness: 1px;
}

/*HP Fav category*/
.pw-fav-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.pw-fav-categories-wrapper .pw-categories {
    width: calc(100% / 6);
}

/*HP Footer banners*/
.pw-footer-banners-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.pw-footer-banners-wrapper .half-width-banner {
    width: 50%;
}


/*HP články*/
@media (min-width: 1200px) {
    .homepage-blog-wrapper .news-item {
        flex-basis: calc(100% / 3 - 10px);
        width: calc(100% / 3 - 10px);
    }
}

/*Footer*/
footer#footer .footer-rows .row.custom-footer>div {
    width: 20%;
}

/*Part 2*/
.admin-bar {
    z-index: 1111;
}

#cboxOverlay,
#colorbox {
    z-index: 1004;
}

.messages,
.user-action-login.popup-widget.login-widget,
.user-action-cart.popup-widget.cart-widget.loader-wrapper {
    z-index: 1005;
}

@media(max-width: 767px) {
    header#header {
        z-index: 1003;
    }

    .site-msg.information {
        z-index: 1002;
    }

    body.in-index .content-wrapper.container {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    header#header {
        z-index: 1003;
        position: relative;
    }

    .top-navigation-bar {
        z-index: 1004;
        position: relative;
    }
}

/*Search*/
@media (min-width: 768px) {

    #header .search-form:hover .search-input,
    #header .search-input:focus,
    .search-focused #header .search-input,
    .search-window-visible #header .search-input {
        background-color: #EBEBEB !important;
    }

    #header .header-top-wrapper .site-name,
    #header .header-top-wrapper>div {
        flex: 0 1 28%;
    }

    #header .header-top-wrapper>div.search {
        flex: 0 1 44% !important;
    }
}

#header .search-form .search-button {
    display: block;
    height: 42px;
    color: white;
    font-weight: 300;
    border-radius: 5px;
    width: 125px;
}

#header .navigation-buttons span.cart-price,
#header .navigation-buttons a[data-target=login] span {
    font-size: 12px;
}

/*Navigation buttons*/
@media (min-width: 768px) {
    #header .navigation-buttons a[data-target=cart] {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 15px
    }

    #header .navigation-buttons a {
        line-height: 20px;
        margin-left: 10px !important;
        height: fit-content;
    }

    #header .navigation-buttons .open>.dropdown-menu>li>a {
        margin-left: 0px !important;
        text-align: left;
        font-size: 16px;
    }

    #header .navigation-buttons .open>.dropdown-menu {
        min-width: 115px;
        left: -1px;
        top: 55px;
        border-color: #ededed;
        padding: 5px;
    }

    #header .navigation-buttons .dropdown-menu>li>a {
        padding: 5px 20px;
    }

    #header .navigation-buttons a[data-target=cart],
    #header .navigation-buttons a[data-target=login],
    #header .header-top-wrapper>div.navigation-buttons .dropdown {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border: 1px solid #ededed;
        border-radius: 5px;
        padding: 10px 5px !important;
        gap: 5px;
        width: 115px;
        height: 69px;
    }

    #header .navigation-buttons>a:before {
        width: 22px;
        height: 22px;
        font-size: 20px !important;
        line-height: 22px;
        margin-right: 0px !important;
    }

    #header .header-top-wrapper>div.navigation-buttons button#topNavigationDropdown {
        display: block !important;
        font-size: 12px;
        background: none;
        border: none;
        margin-left: 8px;
    }

    #header .header-top-wrapper>div.navigation-buttons>.dropdown>span {
        display: none;
    }

    #header .header-top-wrapper>div.navigation-buttons .dropdown {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

#header .navigation-buttons span.cart-price,
#header .navigation-buttons a[data-target=login] span {
    font-size: 12px;
    width: 100%;
}

#header .header-top-wrapper>div.navigation-buttons>.dropdown:before {
    content: "€";
    font-size: 22px;
    width: 100%;
    text-align: center;
    line-height: 1;
}

/*Navigation*/
.navigation-in {
    font-size: 16px;
}

@media (min-width: 768px) {
    .navigation-in>ul>li>a {
        padding-bottom: 16px;
        padding-top: 16px;
    }

    #navigation {
        height: 50px;
    }

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

    .submenu-arrow {
        font-size: 8px;
        padding-left: 8px;
    }

    /*#navigation,
    .navigation-in.menu,
    #header .header-bottom .container{
    		max-width: 1100px;
		}*/
}

/*Carousel*/
.pw-carousel-left {
    padding-right: 50px;
    padding-left: 25px;
}

.pw-carousel-right {
    padding-right: 25px;
    padding-left: 50px;
}

a.pw-carousel-button,
a.pw-top-banner-button {
    font-size: 16px;
    line-height: 18px;
    background-color: #d42e11;
    color: white;
    padding: 15px 40px;
    min-width: 150px !important;
    width: fit-content;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 30px !important;
}

a.pw-carousel-button,
a.pw-top-banner-button {
    transition: 0.3s;
}

@media (hover: hover) {

    .btn.btn-default:hover,
    a.btn.btn-default:hover,
    .carousel-control:hover:before,
    a.pw-carousel-button:hover,
    a.pw-top-banner-button:hover {
        background-color: #b81c00;
        border-color: #b81c00;
        transition: 0.3s;
    }
}

p.pw-carousel-text {
    color: #5B5B5B;
    margin-top: 20px !important;
}

span.h1.pw-carousel-heading {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
}

/*Popup widgets*/
@media(min-width: 768px) {


    .login-wrapper {
        padding-bottom: 5px;
    }
}

.login-wrapper button.btn.btn-secondary.btn-text.btn-login {
    color: #ffffff;
    background-color: #d42e11;
    border-color: #d42e11;
    border-radius: 5px;
}

.popup-widget h2 {
    font-weight: 500;
}

@media(hover: hover) {
    .login-wrapper button.btn.btn-secondary.btn-text.btn-login:hover {
        background-color: #b81c00;
        border-color: #b81c00;
    }
}

@media (min-width: 992px) {
    .admin-logged .popup-widget.login-widget {
        top: 175px;
    }

    .admin-logged .popup-widget.cart-widget {
        top: 175px;
    }

    .popup-widget.login-widget {
        top: 151px;
    }

    .scrolled .popup-widget.login-widget:before {
        right: 170px;
    }

    .popup-widget.cart-widget {
        top: 150px;
    }
}

.login-wrapper .password-helper a+a {
    padding-top: 0px;
}

.login-wrapper button.btn.btn-secondary.btn-text.btn-login {
    font-weight: 500;
}


@media (min-width: 768px) {
    #header .navigation-buttons a[data-target=cart] i {
        left: 55px;
        top: 20px;
    }
}

.cart-widget-bottom,
.quantity,
.quantity .decrease,
.quantity .increase,
.quantity .decrease:hover:before,
.quantity .increase:hover:before {
    border-radius: 5px;
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-widget-button a,
.cart-widget-button {
    border-radius: 5px;
}

@media (min-width: 992px) {
    .user-action-in .popup-widget .popup-widget-inner {
        border-radius: 5px !important;
    }
}

.quantity .decrease:hover:before,
.quantity .increase:hover:before {
    color: #ffffff;
}

div#cart-widget a#continue-order-button {
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
}

.cart-widget-product .cart-widget-product-name {
    font-size: 14px;
}

/*Top Banners*/
.row.banners-row>div .next-to-carousel-banners .banner-wrapper {
    padding: 20Px;
}

.banner-wrapper a img {
    border-radius: 5px;
}

button, textarea, input, select {
    border-radius: 5Px !important;
}

.banner-wrapper {
    position: relative;
    overflow: visible;
}

.pw-top-banner-right img {
    display: block;
    position: relative;
    margin-bottom: -70px;
    margin-top: -10px;
    margin-right: 0px !important;
    margin-left: auto;
    padding-left: 60px;
    scale: 1.1;
}

.pw-top-banner-left img {
    display: block;
    position: relative;
    margin-bottom: -180px;
    padding-right: 60px;
    margin-bottom: -100px;
    margin-top: -10px;
    margin-right: 0px !important;
    margin-left: auto;
    scale: 1.1;
}

.pw-top-banner-left {
    width: 60% !important;
}

.pw-top-banner-wrapper .h1 {
    font-size: 24px;
    font-weight: 500;
}

p.pw-top-banner-text {
    margin-top: 10px !important;
}

/*Part*/
.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover {
    color: #ffffff;
}

/*Search*/
.searchWhisperer {
    margin-top: 15px;
    border-radius: 5px;
}

/*Navigation*/
.navigation-in>ul>li>a {
    max-height: 50px;
    display: flex;
}

@media (min-width: 768px) {
    #navigation .menu-level-2 {
        padding-bottom: 40px !important;
    }
}

/*Konkurenční výhody*/
.benefitBanner__item {
    align-items: flex-start;
}

.benefitBanner__item:not(:first-of-type) {
    border-left: 1px solid #EBEBEB;
}

.benefitBanner__item {
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-top: 35px;
}

.benefitBanner__data {
    margin-top: 10px;
    color: #5B5B5B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
}

.benefitBanner__item {
    margin-bottom: 0px;
}

/*HomePage*/
.homepage-group-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0px;
    margin-top: 106px;
}

.benefitBanner.position--benefitHomepage {
    margin-bottom: 0px;
}

/*Products*/
.products-block>div .p {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 45px;
}

.products-block>div:hover {
    box-shadow: none;
}

.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
    color: #ffffff;
}

.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
    color: #eacf60;
}

.products-block>div .p .p-in .p-in-in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.products-block>div .p .p-code {
    top: unset;
    bottom: 10px;
}

.p-code {
    color: #000000;
    font-weight: 200;
}

.p-code>span {
    font-weight: 400;
}

.products-block>div .p {
    text-align: left;
}

.products-block .p .name,
.products-block>div .p .p-bottom {
    padding: 0px;
}

.products-block>div .p .p-bottom {
    margin-top: 25px;
}

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

.products-block>div .p .p-bottom>div .prices,
.products-block>div .p .p-bottom>div .p-tools {
    width: 50%;
}

.products-block>div .p .p-bottom>div .p-tools {
    padding: 0px;
    justify-content: flex-start;
}

.products-block>div .p .p-bottom .p-desc {
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
}

.products-block>div .p .p-bottom>div .prices {
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.products-block>div .p .p-bottom>div .prices .price-standard {
    font-size: 16px;
    margin-left: 0px;
}

.products-block>div .p .p-bottom>div .p-tools .btn,
.products-block>div .p .p-bottom>div .p-tools .btn.btn-cart {
    font-size: 16px;
    line-height: 18px !important;
    padding: 12px 22px;
    width: fit-content;
    max-width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 0px !important;
}

.products-block .p-bottom .price-additional,
.products-block .p-bottom .price-save,
.products-block .p-bottom .price-standard-wrapper {
    font-size: 12px;
}

.products-block .p-bottom .price-save {
    height: 22px;
    display: flex;
    align-items: center;
}

.products-block>div .p .p-bottom>div .prices,
.products-block>div .p .p-bottom>div .p-tools {
    height: 80px;
}

.products-block>div .p .name {
    font-weight: 400;
    font-size: 20px;
    height: 53px !important;
}

.products-block>div .p .p-bottom>div .prices .price-final,
.products-block .p-bottom .pr-list-unit {
    font-size: 24px;
}

.products-block>div .p .flags.flags-extra {
    bottom: unset;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 1;
}

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

.flags-extra .flag .price-standard {
    margin-right: 0px !important;
    margin-bottom: 2px;
}

.products-block>div .p .availability {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    width: 100%;
}

.product-slider-holder .product-slider-pagination .pagination-button {
    width: 50px;
}

.product-slider-holder .product-slider-pagination .pagination-button.active,
.product-slider-holder .product-slider-pagination .pagination-button:hover {
    background-color: #000000;
}

.product-slider-holder .product-slider-pagination .pagination-button,
.product-slider-holder .product-slider-pagination .pagination-button:hover {
    transition: 0.3s;
}

/*Oblíbené kategorie*/
.row.banners-content.body-banners {
    margin-top: 41px !important;
}

.pw-fav-categories-wrapper {
    margin-top: 40px;
    gap: 14px;
}

.row.banners-content.body-banners .col-sm-12 {
    padding: 0px !important;
}

.pw-category-bottom {
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 20px 5px;
    text-align: center;
}

.pw-category-bottom span.h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.pw-fav-categories-wrapper .pw-categories {
    width: calc((100% - (5 * 14px)) / 6);
    transition: 0.3s;
}

.product-slider-holder .product-slider-navigation {
    opacity: 1;
}

.product-slider-holder.has-navigation {
    padding-left: 52px;
    padding-right: 52px;
}

.product-slider-holder .product-slider-navigation {
    border-radius: 5px;
    background-color: #000000;
    border-color: #000000;
    font-size: 20px;
    height: 52px;
    line-height: 50px;
    width: 52px;
}

.product-slider-holder .product-slider-navigation:before {
    color: #ffffff;
    height: 52px;
    width: 52px;
    transition: 0.3s;
}

@media(max-width: 767px) {
    .banner-rating.row.container-narrow .vote-wrap {
        border-left: none !important;
    }

    .product-slider-holder .product-slider-navigation:before {
        font-size: 17px !important;
    }

    .product-slider-holder .product-slider-navigation:before,
    .product-slider-holder .product-slider-navigation:hover:before {
        color: #000000 !important;
    }

    .product-slider-holder.has-navigation .product-slider-navigation.navigation-prev {
        left: unset !important;
        right: 50px;
    }

    .product-slider-holder .product-slider-navigation {
        top: -15px !important;
    }

    .products-wrapper.product-slider-holder.has-navigation {
        overflow: unset !important;
    }

    .product-slider-holder .product-slider-pagination {
        margin-top: 20px;
    }

    .product-slider-holder .product-slider-navigation,
    .product-slider-holder .product-slider-navigation:before,
    .product-slider-holder .product-slider-navigation:hover,
    .news-carousel-container .owl-prev:hover,
    .news-carousel-container .owl-next:hover {
        background-color: transparent !important;
    }
}

.product-slider-holder .product-slider-navigation:hover:before {
    color: #ffffff;
}

.product-slider-holder .product-slider-navigation:hover,
.news-carousel-container .owl-prev:hover,
.news-carousel-container .owl-next:hover {
    background-color: #b81c00;
    border-color: #b81c00;
    transition: 0.3s;
}

.news-carousel-container .owl-prev:hover,
.news-carousel-container .owl-next:hover {
    background-color: #b81c00 !important;
}

.pw-fav-categories-wrapper .pw-categories:hover {
    scale: 1.05;
    transition: 0.3s;
}

/*Welcome*/
.welcome-wrapper {
    margin-top: 40px !important;
}

.in-index .welcome-wrapper {
    position: relative;
    width: 1418px;
    margin: 0 auto;
    /*margin-bottom: 160px;*/
    margin-bottom: calc(160px + 250px);
    /*height: calc(1378px * (754 / 1923));*/
    height: calc(1923px * (754 / 1923));
}

.in-index .welcome-wrapper .welcome {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    padding: 115px 15%;
    /*bottom: 0px;*/
    bottom: -250px;
    text-align: center;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}

.in-index .welcome-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    /*height: 100%;*/
    /*height: calc(1378px * (754 / 1923));*/
    height: calc(1923px * (754 / 1923));
    transform: translateX(-50%);
    background-image: url("/user/documents/upload/welcome/welcome.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.welcome h1 {
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
}

.welcome p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

/*Part 3*/
/*Footer Banners*/
.footer-banners {
    max-width: 100%;
}

.pw-footer-banners-wrapper {
    gap: 15px;
}

.pw-footer-banners-wrapper .half-width-banner {
    width: calc(50% - 15px / 2);
    margin-bottom: 0px;
}

.pw-footer-banners-wrapper .full-width-banner.banner {
    margin-bottom: 0px;
}

.pw-footer-banners-wrapper .banner * {
    color: #ffffff;
}

.pw-footer-banners-wrapper .banner h2 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 400;
    margin-top: 0px;
}

.pw-footer-banners-wrapper .banner p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
}

.pw-footer-banners-wrapper .full-width-banner .banner-content {
    display: flex;
}

.pw-footer-banners-wrapper .full-width-banner.banner h2 {
    width: 55% !important;
    margin-bottom: 0px;
}

.pw-footer-banners-wrapper .full-width-banner.banner a {
    width: 180px;
    margin-top: 0px !important;
}

.pw-footer-banners-wrapper .full-width-banner.banner p {
    width: calc(45% - 140px);
    padding-left: 40px;
    margin-bottom: 0px !important;
}

.pw-footer-banners-wrapper .banner#banner01 {
    background-image: url("/user/documents/upload/footer-banners/half-width-banner-1.png");
}

.pw-footer-banners-wrapper .banner#banner02 {
    background-image: url("/user/documents/upload/footer-banners/half-width-banner-2.png");
}

.pw-footer-banners-wrapper .banner#banner03 {
    background-image: url("/user/documents/upload/footer-banners/full-width-banner.png");
    width: 100%;
}

.pw-footer-banners-wrapper .banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.pw-footer-banners-wrapper .banner>* {
    z-index: 1;
}

.pw-footer-banners-wrapper .banner p {
    margin-bottom: 0px !important;
}

.pw-footer-banners-wrapper .banner {
    background: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.pw-footer-banners-wrapper .banner .left {
    width: calc(100% - 180px);
    padding-right: 40px;
}

.pw-footer-banners-wrapper .banner .right {
    width: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.pw-footer-banners-wrapper .half-width-banner.banner {
    padding: 80px 62px 56px 80px;
    display: flex;
    flex-wrap: wrap;
}

.pw-footer-banners-wrapper .full-width-banner.banner {
    padding: 40px 80px;
    display: flex;
    align-items: center;
}

.pw-footer-banners-wrapper .banner a.btn {
    font-size: 16px;
    line-height: 18px;
    background-color: #d42e11;
    border-color: #d42e11;
    color: white;
    padding: 15px 40px;
    min-width: 150px !important;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-weight: 500;
    /* margin-top: 30px; */
    margin-top: 0px;
    transition: 0.3s;
}

.pw-footer-banners-wrapper .banner a.btn:hover {
    background-color: #b81c00;
    border-color: #b81c00;
    transition: 0.3s;
}

/*HP Blog*/
.blog-wrapper .homepage-group-title {
    margin-top: calc(44px + 85px);
    margin-bottom: 20px;
}

.in-index main#content .container-narrow {
    width: 100%;
}

.blog-wrapper .news-item .image,
.blog-wrapper .news-item .image img {
    border-radius: 5px;
}

.homepage-blog-wrapper .news-item {
    /*border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 0px;*/
    padding: 7px !important;
}

.homepage-blog-wrapper .news-item a {
    height: 100% !important;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    width: 100%;

    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 0px;
}

.homepage-blog-wrapper {
    gap: 15px;
    max-width: 100%;
    justify-content: space-between;
}

.homepage-blog-wrapper.row.blog-wrapper:before,
.homepage-blog-wrapper.row.blog-wrapper:after {
    content: none;
}

@media (min-width: 768px) {
    .news-item .image {
        margin-right: 0px;
    }

    .homepage-blog-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

.homepage-blog-wrapper .news-item .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    margin-top: 0px;
}

.news-item .text {
    padding: 20px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
}

.blog-wrapper .news-item .read-article {
    display: block;
}

.blog-wrapper .news-item .read-article:after {
    content: "\e90c";
    font-family: shoptet;
    font-size: 12px;
}

.homepage-blog-wrapper .news-item .blog-category {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    height: 28px !important;
}

.homepage-blog-wrapper .news-item .title {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
    width: 100%;
}

.blog-wrapper .news-item .description {
    color: #7C7C7C;
    font-size: 14px;
    line-height: 20px;
    margin-top: 35px;
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
}

.blog-wrapper .news-item .read-article {
    width: 50%;
    color: #D42E11;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    transition: 0.3s;
}

.blog-wrapper .news-item .read-article:hover {
    transition: 0.3s;
    gap: 12px;
}

.blog-wrapper .news-item .blog-date {
    width: 50%;
    text-align: right;
    color: #000000;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
}

.blog-wrapper {
    align-items: unset !important;
}

/*Recenze*/
.banner-rating.row.container-narrow {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 40px;
    padding-bottom: 55px;
    padding-left: 50px;
    padding-right: 50px;
}

.ratings__header,
.rate-items.ratings-banner {
    width: 50% !important;
}

.ratings__header {
    display: flex;
    flex-wrap: wrap;
}

.banner-rating.row.container-narrow .homepage-group-title.h4 {
    width: 100%;
    margin-bottom: 50px;
}

.ratings__header .header-left {
    width: 240px;
}

.ratings__header .header-right {
    width: calc(100% - 240px);
}

.ratings__header .ratings__header-text {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ratings__header .ratings__header-text span.rate-average {
    font-size: 100px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}

.rating-wrapper-pw .show-more-wrapper a.show-more {
    background-color: #d42e11;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}

.rating-wrapper-pw {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ratings__header .header-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 50px;
}

/*Footer newsletter*/
.footer-newsletter-wrapper {
    background-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 70px;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
    margin-top: -100px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}

/*Footer*/
#footer {
    margin-top: 200px
}

#footer,
.footer-bottom {
    background-color: #EBEBEB;
}



body.type-category .products-inline.products-top {
    flex-direction: column;
}


@media (min-width: 1200px) {
    body.type-category .products-top.products-inline>div {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    body.type-category .products-inline>div .p .p-in {
        align-items: center;
        display: flex !important;
        flex-direction: row;
    }
}

body.type-category div#productsTop {
    background: #FAFAFA;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0 !important;
}

body.type-category div#productsTop h4 {
    margin-left: 10px;
}



body.type-category .products-inline.products-top>div .p .p-in .p-bottom>div {
    align-items: flex-end;
    text-align: right;
}


body.type-category span.availability-amount {
    display: none;
}

body.type-category div#productsTop a.name span {
    color: black !important;
    font-size: 13Px !important;
}


body.type-category div#productsTop .availability {
    margin-top: 5Px !important;
}


body.type-category div#productsTop a.image {
    border: 1Px solid #E4E4E4;
    border-radius: 5px;
}


body.type-category div#productsTop a.image img {
    border-radius: 5Px;
}


body.type-category div#productsTop div.product .p {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15Px;
    width: 100%;
}

body.type-category div#productsTop .availability span::before {
    content: url("/user/documents/pw/icon/package-check.svg");
}

body.type-category div#productsTop .availability span {
    font-size: 13px !important;
}


body.type-category div#productsTop .products-inline>div .p .price strong {
    font-size: 14px;
}


body.type-category aside.sidebar.sidebar-left .banner a,
aside.sidebar.sidebar-left .banner img {
    width: 400Px !important;
}


.in-vyhladavanie .sidebar {
    display: none;
}

@media (min-width: 768px) {

    .aside-indented .breadcrumbs,
    .aside-indented .category-top {
        max-width: 100%;
    }
}



@media(min-width: 520px) and (max-width: 767Px) {
    .carousel-control.right:before {
        top: 300px !important;
    }

    .carousel-control.left:before {
        top: 300px !important;
    }
}


@media (max-width: 767px) {
    .pw-footer-banners-wrapper .half-width-banner {
        width: 100% !important;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner {
        padding: 40px 80px;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner {
        padding: 40px;
        align-items: start;
        flex-direction: column;
        text-align: left;
        padding: 80px 40px;
        gap: 38px;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner h2 {
        width: 100% !important;
        margin-bottom: 0px;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner p {
        width: 100%;
        padding-left: 0 !important;
        margin-bottom: 0px !important;
    }

    .news-carousel-container .owl-prev {
        left: -15px !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .news-carousel-container .owl-next {
        right: 5Px !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .news-carousel-container .owl-prev,
    .news-carousel-container .owl-next {
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .pw-footer-banners-wrapper .banner .left {
        width: unset !important;
    }

    .pw-footer-banners-wrapper .banner .right {
        width: fit-content;
        display: flex;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        margin-top: 30px !important;

    }

    .pw-footer-banners-wrapper .half-width-banner.banner {
        padding: 80px 40px;
    }

    .news-carousel-container .owl-prev,
    .news-carousel-container .owl-next {
        width: 42px !important;
        height: 42px !important;
    }

    /* .in-index .welcome-wrapper::before,
    .homepage-group-title {
        display: none;
    } */

    .in-index .welcome-wrapper .welcome {
        padding: 0 !important;
        bottom: 0 !important;
        border: none !important;
    }

    .homepage-blog-wrapper.row.blog-wrapper {
        padding-top: 120px;
    }

    .in-index .welcome-wrapper {
        margin-bottom: 80px;
        height: 100% !important;
        padding: 0 10px !important;
    }

    .in-index .welcome-wrapper .welcome {
        position: relative !important;
    }

    .in-index .products-block>div .p {
        padding: 0 !important;
        border: none !important;
    }

    .products-block>div .p .name {
        font-weight: 400;
        font-size: 14px !important;
        height: max-content !important;
    }

    .in-index .welcome-wrapper::before {
        display: none !important;
    }

    .pw-fav-categories-wrapper .pw-categories {
        width: calc(50% - 7px);
        padding: 10px;
        transition: 0.3s;
    }


    .pw-fav-categories-wrapper {
        margin-bottom: 60px;
    }

    .pw-carousel-wrapper,
    .pw-top-banner-wrapper {
        flex-direction: column;
    }

    .pw-top-banner-wrapper {
        flex-direction: column-reverse !important;
    }

    .pw-top-banner-left {
        text-align: center;
    }

    a.pw-top-banner-button {
        width: 100% !important;
    }



    .pw-carousel-wrapper .pw-carousel-left,
    .pw-carousel-wrapper .pw-carousel-right,
    .pw-top-banner-wrapper .pw-top-banner-left,
    .pw-top-banner-wrapper .pw-top-banner-right {
        width: 100%;
    }

    .banners-row .carousel {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pw-carousel-right {
        padding-bottom: 40px;
    }

    .welcome h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 38px;
    }

    span.h1.pw-carousel-heading {
        font-size: 28Px;
    }

    .carousel-control.right:before {
        right: -10px;
        top: 255px;
    }



    .carousel-control.left:before {
        left: -10px;
        top: 255px;
    }

    .pw-carousel-right>span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pw-carousel-right {
        padding-right: 25px !important;
        padding-left: 25px !important;
        margin: 20px;
    }

    .row.banners-row>div .next-to-carousel-banners {
        flex-direction: column;
    }

    .row.banners-row>div .next-to-carousel-banners .banner-wrapper {
        width: 100% !important;
    }

    .row.banners-row>div .next-to-carousel-banners .banner-wrapper {
        padding: 40px 30px;
    }

    .pw-top-banner-left {
        width: 100% !important;
    }

    .pw-top-banner-right img {
        display: block;
        position: relative;
        margin-bottom: 20px;
        margin-top: -60px;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 0 !important;
        scale: 1;
        width: 220px;
    }

    div.next-to-carousel-banners div.banner-wrapper:nth-child(2) .pw-top-banner-wrapper {
        flex-direction: column !important;
    }

    .pw-top-banner-right {
        text-align: center;
    }

    .banners-row .banner-wrapper {
        margin-top: 30px;
    }

    .pw-top-banner-left img {
        display: block;
        position: relative;
        margin-bottom: 20px;
        margin-top: -60px;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 0 !important;
        scale: 1;
        width: 220px;
        padding-right: 0 !important;
    }

    div.pw-top-banner-wrapper:nth-child(2) {
        margin-bottom: 60px !important;
    }

    span[data-ec-promo-id="39"] div.pw-top-banner-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .benefitBanner.position--benefitHomepage {
        margin-top: 60px;
    }


    .benefitBanner__item {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .product-slider-holder.has-navigation {
        padding-top: 60px;
    }

    .in-index .content-wrapper.container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .homepage-blog-wrapper .news-item {
        padding: 0 !important;
    }

}



@media (min-width: 768px) and (max-width: 1199px) {
    .pw-fav-categories-wrapper .pw-categories {
        width: calc(33% - 7px);
        margin-bottom: 30px;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner a {
    width: auto !important;
    margin-top: 0px !important;
}

    .welcome-wrapper {
        margin-top: 0 !important;
    }

    .pw-footer-banners-wrapper {
        flex-direction: column;
    }

    .pw-footer-banners-wrapper .half-width-banner {
        width: 100% !important;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner {
        flex-direction: column;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner h2 {
        width: 100% !important;
        margin-bottom: 0px;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner p {
        width: 60%;
        padding-left: 0;
        margin-bottom: 0px !important;
        padding-top: 38px;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner {
        padding: 80px 62px 56px 80px;
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner .pw-footer-banners-wrapper .banner a.btn {
        padding-top: 30px !important;
    }

    .pw-footer-banners-wrapper .full-width-banner.banner a {
        margin-top: 20px !important;
        order: 3;
    }

    .row.banners-row>div .next-to-carousel-banners {
        flex-direction: column;
    }

    .row.banners-row>div .next-to-carousel-banners .banner-wrapper {
        width: 100% !important;
        border-radius: 5px;
    }

    .row.banners-row>div .next-to-carousel-banners {
        display: flex;
        flex-wrap: wrap;
        gap: 80px !important;
        flex-direction: column !important;
        padding: 0 40px;
        margin-top: 30px !important;
    }

    .banners-row .carousel {
        max-width: 100% !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding: 40px 50px !important;
    }

    .carousel-control.right:before {
        right: -35px !important;
    }

    .carousel-control.left:before {
        left: -35px !important;
    }

    .benefitBanner__item {
        flex: 1 1 50% !important;
    }
}


@media(min-width: 768px) and (max-width: 991px) {

    #header .header-top-wrapper .site-name,
    #header .header-top-wrapper>div {
        flex: 0 1 20% !important;
    }

    #header .header-top-wrapper>div.search {
        flex: 0 1 40% !important;
    }


    #header .navigation-buttons a[data-target=cart],
    #header .navigation-buttons a[data-target=login],
        #header .navigation-buttons a.top-nav-button-account,
    #header .header-top-wrapper>div.navigation-buttons .dropdown {
        width: 75px !important;
        height: 69px;
    }
}


@media(min-width: 992px) and (max-width:1439px) {

    #header .header-top-wrapper .site-name,
    #header .header-top-wrapper>div {
        flex: 0 1 20% !important;
    }

    #header .header-top-wrapper>div.search {
        flex: 0 1 40% !important;
    }


    #header .navigation-buttons a[data-target=cart],
    #header .navigation-buttons a[data-target=login],
    #header .header-top-wrapper>div.navigation-buttons .dropdown {
        width: 75px !important;
        height: 69px;
    }
}



:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type=checkbox].focus-visible+label,
input[type=checkbox]:focus-visible+label,
input[type=radio].focus-visible+label,
input[type=radio]:focus-visible+label,
select:focus-visible,
textarea:focus-visible {
    box-shadow: none !important;
    outline: none !important;
    outline-offset: 0;
}



#header .navigation-buttons a[data-target=login]:hover,
#header .header-top-wrapper>div.navigation-buttons .dropdown:hover {
    background-color: transparent;
    color: var(--_color-header-link);
}

@media (min-width: 768px) {
    #header .navigation-buttons>a.top-nav-button-account:before {
        width: 22px;
        height: 22px;
        font-size: 20px !important;
        line-height: 22px;
        margin-right: 0px !important;
    }
}

#header .navigation-buttons>a.top-nav-button-account:before {
    content: "\e922";
}

#header .navigation-buttons>a.top-nav-button-account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 10px 5px !important;
    gap: 5px;
    flex-direction: column;
    width: 115px;
    height: 69px;
    color: black;
}

#header .navigation-buttons>a.top-nav-button-account:hover {
    background-color: transparent;
    color: var(--_color-header-link);
}

@media (min-width: 992px) and (max-width: 1439px) {
    #header .navigation-buttons>a.top-nav-button-account {
        width: 75px !important;
        height: 69px;
    }
}


#header .navigation-buttons>a.top-nav-button-account span {
    font-size: 12px;
}


.breadcrumbs.navigation-home-icon-wrapper {
    margin-left: 0 !important;
}


.p-to-cart-block .p-final-price-wrapper {
    width: 100% !important;
    margin-bottom: 15px !important;
}

.breadcrumbs.navigation-home-icon-wrapper {
    margin-left: 0 !important;
}

.type-product .p-short-description {
    font-size: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 24px;
}

.type-product .p-detail-inner-header h1 {
    margin-bottom: 10px;
}



.type-product span.availability-amount {
    color: #3c8410;
}

span.availability-label:before {
    font-family: "shoptet";
    content: "\e913";
    margin-right: 5px
}

.shipping-options {
    font-size: 14px;
    font-weight: 900;
    color: #e31e53 !important;
    text-decoration: underline !important;
}


.shipping-options::before {
    content: '\e92e';
    font-family: "shoptet";
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 20px;
}


.p-to-cart-block {
    background-color: transparent;
    padding: 5px 0;
}


span.availability-label,
span.availability-amount {
    font-weight: 900;
}


.msg.msg-notice,
.msg.msg-success {
    background-color: #d42e11;
    border-color: #d42e11;
    color: #fff
}

@media(max-width: 668px) {
    .benefitBanner__item {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 840px) {
    .news-carousel-container .owl-next {
        right: -2rem !important;
    }

    .news-carousel-container .owl-prev {
        left: -1.5em !important;
    }
}


@media (min-width: 440px) and (max-width: 767px) {
    body.mobile .row.custom-footer.elements-6 {
        flex-direction: unset !important;
    }

    body.mobile footer#footer .footer-rows .custom-footer>div {
        width: 50% !important;
    }

    body.mobile footer#footer .footer-rows .custom-footer>div:nth-of-type(5) {
        width: 50% !important;
    }

    body.mobile footer#footer .footer-rows .custom-footer>div {
        width: 50% !important;
    }
}





@media (min-width: 768px) {

    ul.menu-level-1 li.menu-item-20823 a {
        padding-left: 0 !important;
    }

    .breadcrumbs.navigation-home-icon-wrapper {
        padding-left: 0 !important;
    }
}

@media (max-width: 1199px) {
    body.type-page .content-wrapper-in {
        padding: 0 10px !important;
    }

    .breadcrumbs.navigation-home-icon-wrapper {
        padding-left: 0 !important;
        margin-bottom: 10px;
        margin-top: 10px !important;
    }
}



@media (max-width: 768px) {

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }


    td {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 0;
    }

    td:first-child {
        display: none;
    }

    td a {
        flex: 1;
    }

    td audio {
        flex: 1;
    }
}


@media (max-width: 768px) {
    div.udaje-grid {
        display: flex;
        gap: 80Px;
        align-items: start;
        margin: 20px 0;
        flex-direction: column;
    }
}

button.add-to-cart-button {
    background: #56be10 !important;
    border: none !important;
}


button.add-to-cart-button:hover {
    background-color: #b81c00 !important;

}


.ordering-process .banner-rating.row.container-narrow {
    display: none !important;
}


@media (max-width: 767px) {
    .ordering-process td.p-name {
        display: flex;
        flex-direction: column;
    }

    .ordering-process td .availability-label {
        padding-left: 3px !important;
        padding-right: 0;
    }

    .ordering-process .cart-table tr>td.p-name {
        padding-left: 8Px !important;
    }

    .ordering-process .cart-table .inline.delete-cart-item .remove-item:before {
        font-size: 15px !important;
    }

    .ordering-process .cart-table .p-name div {
        padding-top: 0;
    }

    .ordering-process td.p-price.p-cell {
        justify-content: flex-start !important;
    }

    .ordering-process strong.price-final {
        margin: 0;
    }

    .ordering-process td.p-price.p-cell {
        width: fit-content !important;
    }

    .ordering-process td.p-total {
        width: fit-content !important;
    }

    .ordering-process td.p-quantity.p-cell {
        justify-content: space-around !important;
    }

}

.in-hodnotenie-obchodu aside.sidebar.sidebar-left {
    display: none;
}


.in-hodnotenie-obchodu .banner-rating.row.container-narrow {
    display: none !important;
}


.id--51 #content #ratingWrapper~.votes-wrap.simple-vote {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: unset;
}


@media (min-width: 1200px) {

    .multiple-columns-body.id--51 #content #ratingWrapper~.votes-wrap:not(.admin-response)>.vote-wrap,
    .shoptetak-pearl #content #ratingWrapper~.votes-wrap .vote-wrap {
        width: calc(100% / 4 - 7.5px * 2);
    }
}

@media (min-width: 1200px) {

    .id--51 #content #ratingWrapper~.votes-wrap:not(.admin-response)>.vote-wrap,
    #hodnoceniobchodu .vote-wrap {
        width: calc(25% - 7.5px * 2);
    }
}


#hodnoceniobchodu .vote-wrap:not(.admin-response .vote-wrap),
.id--51 #content .vote-wrap:not(.admin-response .vote-wrap),
.template-14.id--51 .rate-wrapper:not(.admin-response .vote-wrap) {
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
    border-width: 0 !important;
    border-style: solid;
    border-radius: 8px !important;
}

#hodnoceniobchodu .vote-wrap,
.id--51 #content #ratingWrapper~.votes-wrap .vote-wrap {
    display: block !important;
    border: none;
    padding: 15px !important;
    border-radius: 8px;
    margin: 7.5px;
    text-align: left;
}

.id--51 #content #ratingWrapper~.votes-wrap .vote-wrap {
    margin: 7.5px 0 !important;
    flex-basis: unset !important;
}


.rate-wrapper.unveil-wrapper .rate-wrap {
    display: flex;
}


.rate-wrapper.unveil-wrapper .rate-average-wrap {
    line-height: 1;
    background-color: #fff;
    padding: 24px;
    width: 240px;
    text-align: center;
}

#ratingWrapper>.row>div:not(.rate-average-wrap) {
    padding-left: 52px;
    max-width: 586px;
    width: 100%;
    padding-right: 40px;
}


@media (min-width: 480px) {
    .rate-wrapper.unveil-wrapper .rate-average-inner {
        flex-direction: column;
        align-items: center;
    }
}


.rate-wrapper.unveil-wrapper .rate-average {
    font-size: 48px;
    font-weight: bold;
    color: #24242E;
    margin-bottom: 18px;
    display: block;
}

span.stars-label {
    font-size: 14px;
}


.rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
    display: block;
    margin: 0 auto 15px auto;
}

.rate-average-wrap .stars {
    height: 28px;
}


.content-wrapper #content a:not(.btn):not(.cart-count):not(.pagination-link) {
    text-decoration: none;
}

.rate-average-wrap .stars a,
.rate-average-wrap .stars span {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.stars .star {
    color: #A3A3A3;
}


.stars .star.star-on::before,
.stars .star.star-half::before {
    color: #F6C546;
}



.rate-wrapper.unveil-wrapper .rate-list {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}


.rate-wrapper.unveil-wrapper .rate-list .stars {
    height: 18px;
}

.rate-wrapper.unveil-wrapper .rate-star {
    margin-right: 10px;
    width: auto;
    display: flex;
    align-items: center;
}



.rate-wrapper.unveil-wrapper .rate-list:first-child .star {
    background-image: url(https://cdn.myshoptet.com/usr/252557.myshoptet.com/user/documents/upload/Blank/Images/5stars.svg);
}

.rate-wrapper.unveil-wrapper .rate-list:nth-child(2) .star {
    background-image: url(https://cdn.myshoptet.com/usr/252557.myshoptet.com/user/documents/upload/Blank/Images/4stars.svg);

}

.rate-wrapper.unveil-wrapper .rate-list:nth-child(3) .star {
    background-image: url(https://cdn.myshoptet.com/usr/252557.myshoptet.com/user/documents/upload/Blank/Images/3stars.svg);
}


.rate-wrapper.unveil-wrapper .rate-list:nth-child(4) .star {
    background-image: url(https://cdn.myshoptet.com/usr/252557.myshoptet.com/user/documents/upload/Blank/Images/2stars.svg);
}


.rate-wrapper.unveil-wrapper .rate-list:nth-child(5) .star {
    background-image: url(https://cdn.myshoptet.com/usr/252557.myshoptet.com/user/documents/upload/Blank/Images/1stars.svg);
}

.rate-wrapper.unveil-wrapper .rate-list .star {
    width: 88px;
    height: 16px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.stars .star {
    color: #A3A3A3;
}

.stars a.star-off:before,
.stars span.star-off:before {
    content: "\e91b";
    display: none;
}

.rate-wrapper.unveil-wrapper .rate-value {
    display: none;
}


@media (min-width: 480px) {
    .rate-wrapper.unveil-wrapper .rate-average-inner+.add-comment {
        margin-top: 40px;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}


@media (max-width: 1200px) {

    .id--51 #content #ratingWrapper~.votes-wrap:not(.admin-response)>.vote-wrap,
    #hodnoceniobchodu .vote-wrap,
    .shoptetak-pearl #content #ratingWrapper~.votes-wrap .vote-wrap {
        width: calc(50% - 7.5px * 2) !important;
    }
}

@media (max-width: 767px) {

    .id--51 #content #ratingWrapper~.votes-wrap:not(.admin-response)>.vote-wrap,
    #hodnoceniobchodu .vote-wrap,
    .shoptetak-pearl #content #ratingWrapper~.votes-wrap .vote-wrap {
        width: calc(100% - 7.5px * 2) !important;
    }

    .rate-wrapper.unveil-wrapper .rate-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rate-wrapper.unveil-wrapper .rate-average-inner+.add-comment {
        margin-top: 0 !important;
    }

    .ratings__header .header-left {
        gap: 30px;
    }

    .ratings__header .ratings__header-text span.rate-average {
        font-size: 60px;
    }

    .footer-newsletter-wrapper .btn.btn-arrow-right:before {
        content: "\e90c" !important;
        color: white;
        font-size: 14px;
        font-family: "shoptet" !important;
    }

    .footer-newsletter-wrapper .compact-form .btn {
        padding: 5px 20px !important;
    }

    .footer-newsletter-wrapper .form-control {
        font-size: 12px !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .ratings__header .header-left {
        gap: 40px;
    }

    .ratings__header .ratings__header-text span.rate-average {
        font-size: 80px;
    }
}


@media(min-width: 768px) {
    .footer-newsletter-wrapper .btn.btn-arrow-right:before {
        content: "Odoberať";
        color: white;
        font-size: 14px;
        font-family: Aspekta !important;
    }
}


@media (min-width: 321px) and (max-width: 767px) {
    .columns-mobile-2 .products-block>div {
        margin-bottom: 0 !important;
    }
}


@media screen and (max-width: 767px) {
    .products-block .p .flags-default {
        top: -28px;
    }
}

.products-block .p .flags-default {
    position: absolute;
    left: -8px;
    top: -16px;
}

.flag {
    color: #fff !important;
}

.flag {
    float: left !important;
    clear: left !important;
    width: auto !important;
    margin-bottom: 4px !important;
    padding: 9.5px 12px !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
    text-transform: none !important;
    display: inline-block !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transition: opacity 0.3s ease-out !important;
    -o-transition: opacity 0.3s ease-out !important;
    transition: opacity 0.3s ease-out !important;
}


.subcategories li a .text {
    line-height: 20px !important;
}

@media screen and (max-width: 767px) {
    .flag {
        font-size: 12px !important;
        padding: 5.5px 8px !important;
    }
}

@media screen and (max-width: 767px) {
    .products-block .p .flags-default {
        top: -28px !important;
    }
}

.products-block .p .flags-default {
    position: absolute !important;
    left: -20px !important;
    top: -16px !important;
}

.flags.flags-default {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.price-save {
    color: white;
}

span.price-standard>span>strong {
    display: none;
}

@media (min-width: 321px) and (max-width: 767px) {
    .columns-mobile-2 .products-block>div .flags-extra .flag {
        min-width: 0 !important
    }

    body.type-category .custom-top-category img {
        display: none;
    }

    .top-category-links {
        display: none;
    }

    .top-category-links {
        display: none !important;
    }

    body.type-category .subcategories {
        gap: 15Px;
        padding-top: 0 !important;
    }
}

span.flag {
    margin: 0 !important;
    height: fit-content !important;
    border-top-right-radius: 5Px !important;
    border-bottom-right-radius: 5Px !important;
}


.type-product .flag {
    border-radius: 5px !important;
}

body.type-category div#productsTop .product:nth-of-type(n+4) {
    display: none;
}


div#productsTop .button-wrapper {
    display: none;
}


.btn.btn-default,
a.btn.btn-default {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: white;
}


.btn.btn-default:hover,
a.btn.btn-default:hover {
    color: white !important;
}

.p-bottom .p-tools {
    width: fit-content !important;
    margin-left: auto;
}

.products-block>div .p .p-bottom>div .prices .price-final,
.products-block .p-bottom .pr-list-unit {
    font-size: 20px !important;
}


.products-inline.products-top>div .p .image {
    min-height: 70px !important;
    width: 70px !important;
}

.products-inline>div .p .price strong {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .site-msg.information .text img {
        margin-right: 5px !important;
    }

    .site-msg.information .text {
        font-size: 12px !important;
    }

}


.pw-category-bottom {
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 20px 5px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media(max-width: 767px) {
    .pw-fav-categories-wrapper {
        margin-top: 40px;
        gap: 0 !important;
        justify-content: center !important;
    }

}

@media (max-width: 767px) {
    .navigation-in ul.menu-level-1>li {
        border-bottom: 1px solid white !important;
    }

    .navigation-window-visible .navigation-in {
        z-index: 1;
        position: relative;
        border-top: 1px solid white;
        height: 100%;
        overflow: auto;
        background: white;
    }

    ul.menu-level-1 {
        background-color: #ebebeb;
        padding-inline: 0px !important;
        margin: 0 !important;
    }


    .navigation-in ul li a b {
        text-transform: uppercase;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-weight: 700;
    }

    .homepage-group-title {
        margin-top: 60px !important;
    }

    .product-slider-holder .product-slider-navigation:before {
        color: #ffffff;
        height: 30px !important;
        width: 30px !important;
        transition: 0.3s;
    }

    .product-slider-holder.has-navigation .product-slider-navigation.navigation-next {
        right: 20px !important;
    }

    .product-slider-holder .product-slider-navigation {
        border-radius: 5px;
        background-color: #000000;
        border-color: #000000;
        font-size: 20px;
        height: 30px !important;
        line-height: 30px !important;
        width: 30px !important;
    }
}

#navigation .navigation-in ul li>a>b {
    border-width: 0;
    text-decoration: none !important;
    text-decoration-thickness: 0;
    text-underline-offset: 0;
}

#navigation .menu-level-2 {
    border-top-width: 0px !important;
    padding-bottom: 20px;
}

.navigation-in .navigationActions {
    background: #ebebeb;
}



@media (max-width: 767px) {
    div#carousel .carousel-control {
        height: 44px;
        top: calc(0% - 100px);
        width: 44px;
    }


    div#carousel .carousel-control.left {
        left: 20px !important;
    }


    div#carousel .carousel-control.right {
        right: 20px !important;
    }

    .carousel-control:before {
        border-radius: 5px;
        border-color: none !important;
        border: none !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
}


@media (max-width: 767px) {

    .news-carousel-container .owl-prev,
    .news-carousel-container .owl-next {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }

    .product-slider-holder.has-navigation {
        padding: 30px 0px !important;
    }
}

@media (min-width: 1440px) {
    .container-narrow {
        width: 1418px;
    }
}

.breadcrumbs.navigation-home-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

/*HP blog*/
.homepage-blog-wrapper .btn-more {
    margin: auto;
}

.homepage-blog-wrapper .btn-more a.btn {
    font-size: 16px;
    line-height: 18px;
    background-color: #d42e11;
    border-color: #d42e11;
    color: white;
    padding: 15px 40px;
    min-width: 150px !important;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s;
}

.homepage-blog-wrapper .btn-more a.btn:hover {
    background-color: #b81c00;
    border-color: #b81c00;
    transition: 0.3s;
}

.homepage-blog-wrapper {
    padding-bottom: 60px;
}

/*HP reviews*/
.stars .star {
    color: #EACF60;
}

.header-right>div .rate-list span.star.star-off:before {
    content: "\e91c";
}

.rate-items.ratings-banner {
    display: flex;
    flex-wrap: wrap;
    max-height: fit-content;
}

.banner-rating.row.container-narrow .vote-wrap {
    border-top-width: 0px;
    border-left: 1px solid #EBEBEB;
    /*width: 50% !important;*/
    width: auto !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.vote-wrap .vote-header .vote-name span {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 28px;
}

span.vote-time {
    color: #7C7C7C;
    font-size: 12px !important;
    line-height: 16px;
}

.vote-wrap .vote-content {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
}

.rate-list {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
}

.ratings__header .header-right>div {
    width: 100% !important;
    margin-top: 20px;
}

.ratings__header .header-right>div .stars {
    width: 55px !important;
}

.ratings__header .header-right>div .rate-list {
    align-items: center;
    height: 25px;
}

.ratings__header span.rate-star-wrap .stars a:before,
.ratings__header span.rate-star-wrap .stars span:before {
    font-size: 20px;
    line-height: 20px;
}

.ratings__header span.rate-star-wrap .stars a,
.ratings__header span.rate-star-wrap .stars span {
    height: 20px;
    line-height: 20px;
    width: 25px;
}

.ratings__header span.rate-star-wrap .stars {
    width: 130px;
    height: 17px;
}

.ratings__header .rate-block {
    display: flex;
    flex-grow: 1;
    padding-right: 0px;
    background-color: #ebebeb;
    margin-right: 55px;
    height: 6px;
    border-radius: 5px;
}

.rate-bar {
    background-color: #d42e11;
    border-radius: 5px;
}

.ratings__header .header-right>div .rate-list span.rate-count {
    position: absolute;
    right: 30px;
    margin-top: -11px;
}

body:not(.type-product, .in-index) .banner-rating.row.container-narrow {
    width: 100% !important;
    margin-top: 80px;
}

.banner-rating.row.container-narrow .rate-items.ratings-banner {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

/*Footer newsletter*/
.footer-newsletter-wrapper .h4 {
    font-size: 32px !important;
    font-weight: 400;
    line-height: 38px;
}

.footer-newsletter-wrapper .form-control {
    height: 45px;
    border-radius: 5px;
    padding-left: 45px;
}


.footer-newsletter-wrapper .compact-form .btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    border-radius: 5px;
}

.footer-newsletter-wrapper .compact-form {
    width: 450px;
    margin-top: 8.5px;
}

.footer-newsletter-wrapper .consents.consents-first {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

/*Footer*/
.footer-rows h4 {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
}

footer .footer-rows .custom-footer {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom * {
    font-size: 12px;
    color: #000000;
}

.footer-bottom .container>span {
    width: 100%;
}

.footer-bottom .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.footer-bottom .container>span.copyright {
    margin-top: 5px;
}

.footer-bottom .container>span.copyright a {
    text-decoration: underline !important;
}

footer .footer-rows .custom-footer>div {
    width: 15% !important;
}

footer .footer-rows .custom-footer>div:nth-of-type(3),
footer .footer-rows .custom-footer>div:nth-of-type(4) {
    width: 20% !important;
}

footer .footer-rows .custom-footer>div:nth-of-type(5) {
    width: 30% !important;
}

footer .footer-rows .custom-footer .banner {
    margin-bottom: 0px !important;
}

footer .footer-rows .custom-footer>div:nth-of-type(4) a {
    line-height: 24px;
    color: #000000;
}

footer .footer-rows .custom-footer a.mail,
footer .footer-rows .custom-footer a.phone {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px !important;
}

.footer-bottom .container:before {
    content: url(/user/documents/upload/payments.png);
    margin-bottom: 20px;
    width: 100%;
    margin-left: 18px;
}

footer a.mail:before {
    content: url(/user/documents/upload/icons/mail.png);
    padding-right: 8px;
    top: 2px;
    position: relative;
}

footer a.phone:before {
    content: url(/user/documents/upload/icons/phone.png);
    padding-right: 8px;
    top: 2px;
    position: relative;
}

.footer-newsletter-wrapper form#formNewsletterWidget fieldset>div:before {
    content: url(/user/documents/upload/icons/newsletter.png);
    position: absolute;
    top: 13.5px;
    left: 14px;
}

.footer-newsletter-wrapper .form-control::placeholder {
    color: #000000;
}

/*Kategorie*/
.products-block>div:hover .p .p-tools a {
    text-decoration: none;
}

aside.sidebar.sidebar-left .banner a,
aside.sidebar.sidebar-left .banner img {
    border-radius: 5px;
}

.sidebar-inner {
    padding-right: 0px;
    padding-top: 0px !important;
}

.sidebar-inner .banner-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5Px;
}

.sidebar-inner>div.box-sm {
    width: calc(100%);
    margin: auto;
    border-radius: 5px;
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 20px !important
}

.type-product .product-slider-holder {
    padding: 20px 0 !important;
}


.type-product .product-slider-holder .product-slider-navigation {
    top: 40% !important;
    transform: translateY(-40%) !important;
}

.products-header {
    margin-bottom: 0 !important;
}

@media(min-width: 768px) {
    div#category-header {
        margin-bottom: 10px !important;
    }


    .products-inline.products-top>div .p .price-additional {
        display: block !important;
        font-size: 12Px !important;
    }
}


.subcategories li a:hover {
    color: #e87e72 !important;
}


.dropdown-menu,
.top-navigation-bar-menu-helper {
    border-radius: 5px !important;
}

input.form-control {
    border-radius: 5Px;
}

@media (min-width: 768px) {

    .in-login .sidebar-left+.content,
    .in-registracia .sidebar-left+.content {
        padding-left: 0;
    }
}



input.btn.btn-secondary.btn-text.btn-login {
    color: #ffffff;
    background-color: #d42e11;
    border-color: #d42e11;
    border-radius: 5px;
    margin-top: 10px;
}

.id--8 h4 {
    margin-top: 0;
}


.id--8 fieldset.box.box-bg-transparent.co-box.co-registration h4 {
    margin-top: 30px;
}


#pw-controls td,
#pw-controls th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}

#pw-controls th {
    text-align: left;
    background-color: var(--color-primary);
    color: white;
    white-space: nowrap;
}

#pw-controls select,
#pw-controls input {
    padding: 2px 4px 2px 7px;
    border: 1px solid #e8eaed;
    border-radius: 5px;
    background: white;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    width: 90px;
    height: 30px;
}

.pw-btn-delete::before {
    content: "\e908";
    color: white;
    padding: 5px;
    margin: 0 !important;
}

.pw-btn-add::before {
    content: "\e908";
    color: white;
    padding: 5px;
    margin: 0 !important;
}

.pw-btn-add {
    background-color: #78a506;
    margin-right: 10px;
}

.pw-btn-delete {
    background-color: #dd0000;
    margin-right: 0px;
}

.pw-btn-add,
.pw-btn-delete {
    border-radius: 5px;
    border: transparent;
    padding: 5px;
    margin-bottom: 0px;
}

.max-sirka-p {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 0px;
    max-width: 200px;
}

.max-sirka-p span {
    padding-left: 12px;
}

#pw-tableCompl {
    border-collapse: collapse;
    margin-top: 2em;
}

#pw-tableCompl thead {
    background-color: var(--color-primary);
    color: white;
}

#pw-tableCompl th,
#pw-tableCompl td {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}

#pw-tableCompl th {
    background-color: var(--color-primary);
    color: white;
}

#pw-tableCompl a {
    color: #007bff;
    text-decoration: none;
}

#pw-tableCompl tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

#pw-wraper-footer {
    display: flex;
    margin-top: 20px;
    padding: 20px;
    background: #f7f7f7;
}

div#pw-div-celkem p {
    margin-bottom: 0px !important;
}

#pw-div-celkem p {
    font-size: 14px;
}

#pw-sestava-obj {
    background-color: var(--color-secondary);
    color: white;
    border: none;
    padding: 10px;
    font-size: 13px;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 20px;
}

#pw-sestava-obj::before {
    content: "\e900";
    font-size: 28px;
    color: #ffffff;
    font-family: ikony;
    padding-right: 15px;
}

#pw-sestava-obj:hover {
    background-color: var(--color-secondary-hover);
}

span.pw-price-span:nth-child(2) {
    color: #e1271d;
}

span.pw-price-span:nth-child(2) strong {
    font-weight: normal;
    font-size: 23px;
}

span.pw-price-span:nth-child(3) {
    color: #999;
    padding-left: 15px;
}

span.pw-price-span:nth-child(3) strong {
    font-weight: normal;
    font-size: 20px;
}

@media only screen and (max-width: 500px) {
    .pw-price-div {
        display: flex;
        flex-direction: column;
    }

    #pw-sestava-obj::before {
        font-size: 20px;
        padding-right: 9px;
    }

    span.pw-price-span:nth-child(2) {
        color: #e1271d;
        font-size: 13px;
    }

    span.pw-price-span:nth-child(3) {
        color: #999;
        font-size: 13px;
        padding-left: 0px;
    }
}

#pw-wraper-footer h3 {
    margin: 10px 0px;
}

@media only screen and (min-width: 700px) {
    #pw-sestava-obj {
        width: 320px;
        font-size: 20px;
    }
}

#pw-wraper-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#pw-spiner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000d6;
    z-index: 9999999;
    overflow: hidden;
}

#pw-spiner .spinner-border {
    position: relative;
    top: 50%;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
}

#pw-spiner .text {
    color: white;
    display: flex;
    top: 50%;
    justify-content: center;
    position: relative;
}

#pw-spiner .text-primary {
    color: var(--color-primary);
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.spinner-border-lg {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

button.btn.btn-size-change {
    margin: 10px 0px 30px 0px;
}


.siteCookies__buttonWrap .js-cookiesConsentSubmit[value="all"] {
    margin-left: 20px !important;
}

.siteCookies__buttonWrap .set,
.siteCookies__button[value="reject"] {
    border: 1px solid #d42e11;
}

button.siteCookies__button.js-cookiesConsentSubmit {
    margin: 0;
}

.siteCookies__links.siteCookies__button.set {
    margin: 0;
    border: 0;
    color: black;
    text-decoration: underline;
    margin-right: 40px;
    margin-bottom: 5px;
    text-underline-offset: 3px;
}

.siteCookies__links.siteCookies__button.set button {
    color: black;
    text-decoration: underline;
    margin: 0;
    border: 0;
    font-weight: 300;
    text-align: left;
    width: 100%;
}

.siteCookies__buttonWrap {
    margin-top: 20px;
    align-items: flex-end;
}

@media (hover: hover) {
    .siteCookies__button[value="reject"]:hover {
        color: black;
    }

    p.siteCookies__links.siteCookies__button.set:hover button {
        color: #d42e11 !important;
    }

    .siteCookies__link:hover {
        background: none;
    }
}

@media (max-width: 768px) {
    .siteCookies__buttonWrap {
        align-items: center;
        gap: 10px !important;
    }

    .siteCookies__button[value="reject"] {
        width: 100% !important;
    }

    .siteCookies__buttonWrap .js-cookiesConsentSubmit[value="all"] {
        margin-left: 0px !important;
    }

    .siteCookies__links.siteCookies__button.set {
        margin-right: 0;
    }

    .siteCookies__links.siteCookies__button.set button,
    .siteCookies__text {
        text-align: center;
    }
}



@media (min-width: 1440px) and (max-width: 1515px){
  .news-carousel-container .owl-next {
    right: -1.2em !important;
}  

.news-carousel-container .owl-prev {
    left: -1.2em !important;
}
}




@media (min-width: 992px) and (max-width: 1260px){
.news-carousel-container .owl-next {
    right: -1.5em !important;
}


.news-carousel-container .owl-prev {
    left: -1.5em !important;
}

}


@media (min-width: 1200px) and (max-width: 1439px){

.benefitBanner.position--benefitHomepage {
    margin-top: 80px !important;
}
.homepage-group-title {
    margin-top: 80px !important;
}

.pw-fav-categories-wrapper {
    margin-top: 44px !important;
}

.welcome-wrapper {
    margin-top: 0 !important;
}

.in-index .welcome-wrapper{
    margin-bottom: 280px !important;
}

.in-index #footer {
    margin-top: 150px !important;
}

.in-index .row.banners-content.body-banners {
    margin-top: 0 !important;
}

.in-index .product-slider-holder {
    padding-bottom: 0 !important;
}

.blog-wrapper .homepage-group-title {
    margin-top: 120px !important;
    margin-bottom: 20px;
}

}


@media (min-width: 768px) {
    #content {
        padding-top: 0 !important;
    }
}


@media (min-width: 768px) and (max-width: 1321px) {
span.h1.pw-carousel-heading {
    font-size: 32px !important;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
   footer .footer-rows .custom-footer>div:nth-of-type(3), footer .footer-rows .custom-footer>div:nth-of-type(4) {
    width: 15% !important;
} 
}


@media (min-width: 768px) and (max-width: 991px) {
        body.mobile footer .footer-rows .custom-footer > div {
        width: 50% !important;
    }

        body.mobile footer .footer-rows .custom-footer > div:nth-of-type(3), footer .footer-rows .custom-footer > div:nth-of-type(4) {
        width: 50% !important;
    }

        body.mobile footer .footer-rows .custom-footer > div:nth-of-type(5) {
        width: 50% !important;
    }


    .homepage-group-title {
    font-size: 28px !important;
}

.in-index .welcome-wrapper .welcome {
    padding: 80px 5% !important;
}


.in-index .welcome-wrapper{
    margin-bottom: 280px !important;
}

.blog-wrapper .homepage-group-title {
    margin-top: calc(44px + 65px) !important;
}

.in-index #footer {
    margin-top: 140px;
}

.homepage-group-title {
    margin-top: 40px !important;
}

.row.banners-row>.col-sm-4 {
    margin-top: 0 !important;
}
}

@media (max-width: 500px){
    .footer-newsletter-wrapper .consents.consents-first {
    text-align: left;
}

 .footer-newsletter-wrapper input[type=checkbox]+label, input[type=radio]+label {
    line-height: 18px;
}

div.container.footer-rows {
    padding-left: 0;
    padding-right: 0;
}

div.row.custom-footer.elements-6{
    padding-left: 20px;
    padding-right: 20px;
}

.footer-newsletter-wrapper{
    padding: 35px !important;
    border: none !important;
}

.in-index #footer {
    margin-top: 100px !important;
}
}

@media (min-width: 768px) and (max-width: 1439px) {
#header .navigation-buttons a[data-target=cart] i {
        left: 40px !important;
        top: 20px;
    }
}


@media (max-width: 767px) {
    .pw-carousel-left {
    padding-left: 0 !important;
}


#footer {
    margin-top: 100px !important;
}

}


.icon-chevron-down:before {
    color: black;
}


button.loadMore__button.loadMore__button--products.btn.btn-secondary.js-loadMore__button--products {
    border-radius: 5px;
        background: #d42e11;
    color: white;
}


a.goToTop__button.btn.btn-secondary {
    border-radius: 5Px;
        background: #d42e11;
    color: white;
}


a.pagination__link.pagination__link--next.btn.btn-secondary {
    border-radius: 5px;
        background: #d42e11;
    color: white;
}


a.top-nav-button.top-nav-button-logout.primary.logout {
    display: none;
}

@media (max-width: 767px) {
.navigation-buttons a.top-nav-button.top-nav-button-account.secondary {
    display: none !important;
}
}

@media (max-width: 991px) {
    .user-action-in .popup-widget.cart-widget, .user-action-in .popup-widget.login-widget {
        height: calc(100% - 120px) !important;
        top: 120px !important;
    }
}



@media  (max-width: 767px) {
    .btn.cart-count::before, a.btn.cart-count::before {
        color: #56be10;
        font-size: 24px;
        line-height: 52px;
    }

        #header .header-top a.cart-count i {
       bottom: 3px;
        left: 25px;
        right: 10px;   
        background: #d42e11;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    #header .navigation-buttons a {
        height: 62px;
        width: 62px;
    }

        .overall-wrapper {
        padding-top: 60px;
    }

        #header .navigation-buttons a:before {
        font-size: 30px;
        line-height: 0 !important;
    }

        #header .site-name a img {
        max-height: 45px !important;
    }

    #navigation {
        top: 62px !important;
    }
}



@media (max-width: 767px) {
        #navigation .menu-level-1>li>a {
        background-color: #d42e11;
        color: white;
    }


    #navigation, .navigation-in ul.menu-level-2 {
    border: none !important;
}

    li.mobilMenuIcon {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
        margin: 0;
        gap: 20px;
                background: #ebebeb;
    }

     .mobilMenuIcon a:nth-child(1) .ikona::before {
        content: url(/user/documents/pw/icon/phone.svg);
        font-family: "shoptet";
        width: 25px;
        color: #d42e11;
        font-weight: bold;
    }

        .ikona {
        display: flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 10px;
    }


        .mobilMenuIcon a:nth-child(2) .ikona::before {
        content: url(/user/documents/pw/icon/mail.svg);
        font-family: "shoptet";
        width: 25px;
            color: #d42e11;
            font-weight: bold;
    }

        ul.menu-level-2 {
        background-color: #d42e11;
        color: white !important;
    }

     ul.menu-level-2 .navigation-in a span {
    color: white !important;  
}
    .navigation-in ul.menu-level-2 li a {
        color: #dffaee !important;
    }
    .navigation-in .navigationActions {
    background: white !important;
}
.navigationActions__submenu__item--active:before {
    background-color: white;
}

.navigation-buttons a[data-target=search]:before {
    content: "\e920";
    color: #A3A3AF;
    font-weight: bold;
}

    .user-action-in .popup-widget.cart-widget, .user-action-in .popup-widget.login-widget {
        height: calc(100% - 50px) !important;
        top: 50px !important;
    }
    }

@media (max-width: 767px) {
    body.user-action-visible {
  overflow: hidden;
  height: 100%;
}

}


@media (max-width: 600px) {
   li.mobilMenuIcon {
        flex-direction: column;
        gap: 0 !important;
    }

    .mobilMenuIcon a {
    padding-left: 20px;
}
}


@media (min-width: 480px) and (max-width: 509px){
.container.navigation-wrapper .site-name {
    flex: 0 1 calc(100% - 310px);
}
}

h1.h1.cart-heading {
    padding-top: 40px;
}

ul.copy a {
text-transform: uppercase !important;
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
font-weight: 700 !important;
color: white !important;
}

ul.copy li{
    background: black;
    border-bottom: 1px solid white !important
}

@media (max-width: 767px) {
.pw-footer-banners-wrapper .full-width-banner.banner a {
    width: auto !important;
    margin-top: 0px !important;
    order: 3;
}
}


.header-info-bar-addon .header-info-bar .container {
    width: 100% !important;
}