/*OBECNÉ*/
#nav-manufacturers
{
    display: none
}
img {
    max-width: 100%;
    vertical-align: middle;
}

#signature a.image img {
    margin-bottom: 6px;
}

#signature {
    align-items: center;
}

.remedio-signature {
    display: inline-flex;
    align-items: center;
    margin-right: 11px;
}

.remedio-logo {
    margin: 0 7px 0 8px;
}

.remedio-spaceman {
    margin-right: 10px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    font-size: 16px;
}

/*HEADER*/

@media(min-width: 991px) {
    #header {
        position: relative;
        margin-top: 60px;
        background: transparent;
        z-index: 1;
        padding-top: 45px;
    }
    .topheader {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        background: #fff;
    }
    .topheader .container {
        display: flex;
        justify-content: space-between;
        min-height: auto !important;
    }
    .topheader .container::before, .topheader .container::after {
        content: none !important;
    }
    .topheader-phone {
        display: flex;
        align-items: center;
    }
    .topheader-phone p {
        margin: 0 0 0 8px;
        color: #676767;
        font-size: 14px;
    }
    .topheader-phone p a {
        color: #1B3740;
        font-size: 17px;
        margin-right: 7px;
    }
    .topheader-rest > a:first-child {
        margin-right: 18px;
    }
    #header .site-name {
        margin-right: 50px;
    }
    #header .site-name a img {
        max-height: 105px;
    }
    .navigation-buttons a[data-target="login"], .navigation-buttons a[data-target="cart"] {
        display: none;
    }
    .navigation-in {
        font-size: 18px;
        background: transparent;
    }
    .navigation-in ul li a b {
        font-weight: 400;
        text-transform: uppercase;
    }
    .fitted .navigation-in ul {
        justify-content: space-evenly;
    }
    .navigation-buttons>a {
        border: none !important;
    }
    .navigation-buttons {
        border: none;
    }
    .navigation-in>ul>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .navigation-in>ul>li>a>b {
        position: relative;
    }
    .navigation-in>ul>li>a>b::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 0;
        background: #B1D600;
        left: 0;
        bottom: -15px;
        transition: all ease 300ms;
    }
    .navigation-in>ul>li>a>b:hover::after {
        width: 100%;
    }
    .navigation-in ul {
        height: 80px;
    }
    .navigation-buttons a[data-target="search"] {
        background: transparent;
    }
    .navigation-buttons a[data-target="search"]:hover {
        background: transparent;
    }
    .menu-helper>span {
        background-color: transparent;
        font-weight: 400;
        text-transform: uppercase;
    }
    body:not(.in-index) #header {
        background: radial-gradient(121.87% 283.48% at 86.14% 116.73%, #1A1D1D 0%, #3B3C3B 28.04%, #1A1D1D 68.69%);
        padding-bottom: 45px;
    }
    .topheader-rest .navigation-buttons a[data-target="search"], .topheader-rest .navigation-buttons a[data-target="navigation"], .topheader-rest .dropdown {
        display: none
    }
    .topheader-rest .navigation-buttons a[data-target="login"], .topheader-rest .navigation-buttons a[data-target="cart"] {
        display: block;
    }
    .topheader-rest a {
        background-color: transparent !important;
    }
    .topheader-rest .navigation-buttons a {
        height: 60px;
        position: relative;
        width: 40px;
    }
    .topheader-rest .navigation-buttons a[data-target="login"]::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 28px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("/user/documents/upload/kodovani/user.svg") no-repeat center;
        background-size: contain;
    }
    .topheader-rest .navigation-buttons a[data-target="cart"]::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 26px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("/user/documents/upload/kodovani/shopping-bag.svg") no-repeat center;
        background-size: contain;
    }
    .navigation-buttons > a[data-target="cart"] i {
        background: #B1D600;
        color: #FFF;
        top: 30px;
    }
    .navigation-buttons .dropdown ul.dropdown-menu {
        margin-top: -25px;
        background-color: transparent;
        border: 1px solid var(--_color-header-dropdown-border);
    }
    .navigation-buttons .dropdown ul.dropdown-menu li a {
        background-color: transparent;
    }
}



/*CAROUSEL*/

#carousel {
    padding-top: 145px;
    background: url("/user/documents/upload/kodovani/carousel-bgnd.png") no-repeat center;
    background-size: cover;
    margin-top: -145px;
}

.carousel-inner {
    min-height: unset !important;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 60%;
    max-width: 787px;
}

.extended-banner-texts {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 660px;
    margin-right: 10px;
}

