.homepage-box.welcome-wrapper {
    margin:0px;
}

.type-index .products {
    margin-bottom:50px;
}

h1 {
    font-weight:900 !important;
    color:#191919;
    text-transform:uppercase;
    font-size: clamp(24px, 3vw, 30px);
    letter-spacing: 0.68px;
}

/*h1:after {
content:"";
width:100px;
height:2px;
background:#f5af05;
display:block;
margin-top:20px;
}*/

#header h1:after {
    display:none;
}

.type-index h1:after {
    content:"";
    width:100px;
    height:2px;
    background:#f5af05;
    display:block;
    margin:0 auto;
    margin-top:10px;
}

h2 {
    font-weight:900 !important;
    color:black;
    text-transform:uppercase;
    font-size:16px;
}

h2:after {
    content:"";
    width:100px;
    height:2px;
    background:#f5af05;
    display:block;
    margin-top:10px;
}

.type-index .h4 {
    font-weight:900 !important;
    color:black;
    text-transform:uppercase;
    font-size:30px;
}

.type-index .h4:after {
    content:"";
    width:100px;
    height:2px;
    background:#f5af05;
    display:block;
    margin:0 auto;
    margin-top:10px;
}

.empty {
    width:300px;
    background:red;
}

.welcome-wrapper {
    border:0px !important;
    background:white;
}

@media(min-width:770px) {
    .welcome-wrapper a {
        color:black !important;
        font-size:25px;
        font-weight:900;
        background:#f5af05;
        padding-top:20px;
        padding-bottom:20px;
        display:block;
        min-width:500px;
        margin:0 auto;
    }
}

@media(max-width:770px) {
    .welcome-wrapper a {
        color:black !important;
        font-size:25px;
        font-weight:900;
        background:#f5af05;
        padding-top:20px;
        padding-bottom:20px;
        display:block;
        width:100%;
        margin:0 auto;
    }
}

.navigation-buttons a {
    color:black !important;
}

.navigation-buttons a span {
    color:#fff !important;
}

@media(min-width:768px){
 .carousel-inner{
    padding-bottom:80vh;
 } 
}
.vimeo-wrapper {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     pointer-events: none;
     overflow: hidden;
     padding-bottom: 56.25%;
}
 .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    /* min-width: 177.77vh; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 @media(min-width:768px){
     /*.carousel-inner, .vimeo-wrapper {
         min-height: 518px!important;
    } */
}
 @media(max-width:768px){
     /*.carousel-inner, .vimeo-wrapper{
         padding-bottom:80vh;
    }  */
}

.before-carousel .content-wrapper-in .container{
     width:100%;
}
 .homepage-box.before-carousel {
     padding: 0;
}

.homepage-box {
    border-top:0px;
}

.under-menu{
    z-index: 2;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    top: 30%;
    left: 40%;
}

.under-menu-title{
    z-index: 2;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    top: 35%;
    left: 40%;
}

@media(max-width:770px) {
    #header {
        margin-bottom:0px;
        padding-top:5px;
        padding-bottom:5px;
    }
}

@media (max-width: 767px) {
    .content-wrapper.container .row>div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.clanky-menu li a {
    color: #fff;
    font-weight: 600;
    background-color: #1c1b1b;
    padding: 15px 45px 15px 15px;
    display: block;
    position: relative;
    line-height: 1.5;
    margin-bottom:5px;
    display: flex;
    align-items: center;
}

.clanky-menu {
    display:block;
    list-style:none;
    margin-bottom:40px;
}

.clanky-menu li a:after {
    position: absolute;
    right: 20px;
    line-height: 1.5;
    margin-left: 10px;
    font-size: 1rem;
    content: "→";
    color: #f5af05;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}

.clanky-menu li a:hover {
    color: #f5af05;
    background-color: #323232;
}

.halves {
    display: flex;
    justify-content: space-between;
}
.halves > * {
    width: 48%;
}

.box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #19191944;
    background: #1919190d;
}

.box-item .btn {
    font-size: 24px;
    line-height: 40px;
    text-decoration: none; 
    text-transform: none;
}

.padding-bot-15 {
    padding-bottom: 15px;
}

.type-detail .link-icons .print {
    display:none;
}

.type-detail .link-icons .share {
    display:none;
}

.type-detail .p-detail-tabs li:nth-child(2) {
    display:none;
}

.tabulka img {
    max-width:110px;
    margin:0 auto;
}

.button {
    width:100%;
    margin:0 auto;
    padding:10px;
    background:#F5AF05;
    color:white;
    font-size:20px;
    text-align:center;
    font-weight:bold;
}

.button:hover {
    color:black;
}

.gallery-table td {
    padding-right:5px;
    padding-bottom:5px;
}

.gallery-table img {
    max-height:200px;
    width:auto;
}

.clear {
    height:20px;
    clear:both;
}


.copyright {
    width:300px;
    float:left;
}

.f-text {
    width:300px;
    float:right;
}

.f-text a{
    color:white;
}

.f-text a:hover {
    color:#F5AF05;
}



.navigation-in>ul>li {
    border:0px;
}




@media(max-width:960px) {
    .halves {
        flex-direction: column;
        gap: 15px;
    }
    .halves > * {
        width: auto;
    }

}

@media(min-width:850px) {

#navigation {
    background-color:#F5AF05 !important;
    height:45px !important;
}

.navigation-in {
    background-color:#F5AF05 !important;
}


.navigation-in ul li a b {
    font-size:13px;
    font-weight:bold !important;
    color:#191919 !important;
}

.navigation-in ul.menu-level-2 a {
    color:#191919 !important;
}

.navigation-in ul.menu-level-2 a:hover {
    color:#F5AF05 !important;
}

.navigation-in>ul>li>a {
    text-transform:uppercase;
    font-size:18px;
    font-weight:900 !important;
    padding-top: 15px;
    padding-bottom: 14px;
    color:#191919 !important;
}

.navigation-in>ul>li>a:hover {
    text-transform:uppercase;
    font-size:18px;
    font-weight:900 !important;
    padding-top: 15px;
    padding-bottom: 14px;
    background:#F5AF05 !important;
    color:white !important;
}



.navigation-in>ul>li>a:hover {
    padding-top: 15px;
    padding-bottom: 14px;
}


.fitted .navigation-in > ul {
    justify-content: space-between;
    max-width: 1220px;
    margin: 0 auto;
}
}


