.red {
    color: red !important;
}

.footer__col h3 {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}


.product__item--buy input[type="text"] {
    display: inline-block;
    width: 43px;
    height: 36px;
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.thx {
    font-size: 32px;
    color: red;
}

.modal-footer {
    justify-content: space-around;
}

.modal-footer a {
    border: 1px solid red;
    color: red;
    margin-top: 10px;
}

.modal-footer a:hover {
    background: red;
    color: white;
}

.modal-footer button {
    background: red;
    color: white;
    margin-top: 10px;
}

.modal-footer button:hover {
    border: 1px solid red;
    color: red;
    background: white;
}

.modal-header {
    align-items: center;
}

.modal-header .close {
    margin: 0;
    padding: 0;
}

.modal-title {
    color: black;
}

.modal-body {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reference h2::after {
    display: none;
}

.gallery-heading {
    display: flex;
}

.aktualni {
    font-size: 24px;
    color: black;
}

.aktualni-s {
    font-size: 18px;
    color: black;
}

.go-up {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.go-up svg {
    transform: rotate(90deg);
}

footer {
    position: relative;
}

.gallery-text {
    padding: 1rem;
    min-width: 150px;
    position: relative;
    background: #ecf8fe;
}

.gallery-text h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
}

.gallery-text h2::after {
    display: none;
}

.news-wrap {
    display: flex;
}

.news-right {
    width: 50%;
    padding: 1rem;
    background: #ecf8fe;
    position: relative;
}

.gallery:not(.non) {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.gallery:not(.non) .item {
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #e1e1e1;
}

.news-right h2 {
    margin: 0 !important;
    font-size: 18px;
}

.reference a:hover {
    text-decoration: none;
}

.gallery-heading:hover {
    text-decoration: none;
}

.news-date {
    position: absolute;
    bottom: 15px;
    left: 18px;
    margin: 0;
    color: #8c8b8b;
}

.blue-big {
    color: #0034FA;
    font-weight: bold;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

.page img {
    max-width: 100%;
    height: auto;
}

.person-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 70px;
}

.person-item {
    padding: 1rem;
    margin: 0.5rem;
    background: #ecf8fe;
    width: 250px;
}

.person-item p,
.person-item b,
.person-item strong {
    margin: 0;
    font-size: 13px !important;
    color: #7a7a7a !important;
    font-weight: 400;
}

.product__item--buy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product__item--buy input[type="submit"] {
    display: inline-block;
    width: 43px;
    height: 36px;
    background: #fff url(../images/product-cart-orange-icon.svg) no-repeat center center;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: 0.2s all;
}

.product__item--top {
    text-align: center;
}

.product__item--price {
    margin: 0;
}

.product__item--price b {
    color: black;
    font-size: 16px;
}

.podkategorie {
    list-style: none;
}

.category__filters--inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2;

}

.category__filters--inner a {
    color: black;
}

.count-button {
    padding: 10px;
    background: #ffa800;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #ffa800;
}

.count-button:hover {
    background: white;
    color: #ffa800;
    text-decoration: none;
}

.product__item--top {
    min-height: 275px;
}

.product__table,
.calculator {
    border-bottom: 1px solid #e8e8e8;
}

.product__inputprice {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product__inputprice label {
    width: 50px;
}

.header__user {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.header__user--image,
.header__cart--image {
    display: none;
}

.category__tree ul li ul li::before {
    display: none;
}

.category ul li a {
    position: relative;
}

.category__tree ul li ul {
    margin-top: 0px;
}

.dropdown-men ul li:last-child {
    border-bottom: 0;
}

@media (max-width: 991.98px) {
    .header__user {
        background: none;
        padding-left: 0;
        padding-top: 0px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        padding-bottom: 3px;
    }

    .header__user--image,
    .header__cart--image {
        display: flex;
        position: relative;
    }

    .header__cart {
        background: none;
        padding-left: 5px;
        padding-bottom: 10px;
        align-items: center;
        padding: 0;
        display: flex;
    }

    .header__cart--image span {
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 18px;
        background: red;
        border-radius: 50%;
        top: -8px;
        left: 16px;
    }

    .header__user ul,
    .header__cart--inner {
        display: none;
    }
}

.buy-but {
    background-color: #ffa800;
    border: 1px #ffa800 solid;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    outline: none;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.050em;
    cursor: pointer;
    right: 0;
    height: 48px;
    line-height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
    top: 0;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.2s all;
}

.buy-but:hover {
    opacity: 0.8;
}

.dPrice strong {
    font-size: 24px;
    color: black;
}

.height-width {
    width: 45px !important;
    height: 32px !important;
}

.product__izol input[type="text"] {
    background-color: #ffffff;
    border-radius: 0;
    width: 60px;
    height: 30px;
    outline: none;
    text-align: center;
    border: 1px solid #eae7e7;
}

.product__izol label {
    width: 50px;
}

@media (max-width: 767.98px) {
    .header__logo {
        margin-bottom: 0px;
    }
}

.dealer-dPrice {
    margin: 0;
}

.steps {
    list-style-type: none;
    padding: 0;
    margin-bottom: 4rem;

}

.steps li {
    float: left;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    display: block;
    padding: 15px 35px;
    display: inline-block;
    background-color: #f7f5f2;
    border-radius: 3px;
    height: 55px;
    margin: 5px;
}

.steps li.active,
.steps li:hover {
    background: #ffa800;
    color: white;
}

.h-m {
    height: 170px !important;
}

.top-header {
    background: #ecf8fe;
    display: flex;
    align-items: center;
}

.top-header .headerMenu ul {
    display: flex;
    list-style-type: none;
    margin: 0;
}

.top-header .headerMenu ul li a {
    color: black;
    font-weight: 700;

}

.top-header .headerMenu li {
    padding-right: 25px;
    position: relative;
}

.top-header .headerMenu li::after {
    content: "|";
    position: absolute;
    right: 9px;
    bottom: 0;
    font-weight: 700;
    font-size: 14px;
    color: black§;
    color: black;
}

.top-header .headerMenu li:last-child::after {
    display: none;

}

.top-header .headerMenu ul li a:hover {
    text-decoration: none;
    color: red;

}

.homepage__boxes--inner {
    background: red;
}

.homepage__box::before {
    display: none;
}

.homepage__slider {
    background: none;
}

.homepage__slider--item img {
    border-radius: 0;
}

.homepage__box {
    padding-right: 0;
    padding-left: 0;
}

.category ul {
    padding: 0;
    list-style: none;
}

.category ul li {
    border-top: 1px solid #eef3f9;
    margin: 0;
}

.category ul li:last-child {
    border-bottom: 1px solid #eef3f9;
}

.category ul li a {
    color: black;
    font-weight: 900;
    text-decoration: none;
    font-size: 14px;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.category ul li a:hover {
    background: #eef3f9;
}

.header {
    border-bottom: 2px solid red;
}

.category ul li svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.category__tree h3::after {
    background: red;
}

a,
a:hover,
a:focus {
    color: red;
}

.top-header .container,
.top-header .row {
    height: 100%;
}

.web-change {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.web-change a {
    background: #499fdb;
    color: white;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: 2px;
    font-weight: 500;
}

.header__search {
    max-width: 450px;
}

.headerMenu {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.medail {
    position: absolute;
    bottom: 30px;
    right: 200px;
    width: 150px;
    height: 150px;
    z-index: 50;
    display: flex;
}

.medail img {
    width: 150px !important;
    height: 150px !important;
    margin-left: 5px;
}

.web-change a.active {
    background: red;
}

.web-change a:hover {
    text-decoration: underline;
}

.email__header--top {
    font-weight: 700;
    color: black;
}

.carousel__absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 75px 45px;
}

.banner__heading span {
    font-weight: 800;
    font-size: 48px;
    color: white;
}

.banner__describtion p {
    color: white;
    font-size: 16px;
}

.banner_more--info a {
    color: white;
    padding: 15px 20px;
    background: red;
    border-radius: 3px;
    border: none;
}

.banner_more--info a:hover {
    text-decoration: none;
}

.homepage__slider--item img {
    height: 480px;
}

.banner__nav img {
    width: auto !important;
    height: 15px;
}

.banner__nav {
    display: flex;
    padding-left: 17px;
}

.homepage__boxes {
    padding-bottom: 25px;
}

.hp .category__sub--item span {
    margin-top: 12px;
    margin-right: auto;
}

.hp .category__sub--item {
    flex-direction: column;
}

.banner__nav .banner-next,
.banner__nav .banner-prev,
.banner__nav .next,
.banner__nav .previous,
.prev-sales,
.next-sales {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0.25rem;
    cursor: pointer;
}

.banner__nav .banner-next:hover {
    opacity: 0.5;
}

.banner__nav .banner-prev:hover {
    opacity: 0.5;
}

.banner__nav .next:hover {
    background: #ecf8fe !important;
}

.banner__nav .next:hover svg path {
    fill: red !important;
}

.banner__nav .previous:hover {
    background: red !important;
}

.banner__nav .previous:hover svg path {
    fill: #ecf8fe !important;
}

.banner__nav .banner-next,
.banner__nav .next,
.next-sales {
    transform: rotate(180deg);
}

.main__part {
    min-height: 200px;
}

.homepage__slider {
    padding: 50px 0 11px 0;
}

.homepage__brands--nav,
.homepage__brands .owl-nav {
    z-index: 4;
}

.homepage__boxes--inner {
    padding: 0px 20px;
}

.page__header,
#certif {
    background: #ecf8fe;
}

#certif {
    position: relative;
    text-align: center;
}

.footer,
.copyright {
    background: #22538e;
}

.footer__col--border::after {
    background: #2d63a4;
}

.footer__col p,
.footer__col p a,
.footer__col p a:hover,
.footer__col ul li a,
.footer__col ul li a:hover,
.copyright a,
.copyright,
.copyright a:hover,
.copyright a:focus {
    color: #9db6d4;
}

.copyright {
    border-color: #2d63a4;
}

.owl-carousel .owl-item img {
    width: inherit;
    max-width: 100%;
}

.homepage__brands--inner {
    max-width: 80%;
    margin: auto;
}

.certif-item img {
    margin: auto !important;
}

.cer-prev,
.cer-next {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}

.cer-prev:hover,
.cer-next:hover {
    opacity: 0.8;

}

.cer-next {
    left: inherit;
    right: 40px;
}

.cer-next img {
    transform: rotate(180deg);
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #000;
    padding-top: 15px;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
}

h2:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background: red;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.category__tree p.heading {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #000;
    padding-top: 15px;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
}

.category__tree p.heading::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background: red;
    bottom: -20px;
    left: 0;
}

.header__search form input[type="submit"] {
    background: red;
}

.header__cart {
    min-height: 32px;
}

.header__user {
    min-height: 32px;
    display: flex;
    align-items: center;
}

.header__cart--inner {
    min-height: inherit;
}

.header__user {
    min-height: 32px;
}

.header__cart--inner span {
    background: red;
}

.header__cart--inner:hover,
.header__cart--inner:focus,
.header__user ul li a:hover,
.header__user ul li a:focus {
    color: red;
}

.footer__col--border:last-child::after {
    display: none;
}

.footer__col--poi {
    background: url(../images/point-white.png) no-repeat top 7px left;
}

.footer__col--mail {
    background: url(../images/mail-white.png) no-repeat top 7px left;
}

.footer__col--telephone {
    background: url(../images/telephone-white.png) no-repeat top 7px left;
}

.footer__social {
    width: fit-content;
}

.footer__social ul {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.footer__social ul li a svg path {
    transition: 0.5s all;
}

.footer__social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    transition: 0.5s all;
}

.footer__social ul li a:hover svg path {
    fill: #22538e;
}

.footer__social ul li a:hover {
    transform: scale(1.1);
    background: white;
}

.footer__social ul li {
    margin-right: 3px;
}

.zpusob__platby {
    display: flex;
    align-items: center;
    margin: 10px;
}

.zpusob__platby span {
    color: white;
    margin-left: 15px;
}

.headerMenu svg {
    transition: 0.5s all;
}

.headerMenu svg:hover {
    transform: scale(1.2);
}

.footer {
    padding-bottom: 10px;
}

.product__item--image {
    margin-bottom: 0;
    padding: 10px;
    height: 250px;
    width: auto;
}

.count-button {
    background: red;
    border-color: red;
}

.count-button:hover {
    color: red;
}

.category__sub--item img {
    width: 40%;
    height: 70px;
    margin-right: 15px;
}

.options-field {
    margin-top: 20px;
}

.options-field .form-group {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product__item--top a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.options-field label {
    margin: 0;
    margin-left: 10px;
}

.recommended__products h2::after {
    background: red;
}

.product__item--name:hover,
.product__item--name:focus {
    color: red;
}

.product__item--sale {
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 999;
}

.product__item--sale .sale {
    color: white;
    font-size: 16px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 50%;
}

.category-nav__item.active,
.category-nav__item:hover,
.category-nav__item:focus {
    background: #f4f5f7;
    border-bottom: 3px solid #e5472e;
    color: black;
}

.category-nav__item {
    transition: none;
    border: 1px solid #eaeaea;
    border-top-right-radius: 5px;
    border-top-left-radius: 3px;
    background: #f4f5f7;
}

.category .category__filters--heading.ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: #f1f1f1;
    margin: 0 !important;
    padding-right: 10px;
    cursor: pointer;
}

.category__filters {
    border: none;
    background: #f7f7f7;
    margin: 0;
}

.category .category__filters--heading.ac img {
    width: 12px;
    height: 7px;
}

.category .category__filters--heading.ac span:last-child {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
}

.category__sub--item:hover span {
    color: red;
}

.certif-item img {
    border: 10px solid white;
}

.h2-section {
    font-size: 22px !important;
    color: #000 !important;
    letter-spacing: inherit !important;
    margin-bottom: inherit !important;


    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 900 !important;
    color: #000;
    padding-top: 15px;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px !important;


}

.reference__item--image {
    text-align: center;
}

.reference__item--image img {
    width: 100%;
}

.buy-but {
    background: red;
    border-color: red;
}

.product__tabs ul li.active,
.product__tabs ul li:hover {
    background: red;
}

.reference__item--heading {
    margin: 20px 0;
}

.reference__item--heading a {
    font-weight: 700;
    color: black;
}

.h2-section::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 3px;
    background: red;
    bottom: -20px;
    left: 0;
    transform: none;
}

.range-slider .noUi-handle,
.category__filters input[type="checkbox"]:before,
.category__filters input[type="radio"]:before {
    background: red !important;
}

.category__filters label.form-label span {
    color: red;
}

.sign__form input[type="submit"]:hover,
.sign__form input[type="submit"]:focus,
.kosik__btn:hover,
.kosik__btn:focus {
    color: red;
}

.sign__form input[type="submit"],
.kosik__btn {
    background: red;
    border-color: red;
}

.product__inputprice {
    display: flex;
    margin: 0 10px;
}

.nakres-button a {
    background: #499fdb;
    padding: 10px 15px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 4px;

}

.nakres-button {
    display: flex;
    font-weight: 700;
}

.nakres-button a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.price__part--main {
    font-weight: 800;
    color: black;
    font-size: 18px;
}

.price__part--main b {
    font-size: 30px;
}

.price__part--small {
    font-size: 14px;
    color: #7f7f7f;
}

.price__part {
    margin-bottom: 10px;
}

.options-input {
    display: flex;
    align-items: center;
}

.options-input div {
    display: flex;
    flex-direction: column;
}

.options-input div:first-child {
    margin-right: 30px;
}

.options-input div label {
    font-weight: 700;
    font-size: 15px;
    color: black;
}

.options-input div input {
    max-width: 170px;
    width: 100%;
    height: 40px;
    background: white;
    color: #7f7f7f;
    padding: 20px 10px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    border-radius: 3px;
}

.options-input div input:focus {
    outline: none;
}

.nakres-button img {
    margin-right: 10px;
}

.nakres-button span {
    margin-right: 30px;
}

.product__inputprice input {
    /* color: #eae7e7; */
    background-color: #ffffff;
    border-radius: 0;
    width: 55px;
    height: 40px;
    outline: none;
    text-align: center;
    border: 1px solid #eae7e7;
}

.dropdown-men ul li:last-child {
    border-bottom: 0;
}

.product__inputprice .price__button {
    position: inherit;
    top: inherit;
}

.price__buttons {
    display: flex;
    flex-direction: column;
}

.bottom-price .buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.bottom-price .buy a {
    padding: 15px 20px;
    background: red;
    color: white;
    border-radius: 3px;
    font-weight: 700;
    display: flex;
    align-items: center;

}

.bottom-price .buy a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.bottom-price .buy a img {
    margin-right: 10px;
}

.bottom-price .buy a.count-price {
    background: #22538e;
}

.stavba {
    margin: 20px 0px;
}

.stavba label {
    font-size: 14px;
    color: #7a7a7a;
    margin: 0;
    width: 30%;
    display: flex;
    height: 100%;
    /* background: #f1f1f1; */
    padding: 0px 13px;
    font-weight: 600;
}

.stavba select {
    padding: 14px 30px 14px 10px;
    font-size: 13px;
    border: none;
    color: #7a7a7a;
    border-left: 1px solid #e4e4e4;
    -webkit-appearance: none;
}

.page p a {
    color: red;
    text-decoration: none;
    font-weight: 700;
}

.page p em {
    color: black;
}

.page p strong,
.page p b {
    color: black;
    font-size: 15px;
}

.page p {
    line-height: 25px;
}

.page {
    padding-bottom: 125px;
}

.category-line__item {
    margin-bottom: 45px;
}

.recommended__products h2 {
    margin-top: 40px;
}

.nakres-heading p {
    font-size: 14px;
    color: #7a7a7a;
}

.nakres-heading b {
    font-size: 18px;
    color: black;
}

.nakres-heading {
    color: black;
}

.stavba select:focus {
    outline: none;
}

.stavba__content {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.nakres-button {
    margin-top: 20px;
}

.stavba p {
    color: black;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;

}

.top-part select {
    background: url(../images/arrow-select.svg) center right #f9f6f6;
    background-repeat: no-repeat;
    width: 70%;
}

.products {
    width: 100%;
    padding: 45px 0;
}

.products h2::after {
    left: 0;
    transform: translate(0);
}

.product__content--under p {
    line-height: 2;
}

.stavba .stavba__item {
    display: flex;
    flex-direction: row;
    margin-right: 5px;
    margin-bottom: 10px;
    align-items: center;
    border: 1px solid #f1f1f1;
}

.top-part hr {
    max-width: 500px;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 30px;
}

.bottom-price {
    max-width: 500px;
}

.nakres-item {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: black;
    margin: 10px 0px;
    font-size: 14px;
}

.nakres-item img {
    margin-left: 10px;
    cursor: pointer;
}

.products {
    padding: 75px 0px;
}

.product__content--under p {
    margin-top: 30px;
}

.image__options {
    margin: 30px 0;
}

.heading-options {
    font-weight: 700;
    margin: 15px 0;
}

.content-options {
    display: flex;
    flex-wrap: wrap;
    background: white;

}

.top-nav-product div {
    margin-bottom: 5px;
    margin-left: 5px;
    display: flex;
}

.top-nav-product {
    margin-top: 50px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.top-nav-product a {
    padding: 15px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #ecf8fe;
    color: black;
    font-weight: 700;
    margin: 0;
    transition: 0.5s all;
}

.top-nav-product a.active,
.top-nav-product a:hover {
    background: red;
    color: white;
    text-decoration: none;

}

.item-q {
    display: none;


}

.item-q:first-child {
    display: block;
}

.image__options--item {
    margin-top: 20px;
}

.content-options-item {
    width: 135px;
    height: 135px;
    border: 2px solid white;
    margin: 2px;
    cursor: pointer;
}

.content-options-item:hover,
.content-options-item.active {
    border-color: red;
}

.content-options-image {
    width: 100%;
    height: 100%;
}

.hp .category__sub--item {
    background: #ecf8fe;
}

.bg-red {
    background: red !important;
}

.bg-blue {
    background: #ecf8fe !important;
}

.hp .category__sub--item img {
    width: 100%;
    height: auto;
    object-fit: inherit;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .homepage__slider--item img {
        object-fit: cover;
    }

    .web-change a {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {
    #search-products-autosuggest {
        display: block;

    }

    .bottom-price .buy a.count-price {
        width: 100%;
        margin-bottom: 15px;
    }

    .homepage {
        display: none;
    }
}

@media (max-width: 600px) {
    .cer-next {
        right: 20px;
    }

    .cer-prev {
        left: 20px;
    }

}


@media (max-width: 991px) {
    #content .category__tree {
        display: none;
    }

    .category__filters {
        display: none;
    }

    .top-nav-product div {
        width: 100%;
        display: flex;
        margin-bottom: 0px;
    }

    .top-nav-product a {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .homepage__slider {
        display: block !important;
    }

    .homepage {
        display: block;
    }

    .category__tree {
        display: none;
    }

    .homepage,
    .homepage__slider {
        padding-bottom: 0;
    }
}

.mobile-search {
    display: none;
}

.categories__hamburger--menu {
    display: none;
}

@media (min-width: 991.98px) {
    .categories__hamburger--menu {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .products {
        padding: 0;
    }

    .header {
        border: none;
    }

    .mobile-search {
        display: block;
        background: #ecf8fe;
    }

    .header__search form input[type="text"] {
        background: white;
    }
}

@media (max-width: 767px) {
    .main__part {
        min-height: 250px;
    }

    .banner__nav {
        justify-content: flex-end;
    }

    .carousel__absolute {
        padding: 25px;
    }

    .medail {
        display: none;
    }

    .homepage__boxes--inner {
        padding: 0px 30px;
    }

    .homepage__boxes--inner br {
        display: none;
    }

    .homepage__box {
        min-height: inherit;
        margin: 0;
        justify-content: left;
        padding: 16px;
    }

    .header__search {
        max-width: 480px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.hamburger {
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    padding: 10px 10px;
    outline: none;
    margin-right: 15px;
}

.hamburger:focus {
    outline: none
}

.hamburger-box {
    width: 30px;
    height: 28px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 5px;
    background: black;
}

.page h2::after {
    left: 0;
    transform: none;
}

.page h2 {
    margin-bottom: 40px;
}

.contact__form input[type="submit"] {
    border-color: red;
    background: red;
}

.contact__form input[type="submit"]:hover {
    color: red;
}

@media (max-width: 500px) {
    .bottom-price .buy {
        padding: 10px;
    }

    .bottom-price .buy a.count-price {
        width: 100%;
        margin-bottom: 15px;
    }
}

.product__item--price {
    margin-top: 0 !important;
}

#snippet--price {
    border: none;
}

.bottom-price .buy {
    margin-top: 30px;
}

.detailImages {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.detailImages .image {
    padding: 0.4rem;
    border: 1px solid #eeebe6;
    margin: 5px 10px;
}

.content-options-item img {
    width: auto !important;
    height: 100px !important;
}

.content-options-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-options-item label {

    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

[type=radio]:checked>.content-options-item {
    background: blue;
}

.reference__item {
    max-width: 300px;
    width: 100%;
    margin: auto;
    padding: 10px;
    background: #ecf8fe;
}

.reference__item img {
    width: 100% !important;
}

.more-ref {
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 30px;
}

.news-wrap {
    margin-bottom: 30px;
}

.red-600 {
    font-weight: 600;
    color: red;
}

.tip-products .product__item {
    max-width: 400px;
    padding: 0px;
}

@media (max-width: 991px) {
    .category .dropdown .as {
        display: none !important;
    }

    .category ul li.as {
        display: none;
    }

    .category ul li.active ul li.as {
        display: block;
        padding-left: 20px;
    }
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
    width: 100% !important;
    max-width: 500px;
    top: 50% !important;
    left: 50% !important;
    margin: 10px;
    transform: translate(-50%, -50%);
}

#dialog-sdilet {
    overflow: hidden !important;
}

#dialog-sdilet textarea,
#dialog-sdilet input[type="text"] {
    width: 100%;
    margin: 10px;
}

#dialog-sdilet input[type="submit"] {
    min-width: 138px;
    background-color: red;
    border: 3px red solid;
    color: #ffffff;
    outline: none;
    /* text-align: center; */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.025em;
    cursor: pointer;
    padding: 5px 25px;
    border-radius: 3px;
    margin-top: 35px;
    text-transform: uppercase;
}

#sdilet {
    min-width: 138px;
    background-color: #499fdb;
    border: 3px #499fdb solid;
    color: #ffffff;
    outline: none;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.025em;
    cursor: pointer;
    padding: 15px 35px;
    border-radius: 3px;
    margin-top: 10px;
    text-transform: uppercase;
}

.continue-shopping {
    display: flex;
    width: 100%;
}

@media (max-width: 767px) {
    #sdilet {
        width: 100%;
    }

    .stavba label {
        width: 50%;
    }
}

#frmfileForm-s1 {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .mob-price {
        display: none;
    }
}

@media (max-width: 500px) {
    .banner__heading span {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .banner__heading {
        padding-bottom: 20px;
    }
}

.category .sub-menu {
    padding-left: 20px;
}

.category ul li.active a svg {
    transform: translateY(-50%) rotate(90deg);
}

.category ul li.dropdown a svg,
.category ul li.as a svg {
    transform: translateY(-50%);
}

.category ul li a {
    font-weight: 500;
}

.dropdown.contact {
    background: #3598db;
    color: white;
}

.dropdown.contact a {
    color: white;
}

.category ul li.active a svg {
    transform: rotate(90deg) translateX(-50%);
}

.zahajit-chat-hp {
    margin-bottom: 5px;
    padding: 30px 35px 30px 60px;
    background-image: url("../images/SP_banner_pozadi.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.zahajit-chat-hp a {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
}

.zahajit-chat-hp h3 {
    font-weight: 600;
    font-size: 28px;
    color: white;
    margin-bottom: 5px;
    padding-top: 0;
}

.zahajit-chat-hp--img img {
    cursor: pointer;
}

.zahajit-chat-hp--img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .zahajit-chat-hp {
        background-position: center;
        padding: 30px 35px 30px 40px;
    }

    .zahajit-chat-hp--img {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .zahajit-chat-hp h3 {
        font-size: 24px;
    }

    #topcontrol {
        bottom: 14px !important;
        right: 13.5px !important;
    }
}

@media (max-width: 400px) {
    .web-change a {
        padding: 10px 6px;
    }
}

.headerMenu-socials {
    display: flex;
    gap: 5px;
}

.headerMenu-socials svg {
    fill: #2b68a0;
}

@media (min-width: 993px) {
    .headerMenu-socials {
        gap: 8px;
    }
}

@media (min-width: 993px) and (max-width: 1330px) {
    .footer__social ul li {
        margin-bottom: 3px;
    }
}

@media (max-width: 415px) {
    .headerMenu-socials {
        margin-top: -.05rem !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .25rem;
        height: auto;
    }
}