.extended-banner-title, .extended-banner-text, .extended-banner-link {
    padding: 0;
    position: relative;
    border: none;
    background: transparent;
    box-shadow: none;
}

.carousel-inner a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.extended-banner-title {
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    display: block;
    margin-bottom: 50px;
}

.extended-banner-title span {
    color: #767676;
    font-weight: 700;
    font-size: 27px;
}

.extended-banner-text {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    display: block;
    max-width: 100%;
    margin-bottom: 50px;
}

.extended-banner-link {
    color: #262525;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 45px;
    background: #B1D600;
    border-radius: 22px;
    transition: all ease 300ms;
}

.extended-banner-link:hover {
    color: #fff;
}

/*KATEGORIE*/

.next-to-carousel-banners {
    margin: 50px auto 0;
}

.top-categories {
    display: flex;
    justify-content: center;
}

.top-category {
    position: relative;
    margin: 0 50px 20px;
    transition: all ease 300ms;
}

.top-category .overall-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.top-category-img {
    padding: 23px;
    background: radial-gradient(75.52% 75.52% at 71.46% 22.18%, #F2F800 0%, #84BF00 100%);
    border-radius: 50%;
    transition: all ease 300ms;
}

.top-category-title h2 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 33px 0 18px;
}

.grey-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 20px 50px;
    background: #F1F3F5;
    border-radius: 20px;
}

.grey-btn:hover {
    background: #B1D600;
}

.top-category:hover .top-category-img {
    background: radial-gradient(75.52% 75.52% at 71.46% 22.18%, #1A1D1D 0%, #676767 100%);
    transition: all ease 300ms;
}

.top-category .btn-holder {
    text-align: center;
}

.columns-4 .products-block>div {
    padding: 25px;
}

/*ZNAČKY*/

.brands {
    margin: 150px auto;
}

.single-brand {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.single-brand img {
    max-width: 200px;
    filter: grayscale(1);
}

.brands-inner .slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-prev:before, .slick-next:before {
    color: black;
}

.slick-next {
    z-index: 1;
    right: 0;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

/*HP PRODUKTY*/

.products-block .p > a::before, .products-block .img > a::before {
    content: none;
}

.products-block > div .p .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}

.products-block > div .p {
    padding: 22px 0 0 0;
    border: none;
    box-shadow: 0px 0px 21.6654px rgba(0, 0, 0, 0.16);
    border-radius: 32px;
    background: #fff;
}

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

.products-block > div .p .p-bottom.single-button {
    padding: 0;
}

.products-block > div .p .p-bottom > div .p-tools .btn {
    width: 100%;
    background: #B1D600;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 0 15px;
    border-radius: 0 0 32px 32px;
    color: #000;
    text-transform: none;
    border: none !important;
}

.products-block > div .p .p-bottom > div .p-tools .btn:hover {
    text-decoration: underline;
}

.products-block .p-bottom .prices strong {
    font-size: 18px;
    font-weight: 400;
}

.homepage-group-title {
    display: block;
    text-align: center;
    font-size: 39px;
    margin: 0 0 60px;
}

.homepage-tabs-wrapper .shp-tabs-row {
    display: none;
}

.index-content-wrapper {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: url("/user/documents/upload/kodovani/daw.jpg") no-repeat top center;
    background-size: 100% auto;
}

.homepage-tabs-wrapper {
    max-width: 1418px;
    margin: 0 auto;
}

.welcome > h1 {
    display: none;
}

.thirty {
    position: relative;
    max-width: 1015px;
    margin: 130px auto;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.thirty-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.thirty::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.56);
    filter: blur(67.3012px);
    border-radius: 64.8086px;
}

.thirty > * {
    position: relative;
    z-index: 1;
}

.thirty h2 {
    font-size: 54px;
    color: #fff;
    margin: 0 0 20px;
}

.usps {
    background: #B1D600;
}

.homepage-texts-wrapper>div {
    margin: 0;
}

.usps-inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.usps-inner::before, .usps-inner::after {
    content: none;
}

.usp h2 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: 11px 0 0;
}