.id-779 #productsTop {
    display:none !important;
}

.id-779 h4 {
    display:none !important;
}

.type-posts-listing .news-item .title {
    font-weight:bold !important;
}

.news-item .text .description {
    display:none;
}


@media(max-width:990px) {
    .tabulka {
        display:none;
    }
}


/********UPRAVY**********/
/*MENU*/

.top-navigation-bar *{
    font-family: "Barlow condensed";
}

.top-navigation-bar {
    background:#fff !important;
    border:0px !important;
    padding-top:10px;
    padding-bottom:10px;
    color: #191919;
}

@media (max-width: 767px) {
    :where(.ums_forms_redesign--off).search-window-visible #header .search-form {
        position: relative;
        top: 50%;
        width: 65vw;
    }
}


/* .top-navigation-contacts {
     
} */

.top-navigation-contacts a{
    color:#191919 !important;
    font-weight: 500 !important;
}


.top-navigation-menu {
    background:#fff !important; 
}

.top-navigation-menu a{
    color:#191919 !important;
    font-weight: 500 !important;
}

.top-navigation-tools{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
}

@media (min-width:768px){
    .top-navigation-tools{
        justify-content: end;
    }
}

.top-navigation-tools a{
    color:#191919 !important;
}

.top-navigation-menu-trigger::before {
    color:black;
}

.header-top .search button, .header-top .search button:hover {
    background-color: black;
}

#header .container{
    width:unset !important;
}

#header{
    background:url("/user/documents/upload/xevo_header_bg.png") no-repeat;
    background-size: cover;
    width:100%;
}

@media (max-width: 768px){
    #header{
        padding-block:25px;
    }
}

#header .container .header-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}


.header-top .search input:focus-visible{
    outline:none !important;
    border:none !important;
    outline-offset: 0px !important;
    box-shadow:none !important;
}

.header-top .search input::placeholder{
    transition: all .4s ease-out;
}
@media (min-width: 768px){
    .header-top .search input:focus-visible::placeholder{
        translate: -50%;
    }
}


.header-top .search button{
    border-radius: 0px 24px 24px 0px !important;
    padding-inline: 35px;
    margin-right:-24px;
    text-align: center;
    background-color:#F5AF05;
    border:none !important;
    color:#191919;
    text-transform: capitalize;
    font-weight: 700;
}

.top-tools-socials{
    display: flex;
    flex-direction: row;
    gap:15px;
    justify-content: end;
    align-items: center;
}

.top-tools-socials a img{
    transition:all .2s ease-out;
}

.top-tools-socials a img:hover{
    scale:1.05;
}

.header-top .btn.cart-count:before{
    color:#fff !important;
}

#header .cart-count {
    display: inline-block;
    left: 0;
    position: relative;
    right: auto;
    top: 50%;
    translate: -15% -50%;
}

@media (min-width: 768px){
    #header .cart-count {
        left: 0;
        top: 0;
        translate: -15% 0%;
    }
}

@media (min-width: 768px) {
    .navigation-in{
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    #header .container .header-top{
        width: 747px;
    }
}
@media (min-width: 992px) {
    #header .container .header-top{
        width: 972px;
    }
}

@media (min-width: 1200px) {
    #header .container .header-top{
        width: 1178px;
    }
}
@media (min-width: 1440px) {
    #header .container .header-top{
        width: 1418px;
    }
}

