/*OBECNÉ*/

.in-index #tab-content > .tab-pane {
    display: block;
    opacity: 1;
    margin-bottom: 70px;
}

.in-index #tab-content > .tab-pane > a:hover {
    text-decoration: underline;
}

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

.homepage-group-title {
    position: relative;
    z-index: 2;
    display: block;
    text-align: left;
    margin: 0 100px -35px 13px;
    font-size: 26px;
}

.myproducts-swiper .swiper-button-prev::after, .myproducts-swiper .swiper-button-next::after {
    content: none;
}

.myproducts-swiper .swiper-button-prev::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-image: url("/user/documents/upload/kodovani/chevron-circle-left.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

.myproducts-swiper .swiper-button-prev {
    margin-right: 6px !important;
}

.myproducts-swiper .swiper-button-next, .myproducts-swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0;
}

.myproducts-swiper .swiper-button-next::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-image: url("/user/documents/upload/kodovani/chevron-circle-right.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

.in-index .tab-pane .products-block {
    margin: 0;
    flex-wrap: nowrap;
    padding-top: 50px;
}

.myswiper-navi {
    position: absolute;
    top: 0px;
    right: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}















/*RESPO*/

@media (max-width: 1600px) {

}

@media (max-width: 1439px) {

}

@media (max-width: 1199px) {
    .myproducts-swiper .swiper-button-next, .myproducts-swiper .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .myswiper-navi {
        right: 5px;
    }
    .homepage-group-title {
        margin-left: 5px;
    }
    .in-index #tab-content > .tab-pane {
        margin-bottom: 40px;
    }
    .homepage-group-title {
        font-size: 22px;
    }
}

@media (max-width: 499px) {
    .myproducts-swiper .swiper-button-next, .myproducts-swiper .swiper-button-prev {
        width: 28px;
        height: 28px;
    }
    .myswiper-navi {
        top: 6px;
    }
    .in-index #tab-content {
        padding: 0;
    }
    .products-block .p .name {
        padding-left: 8px;
        padding-right: 8px;
    }
}