.usp .img-holder {
    text-align: center;
    min-height: 104px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hpblog {
    background: linear-gradient(180deg, #1A1D1D -2.26%, #373A3A 95.29%);
}

.hpblog {
    padding: 150px 0 180px;
}

.hpblog h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.blog-inner {
    display: flex;
}

.hpblog-post {
    margin: 35px;
    width: calc(33.333% - 70px);
}

.hpblog-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.hpblog-image img {
    position: absolute;
    max-width: unset;
    height: 100%;
    width: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.hpblog-loader {
    display: none;
}

.hpblog-date time {
    color: #767676;
    font-size: 14px;
}

.hpblog-date {
    margin: 20px 0;
}

.hpblog-title a {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#dklab_instagram_widget {
    margin-top: 0;
}

body:not(.in-index) #dklab_instagram_widget {
    display: none;
}

.homepage-texts-wrapper {
    margin-bottom: 0;
    align-items: unset;
}

#dklab_instagram_widget_in {
    margin-bottom: -1px;
}

#dklab_instagram_widget_heading>span.logo {
    display: none;
}

#dklab_instagram_widget_heading {
    padding: 60px 0;
    background: #B1D600;
}

#dklab_instagram_widget_heading>.text {
    margin: 0;
    font-size: 28px;
    line-height: 1.5;
}

#dklab_instagram_widget_heading>.text span {
    font-size: 36px;
}

#dklab_instagram_widget_heading>a.text:hover {
    color: #000;
    opacity: 1;
}

/*FOOTER*/

.in-index #footer {
    position: relative;
    padding-top: 46.875vw !important;
    margin-top: 0;
}

.in-index #footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46.875vw;
    background: url("/user/documents/upload/kodovani/mountains1.jpg") no-repeat center;
    background-size: cover;
}

.footer-newsletter {
    display: none !important;
}

#footer {
    background: linear-gradient(180deg, #1A1D1D -2.26%, #444949 33.94%, #1A1D1D 100%);
    border: none;
    margin-top: 0;
}

.custom-footer__banner1 {
    width: 100%;
}

.footer-menu-inner a {
    color: #fff;
    font-size: 15px;
}

.footer-menu-inner {
    display: flex;
    justify-content: space-evenly;
}

.custom-footer__articles h4 {
    display: none;
}

.custom-footer__articles {
    width: 100%;
    padding: 0;
}

#footer ul li::before {
    content: none;
}

#footer ul {
    padding: 0;
    margin: 0;
}

.custom-footer__articles ul {
    display: flex;
    justify-content: space-evenly;
}

.custom-footer__articles a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.footer-logo {
    text-align: center;
    margin-top: 80px;
}

#footer a, #footer, #footer li a {
    color: #fff;
}

/*PODSTRÁNKY*/

.type-page h1 {
    text-align: center;
}

.type-page aside {
    display: none;
}


.breadcrumbs, .breadcrumbs a {
    color: #777777;
    font-size: 15px;
}

.breadcrumbs {
    padding-top: 10px;
}

.breadcrumbs>span>a::after {
    content: "/";
    font-family: "Poppins", sans-serif;
    padding: 10px 0 10px 10px;
}

.breadcrumbs>span>a, .breadcrumbs>span>span {
    padding: 10px 0 10px 10px;
}

.breadcrumbs > span:last-child {
    font-weight: 600;
}

/*PŮJČOVNA*/

.smaller-inner {
    max-width: 860px;
    margin: 0 auto;
}

.disclaimer {
    text-align: center;
    margin: 40px 0;
}

.disclaimer strong {
    font-size: 18px;
}

h2, .h2 {
    font-size: 24px;
    line-height: 1.5;
}

.smaller-inner > img {
    margin-top: 20px;
}

.bigger-inner {
    max-width: 1200px;
    margin: 80px auto;
}