/**SUBMENU***/
@media (min-width: 767px){
    .menu-level-2{
        background-color:#fff !important;
        border-bottom: none !important;
        border-top: 2px solid #3e3f4133 !important;
        box-shadow: 8px 15px 30px #8D99AE33 !important;
        padding-inline:15% !important;
        justify-content: center !important;
    }


    ul.menu-level-2 li{
        position: relative !important;
        flex-basis: 46% !important;
        width:46% !important;
        transition: all .15s ease-out;
        border:1px solid #F5AF05 !important;
        margin-block: 10px;
        margin-right:1%;
        transition: all .15s ease-out;
        max-width: 400px;
    }

    ul.menu-level-2 li:hover{
        border-color: #F5AF05;
        background-color: #f5af05;
    }

    ul.menu-level-2 li div{
        position: absolute !important;
        left:0px !important;
        top:20% !important;
        max-width: 18ch;
        translate: 20% 0% !important;
    }

    ul.menu-level-2 li div a span{
        color:#191919 !important;
        font-size: clamp(12px, 1.4vw, 15px);
        transition: all .15s ease-out;
    }

    ul.menu-level-2 li:hover div a span{
        color:#191919 !important;
    }

    ul.menu-level-2 li a.menu-image{
        width:100% !important;
        height:100% !important;
    }

    ul.menu-level-2 li a.menu-image img{
        object-fit: cover !important;
        max-height: unset !important;
        max-width: unset !important;
        height: 90% !important;
        width:auto !important;
        float: inline-end;
    }

    .navigation-in>ul>li.ext>ul.menu-level-2>li>a{
        padding:0px;
    }
}

@media (min-width:1450px){
    ul.menu-level-2 li a.menu-image img{
        max-width: 22ch;
    }
}
@media (min-width:1600px){
    ul.menu-level-2 li a.menu-image img{
        max-width: 25ch;
    }
} 

@media (min-width:1800px){
    ul.menu-level-2 li{
        flex-basis: 30% !important;
        width:30% !important;
    }
}

@media (min-width:1450px){
    ul.menu-level-2 li div{
        max-width: 22ch;
    }
}
@media (min-width:1600px){
    ul.menu-level-2 li div{
        max-width: 25ch;
    }
}


/***HOMEPAGE****/

.welcome div, .welcome h1{
    max-width:unset !important;
}

.welcome div:has(#page-home){
    max-width:unset !important;
}

.content-wrapper:has(#page-home){
    padding:unset;
}

.content-wrapper-in:has(#page-home) .container{
    width:100vw;
    padding-left: 0px;
    padding-right: 0px;
    max-width:1920px;
}

div#page-home .home-video{
    background-color: #000;
    padding: 0px;

    max-height: 600px;
}

div#page-home .home-video video{
    width:100%;
    max-width: 1920px;
    min-height:450px;
    height:auto;
    max-height: 600px;
    object-fit: cover;
}

/**banner top**/
#page-home .home-banner{
    display: grid;
    row-gap: 25px;
    column-gap: 5px;
    padding:25px 50px;
    box-shadow: 8px 15px 30px #8D99AE33;
    background-color: #fff;
    grid-template-columns: repeat(1, 1fr);
    width:98vw;
    max-width:1414px;
    margin:0 auto;
    margin-bottom: 25px;
    position: relative;
    top:-50px;
}

@media (min-width:600px){
    #page-home .home-banner{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1090px){
    #page-home .home-banner{
        row-gap: 25px;
        padding:50px 100px;
        margin-bottom: 0px;
    }
}

@media (min-width:1330px){
    #page-home .home-banner{
        width:80vw;
    }
}

@media (min-width:769px){
    #page-home .home-banner{
        top:-70px;
    }   
}

#page-home .home-banner > div{
    display: grid;
    place-items: center;
}

#page-home .home-banner div > *{
    text-align: center;
}

#page-home .home-banner h3{
    display:none;
}
#page-home .home-banner p{
    display: none;
}

@media (min-width:1000px){
    #page-home .home-banner h3{
        color:#191919;
        font-weight: 700;
        letter-spacing: 0.68px;
        font-size:34px;
        display:block;
    }
    #page-home .home-banner p{
        display: block;
    }
}
#page-home .home-banner a{
    color: #191919!important;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    width:153px;
    min-width: unset;
    margin: 0 auto;
    text-decoration: none;
    border:#191919 solid 1px;
    margin-top: 5px;
    transition: all 0.2s ease-out;
}

@media (min-width:600px){
    #page-home .home-banner a{
        margin-top: 25px;
    }
}

#page-home .home-banner a:hover{
    background-color: #F5AF05;
    color:#fff !important;
    border-color:#F5AF05;
}

/**banner bottom**/
#page-home .home-banner-bottom{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    width:100vw;
    max-width:1900px;
    margin:0 auto;
    place-content: top;
    transition: all .4s ease-out;
    margin-bottom: 70px;
}
@media (min-width:1000px){
    #page-home .home-banner-bottom{
    grid-template-columns: repeat(3, 1fr);
    }
}

#page-home .home-banner-bottom > div{
    width:100%;
    max-height: 360px;
    padding:30px 45px 125px 45px;
    color:#FFFFFF;
    transition: all .3s ease-out;
}

@media (min-width:1000px) and (max-width:1764px){
    #page-home .home-banner-bottom > div > div{
        height:140px;
    }
}

#page-home .home-banner-bottom:hover{
    filter: brightness(1.15);
}

