@media screen and (max-width: 991px) {
  #reclamation-menu, #service-menu {
    display: none;
  }
  .reclamation .col-md-6, .service .col-md-6 {
    padding: 0;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  .footer-sections {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .footer-sections__company-info {
    flex: 0 0 100%;
    margin: 0;
    border: none;
    margin-top: 55px;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-sections__company-info--logo {
    flex: 0 0 100%;
    max-width: 405px;
  }
  .footer-sections__company-info-placeholder {
    flex: 0 0 100%;
    max-width: 405px;
    position: relative;
    margin-bottom: 5px;
  }
  .footer-sections__company-info-placeholder .hide-desktop {
    position: relative;
    top: 0;
    right: 0px;
    margin-bottom: 0;
  }
  .footer-sections__company-info .hide-desktop {
    width: 90px;
    padding: 10px 0px;
  }
  .footer-sections__company-info .hide-desktop img {
    width: 90px;
    margin-bottom: 0px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact, .footer-sections__company-info-placeholder {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact {
    padding: 0 20px;
  }
  .footer-sections__company-info--phone, .footer-sections__company-info--mail {
    margin-left: 20px;
  }
  .footer-sections__company-info .mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0px;
    flex: 0 0 100%;
    max-width: 590px;
    padding: 0 20px;
  }
  .footer-sections__company-info img {
    width: 160px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-sections__company-info .gopay-logo {
    width: 76px;
  }
  .footer-sections__company-info .visa-logo {
    width: 50px;
  }
  .footer-sections__company-info .master-card-logo {
    width: 73px;
  }
  .footer-sections__company-info--contact {
    flex: 0 0 100%;
    max-width: 405px;
  }
  .footer-sections__company-info--phone {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  .footer-sections__company-info--mail {
    margin-bottom: 30px;
  }
  .footer-sections__sections {
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-sections__sections .section {
    flex: 0 0 100%;
    max-width: 405px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 20px;
    max-height: 55px;
    transition: all 0.2s cubic-bezier(1, 1, 1, 1);
    position: relative;
    overflow: hidden;
  }
  .footer-sections__sections .section:before, .footer-sections__sections .section:after {
    content: "";
    position: absolute;
    background-color: #91959f;
    width: 3px;
    height: 10px;
    transition: all 0.2s ease-in;
  }
  .footer-sections__sections .section:before {
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
  }
  .footer-sections__sections .section:after {
    top: 20px;
    right: 25px;
    transform: rotate(-45deg);
  }
  .footer-sections__sections .section p {
    font-size: 1em;
    margin: 20px 0;
    line-height: 18px;
    padding-right: 35px;
  }
  .footer-sections__sections .section-item {
    margin: 30px 0;
  }
  .footer-sections__sections .section-item:last-child {
    margin-bottom: 30px;
  }
  .footer-sections__sections .section.selected {
    max-height: 500px;
    background-color: #1f242f;
  }
  .footer-sections__sections .section.selected:before {
    transform: rotate(-45deg);
  }
  .footer-sections__sections .section.selected:after {
    transform: rotate(45deg);
  }
  .footer-newsletter {
    flex-wrap: wrap-reverse;
    flex: 0 0 100%;
    max-width: 590px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-newsletter__links {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-flow: column;
    margin-top: 25px;
    margin-bottom: 30px;
    display: none;
  }
  .footer-newsletter__links .link-btn {
    flex: 0 0 100%;
    width: 100%;
    max-width: 590px;
    font-size: 12px;
    margin: 13px 0;
    padding: 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .footer .disclamers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .footer .disclamers > p {
    order: 2;
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer .disclamers-placeholder {
    order: 1;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: center;
  }
  .footer .disclamers-placeholder .disclamers-links {
    flex-flow: column;
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 590px;
    margin-bottom: 20px;
  }
  .footer .disclamers-placeholder .disclamers-links a {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .footer .disclamers-placeholder .disclamers-links .divider {
    display: none;
  }
  .footer .disclamers .hide-desktop {
    order: 3;
    flex: 0 0 100%;
    max-width: 590px;
    margin-top: 25px;
  }
  .social-media-logo {
    height: 55px !important;
    width: auto !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .footer-sections__sections .section {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact, .footer-sections__company-info-placeholder {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact {
    padding: 0 20px;
  }
  .footer-sections__company-info--phone, .footer-sections__company-info--mail {
    margin-left: 20px;
  }
  .footer-sections__company-info .mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 35px;
    flex: 0 0 100%;
    max-width: 590px;
    padding: 0 20px;
  }
  .footer .disclamers > p, .footer .disclamers .disclamers-links, .footer .disclamers .hide-desktop {
    max-width: 590px;
  }
}
@media (max-width: 767px) {
  .footer-sections__company-info--logo {
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer-sections__company-info-placeholder {
    flex: 0 0 100%;
    max-width: 590px;
    position: relative;
    margin-bottom: 25px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact, .footer-sections__company-info-placeholder {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact {
    padding: 0 20px;
  }
  .footer-sections__company-info--phone, .footer-sections__company-info--mail {
    margin-left: 20px;
  }
  .footer-sections__company-info .mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 35px;
    flex: 0 0 100%;
    max-width: 590px;
    padding: 0 20px;
  }
  .footer-sections__company-info img {
    width: 160px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-sections__company-info .gopay-logo {
    width: 76px;
  }
  .footer-sections__company-info .visa-logo {
    width: 55px;
  }
  .footer-sections__company-info .master-card-logo {
    width: 117px;
    height: 20px;
  }
  .footer-sections__company-info--contact {
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer-sections__company-info--phone {
    margin-bottom: 15px;
  }
  .footer-sections__sections .section {
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer {
    /*&-newsletter {
        flex-wrap: wrap-reverse;

        &__links {
            flex-wrap: wrap;
            flex: 0 0 100%;
            flex-flow: column;
            margin-top: 25px;

            .link-btn {
                flex: 0 0 100%;
                width: 100%;
                max-width: 285px;
                font-size: 1em;
                margin: 13px 0;
                padding: 10px 0;
            }
        }
    }

    .disclamers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        & > p {
            order: 2;
            flex: 0 0 100%;
            max-width: 405px;
            font-size: 16px;
        }

        &-placeholder {
            order: 1;
            flex-wrap: wrap;
            flex: 0 0 100%;
            justify-content: center;

            .disclamers-links {
                flex-flow: column;
                align-items: flex-start;
                flex: 0 0 100%;
                max-width: 405px;

                a {
                    font-size: 1em;
                    margin-bottom: 30px;
                }

                .divider {
                    display: none;
                }
            }
        }

        .hide-desktop {
            order: 3;
            flex: 0 0 100%;
            max-width: 405px;
            font-size: 15px;
            margin-top: 25px;
        }
    }*/
  }
}
@media (max-width: 350px) {
  .footer-sections__company-info-placeholder .hide-desktop {
    position: relative;
    margin-top: 10px;
    margin-left: 25px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (min-width: 1200px) {
  .head-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  .head-desktop {
    display: none;
  }
  .header .top-bar .container {
    background-color: #e3e7f0;
  }
  .header .top-bar .container > div {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 8px 0;
    font-size: 16px;
  }
  .header .top-bar .container > div * {
    font-size: 16px;
  }
  .header .top-bar .container > div a {
    font-weight: 600;
  }
  .header .top-bar .container > div div {
    font-weight: 700;
  }
  .header .top-bar .container .hide-mobile {
    display: none;
  }
  .header .top-bar .container .login-gumex-plus {
    width: 80px;
    margin-top: 0px;
  }
  .header .top-bar .container .login-gumex-plus .content-right {
    font-size: 11px;
  }
  .breadcrumb {
    min-height: 40px;
    background: #e3e7f0;
    border-bottom: 1px solid #91959f;
    margin: 0 -15px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #000000;
  }
  .breadcrumb ul {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
  }
  .breadcrumb ul li {
    padding: 0;
    display: none;
    text-decoration: underline;
  }
  .breadcrumb ul li a {
    border: none;
  }
  .breadcrumb ul li:nth-last-child(3) {
    display: block;
  }
  .breadcrumb ul li:nth-last-child(4) {
    display: block;
    transform: rotate(180deg);
    padding-left: 5px;
    text-decoration: none;
    font-size: 0;
    background-image: url("../Custom/img/chevron_left.png");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    min-width: 13px;
    transform: none;
    background-position: center center;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    max-height: 100%;
  }
  .navbar-collapse.collapse {
    display: block;
    height: 0 !important;
    padding-bottom: 0;
    overflow: hidden !important;
  }
  .navbar-collapse.in {
    height: auto;
  }
  .search-mobile {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 9998;
  }
  .search-mobile .search-input-placeholder {
    background-color: #e61930;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .search-mobile .search-input-placeholder input {
    width: 100%;
    border: none;
    height: 56px;
    font-size: 1em;
    background-color: white;
  }
  .search-mobile .search-input-placeholder .search-icon {
    width: 18px;
    position: absolute;
    top: 29px;
    right: 37px;
    cursor: pointer;
  }
  .search-mobile .mobile-search-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
  }
  .mobile-navbar {
    max-height: initial;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0;
  }
  .mobile-navbar-wrap {
    margin-top: -10px;
  }
  .mobile-navbar .menu-breadcrumbs {
    background-color: white;
    border-top: 1px solid #e3e7f0;
  }
  .mobile-navbar .menu-breadcrumbs ul {
    margin: 10px 35px 0;
  }
  .mobile-navbar .menu-breadcrumbs li {
    display: none;
  }
  .mobile-navbar .menu-breadcrumbs li.active {
    display: block;
    background-color: transparent;
    color: #56585f;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    background-image: url("../Custom/img/menu-mobile-back-grey.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .mobile-navbar .menu-breadcrumbs li.active:hover {
    filter: brightness(0.5);
  }
  .mobile-navbar .menu-item a {
    text-decoration: none;
  }
  .mobile-navbar .menu-item .item {
    background-color: #e61930;
    color: #ffffff;
    font-size: 15px;
    border-bottom: 1px solid rgba(37, 42, 55, 0.25);
    padding: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .mobile-navbar .menu-item .item:hover, .mobile-navbar .menu-item .item:focus {
    background-color: #e61930;
  }
  .mobile-navbar .menu-item .item.white {
    background-color: white;
    color: #e61930;
  }
  .mobile-navbar .menu-item:last-child .item {
    border-bottom: 4px solid #e61930;
  }
  .mobile-navbar .menu-level {
    display: none;
    margin: 0;
  }
  .mobile-navbar .menu-level:not([data-menu=main]) {
    margin-bottom: 0;
  }
  .mobile-navbar .menu-level.menu-level-current {
    display: block;
    float: none;
  }
  .mobile-navbar .menu-level.menu-level-current .menu-item {
    float: none;
  }
  .mobile-navbar .section-wrap {
    display: none;
  }
  .mobile-navbar .section-wrap.active {
    display: block;
  }
  .mobile-navbar .menu-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 35px;
    background-color: white;
    border-bottom: 1px solid #e3e7f0;
  }
  .mobile-navbar .menu-section__heading {
    width: 100%;
    color: #91959f;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .mobile-navbar .menu-section .menu-item .menu-redirect {
    background-color: transparent;
    color: black;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 10px 0;
  }
  .mobile-navbar .menu-section .menu-item .menu-redirect img {
    min-width: 20px;
    width: 20px;
    height: auto;
    object-fit: cover;
    margin-right: 12px;
  }
  .mobile-navbar .menu-section .service-item {
    font-size: 14px;
    width: 100%;
  }
  .header .top-bar .container .contact-info {
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 559px) {
  .head-mobile {
    padding-bottom: 15px;
  }
  .head-mobile .header-icons {
    padding-top: 15px;
  }
  .head-mobile .header-icons .logo-mobile img {
    width: 90px !important;
  }
  .head-mobile .header-icons .icons-placeholder {
    margin-top: 0 !important;
  }
  .head-mobile .header-icons .icons-placeholder .icon-mobile {
    margin: 0 3px;
    width: 48px;
    height: 48px;
  }
  .head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div {
    left: 13px;
  }
  .head-mobile .service-item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .head-mobile .header-icons .logo-mobile img {
    width: 110px;
  }
}
@media (max-width: 433px) {
  .head-mobile .header-icons .logo-mobile img {
    width: 170px;
  }
  .head-mobile .header-icons .icons-placeholder {
    margin-left: -10px;
    margin-top: 10px;
  }
  .head-mobile .header-icons .icons-placeholder .icon-mobile.info > a {
    right: -60px;
    width: 64vw;
  }
  .header .top-bar .container > div .dropdown {
    margin-right: 10px;
  }
  .header .top-bar .container > div .contacts {
    margin-right: 10px;
    font-weight: bold;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  .catalogue-block-filter {
    margin: 0;
    flex: 0;
  }
  .catalogue-block-products {
    margin-top: 10px;
  }
  .catalogue-block-products h1 {
    margin-top: 0;
  }
  .catalogue-block-products #category-description {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }
  .catalogue-block-products #category-description .link {
    display: block;
    margin-top: 15px;
  }
  .catalogue-block-products .categories {
    margin-top: 10px;
  }
  .catalogue-block-products .categories .category {
    font-size: 1em;
  }
  .catalogue-block-products .catalogue-filter-btn-wrap {
    display: flex;
    align-items: center;
    flex-grow: 5;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section {
    max-width: 100%;
  }
  .catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section .product-block-placeholder .product-name {
    word-break: break-all;
    word-break: break-word;
    font-size: 18px;
    margin-top: 25px;
  }
  .catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section .product-block-placeholder .product-description {
    font-size: 1em;
    min-height: 1px;
  }
  .catalogue-block-products .products-layout-section .filtered-values-text {
    white-space: nowrap;
  }
  .catalogue-block-products .catalogue-footer h2 {
    color: #e61930;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget {
    margin-bottom: 95px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .header {
    margin-bottom: 40px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links {
    text-align: left;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links a {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 5px 20px 0px rgba(51, 61, 76, 0.15);
    padding: 15px 32px;
    margin: 11px 0;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links a img {
    width: 110px;
    min-width: 110px;
    margin-left: 25px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a {
    display: block;
    padding-top: 35px;
    text-decoration: none;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a:hover {
    color: #000000;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a p {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget:last-child {
    margin-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .catalogue-block-products .categories a {
    flex: 0 0 calc(33.33% - 20px);
    width: initial;
  }
}
@media (max-width: 829px) {
  .catalogue-block-products .catalogue-filter-btn-wrap .catalogue-filter-btn {
    font-size: 12px;
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 30px;
    padding: 7px 10px;
  }
  .catalogue-block-products .catalogue-filter-btn-wrap .catalogue-filter-btn img {
    margin-top: 0;
    width: 15px;
  }
}
@media (max-width: 767px) {
  .catalogue-block-products .categories a {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 640px) and (max-width: 1199px) {
  .catalogue-block-products .products-layout-section .layout-selectors:not(.isFiltered) .filtered-values-text {
    display: none;
  }
  .catalogue-block-products .products-layout-section .layout-selectors:not(.isFiltered) .catalogue-filter-btn-wrap {
    padding-right: 0;
  }
}
@media (max-width: 689px) {
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector {
    padding: 5px 10px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector:before {
    content: "";
    width: 15px;
    height: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector span {
    display: none;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-pic-with-description]:before {
    background-image: url("../Custom/img/icon-picture-view-black.png");
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-pic-with-description].active:before {
    background-image: url("../Custom/img/icon-picture-view.png");
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-table]:before {
    background-image: url("../Custom/img/icon-row-black.png");
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-table].active:before {
    background-image: url("../Custom/img/icon-row.png");
  }
}
@media (max-width: 639px) {
  .catalogue-block-products .products-layout-section .layout-selectors {
    padding-top: 25px;
    position: relative;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .filtered-values-text {
    position: absolute;
    top: 0;
    right: 0;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap {
    padding-right: 0;
  }
}
@media (max-width: 476px) {
  .catalogue-block-products .headline {
    margin: 0 15px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors {
    flex-wrap: wrap;
    /*.layout-selector {
        flex: 0 0 100%;
    }*/
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap .catalogue-filter-btn {
    min-width: 1px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap .catalogue-filter-btn span {
    display: none;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap .catalogue-filter-btn img {
    margin-right: 0;
  }
  .catalogue-block-products .categories a {
    flex: 0 0 calc(100% - 20px);
  }
}