.mybox {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding: 25px 23px 15px;
    text-align: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.mybox span {
    display: block;
    color: #000000;
}

h3, .h3 {
    font-size: 18px;
    font-weight: 600;
}

.myeffect {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

.myeffect::after {
    content: "";
    position: absolute;
    width: 104px;
    height: 3px;
    background: #B1D600;
    left: calc(50% - 57px);
    bottom: 0;
}

.carts {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cart {
    max-width: 260px;
    width: 100%;
    margin: 18px;
}

.mybox .mybtn {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    background: #B1D600;
    border: 1px solid #B1D600;
    padding: 9px 30px;
    margin-top: 30px;
    border-radius: 15px;
    transition: all ease 300ms;
}

.mybox a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mybox:hover .mybtn {
    background: #fff;
}

.fordogs {
    text-align: center;
}

.fordogs-flex {
    display: flex;
    margin: 35px auto;
    max-width: 650px;
    justify-content: space-between;
    align-items: center;
}

.fordogs-text.mybox {
    max-width: 260px;
}

.rest > h2 {
    margin-bottom: 60px;
}

.rental-service {
    padding: 45px 30px;
    background: url("/user/documents/upload/rental-bgnd.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px -20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rental-service-inner {
    background: rgba(177, 214, 0, 0.85);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 50px 120px;
}

.rental-service-inner > div:first-child {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 260px;
    margin-right: 70px;
}

.rental-service .mybox .mybtn {
    background: #323232;
    border-color: #323232;
    color: #fff;
}

.rental-service .mybox:hover .mybtn {
    color: #323232;
    background: #fff;
}

.rental-usps-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto 100px;
}

.rental-usp {
    position: relative;
    text-align: center;
}

.rental-usp > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.rental-usp {
    text-align: center;
    margin: 20px;
}

.rental-usp > p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.rental-usp .img-holder {
    min-height: 76px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/*O NÁS*/

.special {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #B1D600;
    margin: 40px 0;
}

.smaller-inner > p {
    margin-bottom: 30px;
}

.aboutus-usps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.aboutus-usp {
    min-width: 170px;
    text-align: center;
    margin: 20px;
}

.aboutus-usp p:not(.highlighted) {
    font-weight: 600;
}

.highlighted {
    font-size: 40px;
    font-weight: 700;
    color: #B1D600D9;
}

.why h2 {
    text-align: center;
    margin-bottom: 70px;
}

.why-block {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.why-image {
    flex-shrink: 0;
    margin-right: 40px;
    min-width: 93px;
    display: flex;
    justify-content: center;
}

.ourteam >h2 {
    text-align: center;
    margin-bottom: 35px;
}

.ourteam-inner {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding: 30px;
}

.member {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 235px;
    width: 100%;
    margin: 20px;
}

.member .img-holder {
    border-radius: 50%;
    border: 4px solid #B1D600;
}

.member-text {
    margin-top: 22px;
}

.member h4 {
    margin-bottom: 15px;
}

.above-footer-usps {
    margin-top: 100px;
}

/*DETAIL KATEGORIE*/

.desktop.type-category .subcategories {
    display: none;
}

.category-header {
    justify-content: flex-end;
    border: none;
}

.category-header .listSorting__control {
    border: none;
    margin: 0;
    padding: 5px 10px;
    background: transparent;
}

#dkLabTopFilters #category-header > span.span--sort {
    width: 100%;
}

.category-header .listSorting__control.listSorting__control--current {
    border: none;
    font-weight: 600;
}

.category-header .listSorting__control:hover {
    background: transparent;
    text-decoration: underline;
}

#category-header.active .listSorting__controls {
    display: flex;
}

#category-header .listSorting__controls {
    display: none;
    flex-direction: column;

    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    min-width: 100%;

    background-color: #fff;
    border: 2px solid #000;
}

.sidebar .search-widget h4 {
    display: none;
}

.sidebar .search-widget .btn {
    background: transparent;
    border: none;
    width: 60px;
    height: 59px;
}

.sidebar .search-widget .btn::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/user/documents/upload/kodovani/search-magnifier.svg") no-repeat center;
    background-size: contain;
}

.sidebar .search .form-control {
    height: 59px;
    background: #FCFCFC;
    border: 1.12172px solid #DCDCDC;
    box-shadow: inset 0px 1.12172px 4.48689px rgba(0, 0, 0, 0.25);
    border-radius: 7.85205px;
}

.sidebar .search ::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #737373;
}

.sidebar {
    width: 420px;
}

.sidebar-inner>div {
    border: none;
}

.box-categories h4 {
    display: none;
}

.sidebar #categories {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 30px;
}

#categories > .categories > .topic {
    display: none;
}

.categories > ul > li:first-child > a {
    padding-top: 0;
}

.categories > ul > li > a {
    font-weight: 700;
    font-size: 18px;
    color: #262525;
    padding: 16px 0 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#categories .expandable > a > span, #categories .expandable>.topic>a>span {
    position: relative;
    left: auto;
    top: auto;
    width: 28px;
    height: 28px;
    background: #F1F1F1;
    border-radius: 50%;
    flex-shrink: 0;
}

#categories .expandable.expanded > a > span, #categories .expandable.expanded>.topic>a>span {
    background: rgba(177, 214, 0, 0.85);
}

#categories .expandable.expanded > a > span::before, #categories .expandable.expanded>.topic>a>span::before {
    content: "+";
    position: absolute;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 18px;
    transform: translate(-50%, -50%) !important;
}