#page-home .home-banner-bottom:hover > div:not(:hover){
    filter: brightness(0.85);
}

#page-home .home-banner-bottom:hover{
    filter: brightness(1.15);
}

#page-home .home-banner-bottom>div:hover a{
    width:200px;
}

div#page-home .home-banner-bottom a:hover{
    filter:brightness(0.85)
}


#page-home .home-banner-bottom .home-banner-bottom__folie{
    background: url("/user/documents/upload/images/folie.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#page-home .home-banner-bottom .home-banner-bottom__naradi{
    background: url("/user/documents/upload/images/naradi.png");
    background-repeat: no-repeat;
    background-size: cover;  

}
#page-home .home-banner-bottom .home-banner-bottom__kurzy{
    background: url("/user/documents/upload/images/kurzy.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#page-home .home-banner-bottom h3{
    color:#F5AF05;
    font-weight: 900;
    font-size:clamp(24px, 3vw, 34px);
    margin-bottom: 10px;
}

#page-home .home-banner-bottom p{
    font-size: clamp(16px, 1.7vw, 18px);
    margin-bottom: 30px;
}

#page-home .home-banner-bottom a{
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    width:153px;
    min-width: unset;
    text-decoration: none;
    border:#fff solid 1px;
    margin-top: 25px;
    transition: all 0.2s ease-out;
    text-align: center;
    margin:unset;
}

#page-home .home-banner-bottom a:hover{
    background-color: #F5AF05;
    color:#fff !important;
    border-color:#F5AF05;
}

/**KATEGORIE**/

/* #categories{
    visibility: hidden;
} */


#categories > div > ul{
    visibility: hidden;
    max-height: 1px;
}

ul.subcategories.with-image{
    padding:0px;
    margin:0px;
    display: grid !important;
    grid-template-columns: repeat(auto-fill , minmax(360px, 1fr));
    gap:5px;
}

@media (max-width:1000px){
    ul.subcategories.with-image{
        grid-template-columns: repeat(auto-fill , minmax(230px, 1fr));
    }
}

ul.subcategories.with-image li{
    width:100% !important;
}

.subcategories.with-image li a .image img{
    max-height: unset !important;
}

.subcategories.with-image li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #F5AF05;
    padding:0px 0px 0px 5px !important;
    transition: background-color .2s ease-out;
}

.subcategories.with-image li a::before{
    display: none;
}

.subcategories.with-image li a:hover{
    background-color: #f5af05 !important;
}

.subcategories.with-image li a span.image img{
    width:auto !important;
    height: 100% !important;
    object-fit: cover !important;
    float:right;
}

.subcategories.with-image li a span.image{
    order:2 !important;    
    height: 98px !important;
    width:30% !important;
}

.subcategories.with-image li a span.text{
    order:1 !important;
    color:#191919 !important;
    font-size: clamp(12px, 1.4vw, 15px);
    width:65% !important;
    font-weight: 600;
}

.listSorting__controls .listSorting__control--current{
    background-color: #F5AF05;
    font-weight: 700;
}

/**Breadcrumbs**/

.breadcrumbs{
    border:none;
    font-size: 12px;
}

.breadcrumbs>span>a{
    padding:10px 0px 35px 0px!important;
    color:#8D8D8D !important;
}
.breadcrumbs>span>span{
    padding: 10px 0px 35px 0px!important;
    color:#8D8D8D !important;
}

.breadcrumbs>span>a::before{
    display: none;
}
.breadcrumbs>span>a::after{
    content:"/";
    height:unset !important;
    transform: unset !important;
    position: static !important;
    right:unset !important;
    width:unset !important;
    background-color: transparent;
    padding-inline: 5px;
}

/**DETAIL PRODUKTU**/

.p-detail-inner div.p-detail-inner-header h1{
    font-weight: 700 !important;
    font-size: clamp(26px, 3.4vw,34px);
    margin-bottom: 5px;
}

.p-detail-inner-header .default-variant, .p-detail-inner-header .p-code{
    display: block;
    font-size: 12px;
    padding-bottom: 30px;
}

.p-detail-inner-header .default-variant, .p-detail-inner-header .p-code-label {
    display: inline-block;
}

.p-final-price-wrapper{
    padding-top:30px;
    margin-bottom: 0px !important;
}
.p-final-price-wrapper .price-final > span{
    color:#191919;
}
.p-final-price-wrapper .price-final > span > span{
    font-size: 30px !important;
    color:#191919;
}

.p-final-price-wrapper *{
    font-family: "Barlow";
}
@media (max-width: 767px){
    .content-wrapper.container .row{
        padding-inline: 10px !important;
    }
}


.p-info-wrapper .availability-value{
    font-size: 12px !important;
}

.p-info-wrapper .add-to-cart{
    margin-bottom: 10px !important;
    margin-top: 30px;
}

.p-info-wrapper .add-to-cart *{
    font-family: "Barlow";
}

.p-info-wrapper .extended-description{
    margin-top: 30px;
}

.p-info-wrapper .extended-description h3{
    color:#191919;
    font-size: 15px;
    font-weight: 700;
}

.p-info-wrapper .p-short-description h5{
    font-size: 15px;
    color:#191919 !important;
}
.p-info-wrapper .extended-description table th{
    color:#919191;
    font-size: 12px;
}
.p-info-wrapper .extended-description table td{
    color:#191919;
    font-size: 12px;
    font-weight: 700;
}

#p-detail-tabs > li.shp-tab.active a{
    background-color: #F5AF05 !important;
    color:#191919 !important;
    font-family: "Barlow Condensed" !important;
    font-size: 15px !important;
}

.p-info-wrapper .social-buttons-wrapper, .p-info-wrapper p[data-testid="productCardDescr"],.p-info-wrapper .shipping-options, .product-top .p-detail-info{
    display: none;
}

#description .basic-description h3{
    font-weight: 600;
}

#description .basic-description h4{
    color:#191919;
    font-family: "Barlow";
    font-size: 15px;
    font-weight: 600;
}
#description .basic-description p{
    color:#191919;
    font-size: 15px;
    font-weight: 500;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > span.quantity button.increase::before{
    content:"+" !important;
    color:#fff;
    font-size: 14px;
    line-height: 21px !important;
}
#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > span.quantity button.decrease::before{
    content:"-" !important;
    color:#fff;
    font-size: 14px;
    line-height: 21px !important;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > span.quantity button:active::before{
    scale:1.15;
}

 #product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > span.quantity button{
    color:#fff;
    font-weight: 500;
    background-color:#191919 !important ;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > button::before{
    content:"" !important;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > button::after{
    content: "";
    background:url("/user/documents/upload/shopping-bag-line.png") no-repeat;
    background-size: contain;
    width:16px !important;
    height:14px !important;
    display: block;
    position: absolute;
    right:30px;
    top:50%;
    translate: 0% -60% !important;
    transition: filter .2s ease-out;
    scale:1.15;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > button{
    background-color: #F5AF05;
    color:#191919;
    font-weight: 700;
    padding-right: 70px !important;
    padding-left: 40px !important;
    position: relative;
    border-left:none !important;
    font-size: 14px;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > button:hover{
    background-color: #191919;
    color:#F5AF05;
    border-left:none !important;
    border-color: #F5AF05;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.add-to-cart > button:hover::after{
    filter:invert(1);
}

/**SIDEBAR Categories**/

.sidebar-inner .box-categories h4{
    font-size: 12px !important;
    color:#19191999 !important;
    font-family: "Barlow condensed" !important;
}

.sidebar-inner .box-categories #categories .topic a{
    font-size: 15px;
    font-family: "Barlow condensed" !important;
    font-weight: 700;
    color:#191919 ;
    padding-left: 20px;
}

.sidebar-inner .box-categories #categories ul.expanded > li > a{
    font-size: 13px;
    font-family: "Barlow condensed" !important;
    font-weight: 700;
    color:#191919 ;
}

.sidebar-inner .box-categories #categories ul.expanded > li > ul > li > a{
    font-size: 13px;
    font-family: "Barlow condensed" !important;
    font-weight: 500;
    color:#191919 ;
    padding-left: 70px;
}

.categories li.active>a, .categories li.active>a:hover, .categories .topic.active>a{
    background-color: #f5af05 !important;
    color:#fff !important;
}

.categories a:hover::after{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:2px;
    height: 14px;
    translate: 0% 50%;
    background-color: #F5AF05;
}

.sidebar-inner .box-categories #categories .categories{
    padding-right: 25px;
}

.sidebar-inner .box-categories #categories .categories .expanded li{
    padding-right: 25px;
}

.sidebar-inner .box-categories #categories .cat-trigger{
    left:unset !important;
    right:24.5px !important;
    scale:1.15;
}

.sidebar-inner .box-categories #categories .categories .expanded .cat-trigger{
    right:0px !important;
    scale:1.15;
}

.content-wrapper-in .sidebar-left{
    background-color: unset;
}
.content-wrapper-in .sidebar-left > .sidebar-inner{
    background-color: #F6F6F6;
}


/**PRODUCTS LIST**/

#products>div.product {
    padding: 20px;
    border:none;
    margin-top: 20px !important;
    transition: box-shadow .3s ease-out;
}

@media (min-width: 1200px) {
    .products-block>div{
        width:22%;
    }
    .products-block{
        gap:3%;
    }
}

#products>div.product:hover{
    box-shadow: 2px -3px 5px #f5af051c;
}

#products .product > div > div.p-in > .p-in-in > .ratings-wrapper{
    min-height: unset !important;
    width: max-content;
}

#products .product > div > div.p-in > .p-in-in > .ratings-wrapper > .availability{
    text-align: left;
    padding: 10px;
}

#products .product > div > div.p-in > .p-in-in > .ratings-wrapper > .availability > span{
    color:#1a1a1a !important;
}
#products .product > div > div.p-in > .p-in-in > .ratings-wrapper > .availability{
    background-color: #F6E8DE;
}