#categories .expandable > a > span::before, #categories .expandable>.topic>a>span::before {
    content: "+";
    position: absolute;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    color: #BDBDBD;
    font-size: 18px;
    transform: translate(-50%, -50%) !important;
}

#categories a:hover span, #categories a:hover span::before {
    text-decoration: none !important;
}

.categories ul ul a {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    font-size: 15px;
    color: #737373 !important;
    padding-right: 0;
}

#categories .expandable>ul {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.categories ul ul ul a {
    padding-left: 20px;
}

#categories > .categories > ul > li.expandable.expanded a, #categories > .categories > ul > li.active a {
    color: rgba(177, 214, 0, 0.85);
}

.sidebar .sidebar-inner .box-filters {
    padding: 30px;
    border: 1px solid #E8E8E8;
}

.slider-wrapper {
    padding-top: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
}

.ui-slider .ui-slider-range {
    background: #B1D600D9;
}

.ui-slider, .slider-content {
    background: #E6E6E6;
}

.ui-slider-horizontal {
    height: 6px;
}

.slider-content {
    height: 6px;
    padding: 0 6px;
}

#category-filter-hover .filter-section:first-child {
    border-top-color: #B1D600;
}

.category-loader .hpblog {
    display: none;
}

.category-loader {
    padding-top: 19vw;
    background: url("/user/documents/upload/kodovani/daw.jpg") no-repeat top center;
    background-size: 100% auto;
}

/*DETAIL PRODUKTU*/

.p-detail-inner-header h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.5;
    margin: 0;
}

.p-basic-info-block {
    flex-wrap: wrap;
    border-width: 0;
}

.p-basic-info-block > div:first-child {
    width: 100%;
    margin-bottom: 10px;
}

.p-basic-info-block .block {
    padding-left: 0;
    flex: unset;
}

.p-basic-info-block .block a {
    color: #232323;
}

.p-basic-info-block .block .p-code {
    margin-right: 50px;
    font-size: 16px;
}

.p-param-block {
    display: none;
}

.p-to-cart-block {
    border: none;
    padding: 0;
    justify-content: flex-start;
}

.p-detail-tabs-wrapper {
    margin-top: 60px;
}

.shp-tab-link {
    border: none;
    background: transparent;
    border-width: 0;
}

.active .shp-tab-link {
    border: none !important;
}

.shp-tabs-holder ul.shp-tabs li a {
    border: none !important;
}

.shp-tabs-holder ul.shp-tabs li.active a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.shp-tabs-holder ul.shp-tabs li a {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 18px;
}

.shp-tab-link:hover {
    background-color: transparent;
    text-decoration: underline !important;
}

.shp-tabs-holder {
    border: none;
}

#productsRelated, #productsAlternative {
    position: relative;
    opacity: 1;
    margin-bottom: 70px;
    padding: 0 20px;
}

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

.otherproducts-title {
    font-size: 32px;
    text-align: center;
    padding-top: 65px;
    border-top: 1px solid #000000;
}

.myquantity {
    margin-bottom: 15px;
}

.myquantity .quantity {
    padding-left: 0px;
    padding-right: 72px;
    border-radius: 8px;
    border: 1px solid #DBDDE0;
}

.myquantity .quantity input {
    height: 42px;
    width: 65px;
    color: #52575C;
}

.myquantity .quantity .increase, .myquantity .quantity .decrease {
    height: 42px;
    width: 36px;
    top: 0;
}

.myquantity .quantity .decrease {
    border-right: none;
    right: 36px;
    left: auto;
    border-right: 1px solid #DBDDE0;
    border-left: 1px solid #DBDDE0;
}

.myquantity .quantity .increase {
    border-left: none;
}

.myquantity .quantity .increase::before, .myquantity .quantity .decrease::before {
    line-height: 42px;
}

.myquantity p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.p-final-price-wrapper>strong {
    margin-bottom: 5px;
}

.p-to-cart-block .add-to-cart-button.btn-conversion::before {
    content: none;
}

.p-to-cart-block .add-to-cart-button.btn-conversion {
    background: #B1D600;
    color: #000;
    line-height: 1;
    padding: 20px 42px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 21px;
}

.p-to-cart-block .add-to-cart-button.btn-conversion:hover {
    text-decoration: underline;
}

/*DRBKY*/

.type-page .content-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.scrolled .site-msg.information {
    position: fixed;
}

.site-msg.information {
    position: static;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: auto;
    z-index: 55555;
    text-align: center;
    opacity: 1;
    color: #000;
    background-color: #B1D600;
}