#products .product > div > div.p-in > .p-in-in > .ratings-wrapper > .availability:has(span.availability-amount){
    background-color: #DEF6E2 !important;
}

#products .product > div > div.p-in > .p-in-in > a.name{
    font-size: 15px;
    font-weight: 700;
    color:#000;
    margin-bottom:5px;
    transition: color .15s ease-out;
    text-align: left !important;
    height:80px !important;
}

#products .product > div > div.p-in > .p-in-in > a.name:hover{
    color:#F5AF05;
}

#products .product > div > .p-code, #products .product > div > div.p-in > .p-bottom > div > .p-desc{
    display: none;
}

#products .product > div > div.p-in > .p-bottom > div{
    flex-direction: column;
    align-items: unset !important;
}

#products .product > div > div.p-in > .p-bottom > div > div.prices{
    margin-top: 20px;
}

#products .product > div > div.p-in > .p-bottom > div > div.prices > div.price.price-final > strong, #products .product > div > div.p-in > .p-bottom > div > div.prices > div.price.price-final > span{
    color: #F5AF05 !important;
    font-size: 17px !important;
}
#products .product > div > div.p-in > .p-bottom > div > div.prices > div.price-additional{
    color:#000;
    padding-bottom: 5px;
}

#products .product > div > div.p-in > .p-bottom > div > div.p-tools > form > button, #products .product > div > div.p-in > .p-bottom > div > div.p-tools > a{
    width:100%;
    margin-top: 30px;
    background-color: #F5AF05;
    color:#191919;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    border:none !important;
}

#products .product > div > div.p-in > .p-bottom > div > div.p-tools > a{
    text-transform: capitalize;
}

#products .product > div > div.p-in > .p-bottom > div > div.p-tools > form > button::before, #products .product > div > div.p-in > .p-bottom > div > div.p-tools > a::before{
    content:"" !important; 
}

#products .product > div > div.p-in > .p-bottom > div > div.p-tools > form > button::after{
    content: "";
    background:url("/user/documents/upload/shopping-bag-line.png") no-repeat;
    background-size: contain;
    width:16px !important;
    height:14px !important;
    display: block;
    position: absolute;
    right:10px;
    top:50%;
    translate: 0% -60% !important;
    transition: filter .2s ease-out;
    scale:1.15;
}

#products .product > div > div.p-in > .p-bottom > div > div.p-tools > a:after{
    content: "";
    background:url("/user/documents/upload/info-icon.svg") no-repeat;
    background-size: contain;
    width:18px !important;
    height:18px !important;
    display: block;
    position: absolute;
    right:10px;
    top:50%;
    translate: 0% -50% !important;
    transition: filter .2s ease-out;
    scale:1.15;
}

#products .product > div > div.p-in > .p-bottom > div > div.p-tools > form > button:hover, #products .product > div > div.p-in > .p-bottom > div > div.p-tools > a:hover{
    background-color: #191919;
    color:#F5AF05;
    border-color: none;
}

#products .product > div > div.p-in > .p-bottom > div > div.p-tools > form > button:hover::after, #products .product > div > div.p-in > .p-bottom > div > div.p-tools > a:hover::after{
    filter:invert(1);
}

/**KONTAKTY**/

@media (min-width: 1200px) {
    .content-inner:has(div#contact-page){
        max-width: 1418px;
    }
}

div#contact-page section{
    margin-bottom: 70px;
}

div#contact-page h2{
    letter-spacing: 0.56px;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 700 !important;
}
div#contact-page h3{
    letter-spacing: 0.36px;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700 !important;
}

div#contact-page h3 span{
    font-weight: 500 !important;
}

div#contact-page p, div#contact-page div, div#contact-page ul li{
    font-size: clamp(14px, 1.6vw, 16px);
}

div#contact-page b{
    color:#f5af05 !important;
}

div#contact-page span.contact-name{
    color:#1a1a1a;
    font-weight: 600 !important;
}

div#contact-page ul li::marker{
    color:#f5af05;
}


div#contact-page div.contact-two_col{
    display: flex;
    margin-bottom: 5px;
    justify-content: left;
}

div#contact-page div.contact-two_col >div{
    flex-basis:300px;
}


div#contact-page .contact-flex_top{
    display: flex;
    flex-direction: column;
    gap:40px;
    align-items: unset;
    margin-top: 70px;
}

div#contact-page .contact-flex-item_top .contact-two_col{
    background-color: #f7f7f7;
    background:linear-gradient(180deg,rgba(247, 247, 247, 1) 34%, rgba(255, 255, 255, 1) 68%);
    padding-left: 2%;
    padding-bottom: 15px;
    gap:5px;
}

@media (min-width:900px){
    div#contact-page .contact-flex-item_top{
        flex-basis: 37%;
    }
    div#contact-page .contact-flex-item_top:first-child{
        flex-basis: 63%;
    }

    div#contact-page .contact-flex_top{
        flex-direction: row;
        align-items: center;
    }
}

div#contact-page .contact-flex-item_form, div#contact-page .contact-flex-map{
    flex-grow: 1;
}