/*RESPO*/

@media (max-width: 1600px) and (min-width: 991px) {
    .topheader {
        height: 45px;
    }
    #header {
        margin-top: 45px;
        padding-top: 20px;
    }
    #header .site-name a img {
        max-height: 75px;
    }
    .topheader-phone p {
        font-size: 12px;
    }
    .topheader-phone p a {
        font-size: 14px;
    }
    #carousel {
        margin-top: -100px;
        padding-top: 115px;
    }
    .container.navigation-wrapper .site-name {
        flex-basis: 150px;
    }
    .carousel-inner a {
        max-width: 1200px;
        margin: 0 auto;
    }
    .extended-banner-title span {
        font-size: 22px;
    }
    .extended-banner-title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .extended-banner-text {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .extended-banner-link {
        border-radius: 14px;
        font-size: 16px;
        padding: 10px 35px;
    }
}

@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
    .top-category-img img {
        max-width: 175px;
    }
    .top-category-img {
        padding: 10px;
        max-width: 195px;
        margin: 0 auto;
    }
    .top-category-title h2 {
        font-size: 18px;
        margin: 25px 0 15px;
    }
    .grey-btn {
        padding: 15px 30px;
    }
    .next-to-carousel-banners {
        margin-top: 25px;
    }
    .brands {
        margin: 40px auto;
    }
    .homepage-tabs-wrapper {
        max-width: 1200px;
    }
    .columns-4 .products-block>div {
        padding: 10px;
    }
    .homepage-group-title {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .thirty {
        margin: 80px auto;
    }
    .thirty h2 {
        font-size: 34px;
    }
    .thirty-subtitle {
        font-size: 18px;
    }
    .usps-inner {
        padding: 40px 0;
    }
    .hpblog {
        padding: 60px 0;
    }
    .hpblog h2 {
        font-size: 32px;
    }
    #dklab_instagram_widget_heading {
        padding: 30px 0;
    }
    #dklab_instagram_widget_heading>.text span {
        font-size: 26px;
    }
    #dklab_instagram_widget_heading>.text {
        font-size: 22px;
    }
    .thirty-inner {
        max-width: 800px;
        margin: 0 auto;
    }
    .usps-inner {
        justify-content: space-around;
    }
    .usp img {
        max-width: 70px;
        max-height: 70px;
    }
    .usp .img-holder {
        min-height: 70px;
    }
    .single-brand img {
        max-width: 140px;
    }
}