div#contact-page .contact-flex-item_form > p{
    font-weight: 600 !important;
    color:#1a1a1a;
}

div#contact-page .contact-flex-item_form form fieldset > div{
    margin-bottom: 10px !important;
}

div#contact-page .contact-flex-item_form form fieldset div >  input:focus-visible, div#contact-page .contact-flex-item_form form fieldset div >  textarea:focus-visible{
    outline:none !important;
    outline-offset: 0px !important;
    box-shadow:none !important;
    border-color: #f5af05;
}

div#contact-page .contact-opening_time{
    display: flex;
    align-items: center;
}

div#contact-page .contact-opening_time > div{
    flex-basis: 160px;
}

div#contact-page a.contact-tel{
    margin-top: 8px;
}

div#contact-page a.contact-tel, div#contact-page a.contact-mail{
    display: block;
    padding-left: 28px;
    padding-block: 3px;
    text-decoration: none;
    position: relative;
}

div#contact-page a.contact-tel:hover::before, div#contact-page a.contact-mail:hover::before{
    scale:1.25;
}

div#contact-page a.contact-tel::before, div#contact-page a.contact-mail::before{
    position: absolute;
    content: "";
    width:20px;
    height:20px;
    top:50%;
    translate: 0% -50%;
    left:0px;
    transition: all .2s ease-out;
}

div#contact-page a.contact-tel::before{
    background:url("/user/documents/upload/icon-tel.svg") no-repeat;
        background-size: cover;
}

div#contact-page a.contact-mail::before{
    background:url("/user/documents/upload/icon-mail.svg") no-repeat;
        background-size: cover;
}


div#contact-page .contact-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 35px;
    padding-inline:2%;
    gap: 15px;
}

@media (min-width:550px){
    div#contact-page .contact-map iframe{
        box-shadow: 5px 5px 15px #E6E6E6;
    }
    div#contact-page .contact-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:1200px){
    div#contact-page .contact-grid{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* div#contact-page .contact-grid_item{
    padding:15px;
    background: #f7f7f7;
    background:linear-gradient(180deg,rgba(255, 255, 255, 1),  rgba(247, 247, 247, 1) 34% 68%);
    box-shadow: 2px 2px 5px #E6E6E6;
} */

div#contact-page .contact-flex_bottom{
    display: flex;
    flex-direction: column;
    gap:50px;
    align-items: top;
    margin-top: 35px;
    margin-bottom: 50px;
    background: #f7f7f7;
    background:linear-gradient(180deg,rgba(255, 255, 255, 1),  rgba(247, 247, 247, 1) 34% 68%);
}

@media (min-width:730px){
    div#contact-page .contact-flex_bottom{
        flex-direction: row;
        padding-left: 5%;
        background:linear-gradient(180deg,rgba(247, 247, 247, 1) 34%, rgba(255, 255, 255, 1) 68%);
    }
    div#contact-page .contact-flex-item_bottom{
        flex-basis: 300px;
    }
}

/**Proc XEVO**/

div#why-page p{
    font-size: clamp(14px, 1.5vw, 15px);
    margin-bottom: 15px;
    text-wrap:pretty;
    text-align: justify;
    line-height: 1.5;
}

div#why-page section{
    margin-bottom: 80px;
}

div#why-page h2{
    letter-spacing: 0.56px;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 700 !important;
}

div#why-page h3{
    letter-spacing: 0.36px;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700 !important;
}

div#why-page h4{
    letter-spacing: 0.36px;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 600 !important;
}

div#why-page strong{
    color:#F5AF05;
}

div#why-page .gallery{
    display: grid;
    grid-template-columns: repeat(2, 42%);
    gap:16%;
    margin-top: 50px;
    position: relative;
}
div#why-page .gallery::after{
    content: "";
    position:absolute;
    top:50%;
    left:50%;
    width:20vw;
    max-width: 200px;
    height:20vw;
    max-height: 200px;
    background:url("/user/documents/upload/xevo/sipka_zluta.svg") ;
    background-repeat: no-repeat;
    background-size: cover;
    translate: -50% -50%;
}

div#why-page .gallery-item img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

div#why-page .why-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap:25px;
    margin-bottom: 25px;
}
div#why-page .why-grid-item{
    padding: 25px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    transition: background-color .15s ease-out;

}

div#why-page .why-grid-item p{
    text-align: left;
    text-wrap: balance;
}

div#why-page .why-grid-item:hover{
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 24px;
}

div#why-page .why-link{
    margin-top:25px;
}
div#why-page .why-link a{
    display: block;
    text-align: center;
    background-color: #F5AF05;
    color:#191919;
    font-weight: 700;
    padding-inline: 70px;
    padding-block: 15px;
    width:100%;
    font-size: 17px;
    text-decoration: none;
    letter-spacing: 0.75px;
}

div#why-page .why-link a:hover{
    background-color: #191919;
    color:#F5AF05;
    border-left:none !important;
    border-color: #F5AF05;
}

/**SOFTWARE**/
main:has(div#page-software) .empty-content-category{
    display: none;
}