@media (max-width: 1439px) {
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        width: 50%;
    }
    .grey-btn {
        font-size: 14px;
    }
    .top-category {
        margin: 0 30px 20px;
    }
    .index-content-wrapper {
        background-size: auto;
    }
    .usps-inner {
        justify-content: space-evenly;
    }
    .usps-inner {
        padding: 20px 0;
    }
    .hpblog {
        padding: 60px 0;
    }
    #dklab_instagram_widget_heading {
        padding: 20px 0;
    }
    .footer-logo {
        margin-top: 50px;
    }
    .footer-logo img {
        max-width: 150px;
    }
    #footer .banner {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navigation-in {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .extended-banner-title span {
        font-size: 18px;
    }
    .extended-banner-title {
        font-size: 28px;
    }
    .extended-banner-text {
        font-size: 16px;
    }
    .top-category-title h2 {
        font-size: 16px;
    }
    .top-category-img img {
        max-width: 150px;
    }
    .top-category-img {
        max-width: 160px;
        padding: 5px;
    }
    .grey-btn {
        padding: 13px 20px;
        border-radius: 15px;
    }
    .brands {
        margin: 30px auto;
    }
    .columns-4 .wide .products-block>div {
        width: 25%;
    }
    .homepage-group-title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .products-block > div .p .name {
        font-size: 16px;
        height: 44px;
    }
    .products-block > div .p .p-bottom > div .p-tools .btn {
        font-size: 16px;
        padding: 7px 0 9px;
    }
    .thirty h2 {
        font-size: 32px;
    }
    .thirty-inner {
        padding: 0 20px;
    }
    body {
        font-size: 14px;
    }
    .usp .img-holder {
        min-height: unset;
        max-height: 80px;
        max-width: 80px;
        margin: 0 auto;
        height: 80px;
    }
    .usp h2 {
        font-size: 14px;
    }
    .hpblog-post {
        margin: 15px;
        width: calc(33.333% - 30px);
    }
    #dklab_instagram_widget_heading>.text span {
        font-size: 20px;
    }
    #dklab_instagram_widget_heading>.text {
        font-size: 18px;
    }
    .category-loader {
        background-size: auto;
    }
    .p-detail-inner-header h1 {
        font-size: 30px;
    }
    .breadcrumbs, .breadcrumbs a {
        font-size: 12px;
    }
    body:not(.in-index) #header {
        padding-bottom: 15px;
    }
    .thirty-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .usp img {
        max-height: 50px;
    }
    .usp .img-holder {
        min-height: 50px;
    }
    .footer-logo {
        margin-top: 20px;
    }
    .custom-footer > .custom-footer__instagram {
        padding: 0;
    }
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .topheader {
        display: none;
    }
    .top-categories {
        flex-wrap: wrap;
    }
    .navigation-buttons a[data-target="cart"]::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("/user/documents/upload/kodovani/cart.svg") no-repeat center;
        background-size: contain;
    }
    .navigation-buttons a[data-target="search"]::before {
        content: "";
        position: absolute;
        width: 23px;
        height: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("/user/documents/upload/kodovani/magnifier.svg") no-repeat center;
        background-size: contain;
    }
    .navigation-buttons>a {
        border: none;
    }
    #header .site-name a img {
        max-height: 50px;
    }
    .extended-banner-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .extended-banner-title span {
        font-size: 16px;
    }
    .extended-banner-text {
        font-size: 14px;
    }
    .extended-banner-link {
        font-size: 14px;
        padding: 10px 30px;
        border-radius: 15px;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        width: 45%;
    }
    .columns-4 .wide .products-block>div {
        width: 33.333%;
    }
    .products-block {
        justify-content: center;
    }
    .hpblog-post {
        margin: 5px;
        width: calc(33.3333% - 10px);
    }
    .hpblog-date {
        margin: 10px 0;
    }
    .hpblog-title a {
        font-size: 14px;
    }
    html:not(.scrolled) body.in-index #header {
        background: transparent;
        box-shadow: none;
    }
    .navigation-buttons a {
        background: transparent !important;
    }
    #navigation {
        padding-top: 0;
    }
    html.scrolled #header {
        background: radial-gradient(121.87% 283.48% at 86.14% 116.73%, #1A1D1D 0%, #3B3C3B 28.04%, #1A1D1D 68.69%);
    }
    body:not(.in-index) #header {
        background: radial-gradient(121.87% 283.48% at 86.14% 116.73%, #1A1D1D 0%, #3B3C3B 28.04%, #1A1D1D 68.69%);
    }
    #navigation .menu-level-1 {
        padding-top: 60px;
    }
    .navigation-in>ul>li {
        margin: 0 25px;
    }
    .navigation-in ul li a {
        padding-left: 10px;
        padding-right: 0;
        border-bottom: 1px solid #B1D600;
        text-transform: uppercase;
    }
    .navigation-in>ul>li>a>b, .navigation-in>ul>li>a>span {
        padding: 15px 0;
    }
    .navigation-in .navigationActions {
        border: none;
    }
    .navigation-in>ul>li>a>span {
        text-transform: none;
    }
    .navigation-in .navigationActions {
        margin-top: 20px;
    }
    .navigation-in .navigationActions li a {
        border: none;
    }
    .usps-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .usp {
        margin: 20px 35px;
        width: auto;
    }
    .blog-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hpblog-post {
        min-width: 260px;
        margin: 20px;
        text-align: center;
    }
    #footer {
        padding-bottom: 0;
    }
    .footer-bottom {
        display: flex;
        flex-wrap: wrap;
    }
    #signature {
        margin: 0 0 5px 0;
        width: 100%;
        text-align: center;
    }
    .footer-bottom .copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        display: block;
    }
    .products-block > div .p .name {
        margin-bottom: 5px;
    }
    body:not(.in-index) #header {
        padding-bottom: 0;
    }
    .rental-service-inner {
        padding: 30px 50px;
    }
    .smaller-inner h2 br {
        display: none;
    }
    .rental-usps-inner {
        justify-content: center;
    }
    .aboutus-usps {
        justify-content: center;
    }
    .site-msg.information {
        top: auto;
        bottom: 0;
        position: fixed;
    }
}

@media (max-width: 767px) {
    .carousel-inner a {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        max-width: 400px;
        width: 100%;
    }
    .extended-banner-texts {
        max-width: 400px;
        text-align: center;
        margin: 15px 0;
    }
    .extended-banner-text {
        margin-bottom: 30px;
    }
    .extended-banner-text {
        font-weight: 400;
    }
    .columns-4 .wide .products-block>div {
        width: 50%;
        min-width: 280px;
    }
    .tab-pane .products-block {
        margin: 0;
    }
    .homepage-group-title {
        font-size: 26px;
    }
    .thirty h2 {
        font-size: 26px;
    }
    .thirty-subtitle {
        font-size: 16px;
    }
    .custom-footer__articles ul {
        flex-wrap: wrap;
    }
    .custom-footer__articles ul li {
        padding: 5px !important;
    }
    #footer .banner {
        min-height: auto;
    }
    .custom-footer__articles a {
        font-size: 14px;
    }
    .shp-tabs-holder ul.shp-tabs li.active a {
        font-size: 20px;
    }
    .p-to-cart-block{
        justify-content: space-between;
    }
    .rental {
        text-align: center;
    }
    .fordogs-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fordogs-text.mybox {
        margin-top: 20px;
    }
    .rental-service-inner > div:first-child {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .rental-service-inner {
        flex-direction: column;
    }
    .next-to-carousel-banners > .banner-wrapper {
        max-width: 100%;
    }
    .brands {
        padding: 0;
    }
    .remedio-signature {
        justify-content: center;
    }
    #dkLabTopFilters #category-header:after {
        top: 50%;
        transform: translateY(-50%);
    }
    #category-header .listSorting__controls {
        border-width: 1px;
        top: calc(100% + 8px);
    }
    .category-header .listSorting__control {
        font-size: 10px;
    }
}
.homepage-blog-wrapper{
    background: linear-gradient(180deg, #1A1D1D -2.26%, #373A3A 95.29%);
    padding: 150px 0 180px !important;
    width: -webkit-fill-available;
}

.homepage-blog-wrapper .homepage-group-title
{
    font-size: 35px !important;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.homepage-blog-wrapper.blog-wrapper .news-item .description
{
    display: none;
}

.homepage-blog-wrapper .news-item .text .title {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.homepage-blog-wrapper .news-item .image img
{
    border-radius: 15px 15px 0 0;
}
@media (max-width: 499px) {
    .products-block > div .p {
        height: auto;
    }
    .tab-content{
        padding-left: 0;
        padding-right: 0;
    }
    .hpblog-post {
        min-width: 240px;
    }
    #carousel {
        padding-top: 80px;
        margin-top: -60px;
    }
    .extended-banner-title {
        font-size: 20px;
        line-height: 1.5;
    }
    .extended-banner-title span {
        font-size: 14px;
    }
    #navigation .menu-level-1 {
        padding-top: 40px;
    }
    .usp {
        width: 100%;
    }
    #header .site-name a img {
        max-height: 35px;
    }
    .p-detail-inner-header h1 {
        font-size: 22px;
    }
    .p-to-cart-block .add-to-cart-button.btn-conversion {
        padding: 15px 32px;
        border-radius: 14px;
    }
    .myquantity p {
        font-size: 16px;
    }
    .p-final-price-wrapper>strong {
        font-size: 26px;
    }
    .p-to-cart-block {
        flex-wrap: wrap;
    }
    .p-to-cart-block > div {
        margin-bottom: 5px;
    }
    .p-to-cart-block .add-to-cart-button.btn-conversion {
        margin-left: 0;
    }
    .p-to-cart-block .p-final-price-wrapper {
        margin-left: 15px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    .rental-service-inner {
        padding: 15px;
    }
    .why-block {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .why-image {
        margin: 0 0 15px;
    }
    .brands {
        margin: 0 auto;
    }
    .next-to-carousel-banners {
        margin-top: 0;
    }
    .index-content-wrapper {
        background-image: url("/user/documents/upload/kodovani/bg_mobil_2.jpg");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #000;
    }
    .in-index #footer::before {
        background-image: url("/user/documents/upload/kodovani/vozitko_mobil.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        height: 86.875vw;
    }
    .in-index #footer {
        padding-top: 86.875vw !important;
    }
    .products-block>div {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    #carousel .carousel-control.left,
   #carousel .carousel-control.right
   {
       top: 25% !important;
   }   
   }
   
   @media (min-width: 321px) and (max-width: 479px) {
       .columns-mobile-2 .homepage-blog-wrapper .news-item {
           padding: 10px;
           margin: auto;
           width: 240px;
       }
           .columns-mobile-2 .homepage-texts-wrapper>div {
           margin: 0;
       }
       .homepage-blog-wrapper {
       padding: 60px !important;
       margin: 0px !important;
   }
   }
   