div#page-software p{
    font-size: clamp(15px, 1.6vw, 16px);
    margin-bottom: 15px;
    text-wrap:pretty;
    text-align: justify;
    line-height: 1.5;
}

@media (max-width:990){
div#page-software section{
    padding-bottom: 40px;
}
}

div#page-software section:last-child{
    padding-bottom: 70px;
}

div#page-software section:first-child{
    margin-top: 80px;
}

div#page-software h2{
    letter-spacing: 0.56px;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 700 !important;
}


div#page-software h2:after {
    content:"";
    width:100px;
    height:2px;
    background:#f5af05;
    display:block;
    margin-top:10px;
}

div#page-software h3{
    letter-spacing: 0.36px;
    font-size: clamp(20px, 2.2vw, 22px);
    font-weight: 700 !important;
    text-transform: uppercase;
}

div#page-software h4{
    letter-spacing: 0.36px;
    font-size: clamp(18px, 2.2vw, 20px);
    font-weight: 600 !important;
    color:#f5af05;

}

div#page-software .software-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:20px;
    align-items: center;
    position: relative;
}

@media (min-width:991px){
    div#page-software .software-grid{
        grid-template-columns:repeat(2, 1fr);
        gap:60px;
    }
}

div#page-software .software-img{
    background:url("/user/documents/upload/pc_software.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height:500px;
    width: 100%;
}

@media (max-width:530px){
    div#page-software .software-img{
        height:300px;
    }
}
@media (min-width:991px){
    div#page-software .software-fixed{
        background:url("/user/documents/upload/software_bg_new.jpeg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height:180px;
        width: 100%;
        background-attachment: fixed;
        opacity: 0.55;
    } 
}
@media (min-width:992px){
    div#page-software .software-img{
        border-radius: 0px 20px 0px 0px;
    }
    div#page-software .software-bg{
        padding-left:20px;
        background-color: #f5f5f5;
    }
}

div#page-software .link{
    margin-top:25px;
}

@media (max-width:991px){
    div#page-software .link-pc{
        display: none;
    }
}

@media (min-width:992px){
    div#page-software .link-mobile{
        display: none;
    }
}

div#page-software .link a{
    display: block;
    text-align: center;
    background-color: #F5AF05;
    color:#191919;
    font-weight: 700;
    padding-inline: 70px;
    padding-block: 15px;
    width:100%;
    font-size: 17px;
    text-decoration: none;
    letter-spacing: 0.75px;
}

div#page-software .link a:hover{
    background-color: #191919;
    color:#F5AF05;
    border-left:none !important;
    border-color: #F5AF05;
}

div#page-software .software-panels p{
    font-weight: 500;
    color:#232323;
    text-align: left;
    text-wrap: balance;
}
@media (min-width:992px){
    div#page-software .software-key-functions{
        padding-left:20px;
    }
}

div#page-software .software-panels div{
    padding: 20px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    transition: background-color .15s ease-out;
    margin-bottom: 6px;
}
@media (min-width:992px){
    div#page-software .software-panels div:last-child{
        border-radius: 0px 0px 20px 0px;
    }
}

div#page-software .software-panels div:hover{
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 19px;
}
/**ZASADY**/

/* div#page-gdpr{

} */

div#page-gdpr h2{
    letter-spacing: 0.56px;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 700 !important;
}
div#page-gdpr h2{
    letter-spacing: 0.56px;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 700 !important;
}

div#page-gdpr  h3{
    letter-spacing: 0.36px;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700 !important;
    text-align: center;
}

div#page-gdpr p{
    font-size: clamp(14px, 1.5vw, 15px);
    margin-bottom: 15px;
    text-wrap:pretty;
    text-align: justify;
    line-height: 1.5;
}


/**FOOTER**/

#footer a.normal-link{
    color:#fff;
    transition:all .3s ease-out;
}

#footer a.normal-link:hover{
    color:#F5AF05;
}

#footer a.highlited-link{
    color:#F5AF05;
    text-decoration: underline;
    transition:all .3s ease-out;
}

#footer a.highlited-link:hover{
    color:#fff;
}

#footer b.yellow{
    color:#F5AF05;
}

.custom-footer{
    padding-left:0px !important;
    border: none !important;
}

#footer {
    background:#191919;
    color:white;
}

#footer>.container {
    background:#191919;
    color:white;
}

#footer .site-name {
    display:none;
}

#footer .banner span {
    color:white !important;
}

#footer .banner h3 {
    font-family: "Barlow";
    font-weight:900 !important;
    color:white;
    text-transform:uppercase;
}

#footer .banner h3:after {
    content:"";
    width:75px;
    height:1px;
    background:#f5af05;
    display:block;
    margin-top:5px;
}

@media (max-width: 767px) {
    .banner {
        min-height: unset !important;
    }
}

/**OTHER**/

::selection{
    background-color: #F5AF05;
    color:#1a1a1a;
}

::-webkit-scrollbar{
    background-color: #F5AF05;
    width:12px;
}

::-webkit-scrollbar-thumb{
    background-color: #323232;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .content-inner:has(div[itemprop="about"]){
        max-width: 1000px;
    }
}