@media (max-width: 1300px) {
    main {
        font-size: 14px;
    }
    h1 {
        margin: 0 0 1em 0;
        font-size: 2em;
        font-weight: 400;
        line-height: 1.2em;
    }
    .izpostava {
        font-size: 1.2em;
    }
    blockquote {
        font-size: 1.2em;
        line-height: 1.3em;
    }
    .showImg {
        flex-basis: auto;
        flex: 1;
    }
    .showDesc {
        flex-basis: auto;
        flex: 1;
    }
}

@media (max-width: 1100px) {
    .logo {
        flex-basis: auto;
    }
    .logo img {
        height: 40px;
    }
    .up {
        margin-left: auto;
        flex-basis: auto !important;
    }
    .main-navi {
        display: none;
    }
    .responsive-nav {
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .responsive-nav img {
        height: 30px;
        width: 30px;
    }
    .panel {
        background-color: #000;
        z-index: 200000;
        position: absolute;
        width: 100%;
        min-height: 100%;
        transition: all 0.5s ease;
        top: 112px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        text-align: center;
        left: -100%;
        min-height: 100vh;
        border-top: 1px solid #fff;
    }
    .basketPanel {
        top: 35px;
    }
    .homeImg {
        height: 15px;
        width: 15px;
    }
    .panelVis {
        left: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
    .panel ul {
        margin: 60px 0 0 0 !important;
        padding: 0;
        width: 100%;
        max-width: 260px;
    }
    .panel li {
        margin: 0 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
    }
    .panel li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.1em;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .panel li :hover a {
        color: #fff !important;
        text-decoration: none;
    }
    .panel a:link,
    .panel a:visited {
        color: #fff;
    }
    .rwdMore {
        flex: 1;
    }
    .panel li div:first-child {
        flex: 4;
        text-align: left;
        height: 40px;
    }
    .rwdMore img {
        height: 10px !important;
        margin-top: 0;
    }
    .subRole {
        height: 0;
        overflow: hidden;
    }
    .shown {
        height: auto;
    }
    .subRole a {
        font-weight: 300;
        padding-left: 10px;
        font-size: 0.9em !important;
        color: #717171 !important;
    }
    .finRole a {
        font-weight: 300;
        padding-left: 20px;
    }
    .product-item {
        flex-basis: 48%;
    }
    .category-item {
        flex-basis: 50%;
    }
    .blog-item {
        flex-basis: 48%;
    }
}

@media (max-width: 800px) {
    .breadCrumbs {
        display: none;
    }
    .product-show {
        margin-top: 00px;
    }
    .filter {
        margin: 1%;
        padding: 5px 0;
        flex-basis: 23%;
        text-align: center;
        font-size: .9em;
    }
    .halfSection {
        width: 100%;
        display: flex;
        margin-top: 3em;
        flex-wrap: wrap;
    }
    .halfSection>div {
        flex-basis: 100%;
        padding: 2em 25px;
    }
    .izpostava {
        margin: 0 0 30px 0;
    }
    .product-details-gallery a {
        flex-basis: 50%;
    }
    .showImg {
        flex-basis: 100%;
        flex: auto;
    }
    .showDesc {
        flex-basis: 100%;
        flex: auto;
        margin-top: 35px;
    }
    .blog-item-summary h3 {
        font-size: 1em;
    }
    .category-item {
        height: 200px;
    }
    .category-item h3 {
        font-size: 1.1em;
    }
    .footer {
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }
    .cInfo {
        text-align: center;
    }
    .fNavi {
        font-size: 1em;
        margin: 30px 0;
        flex-basis: 100%;
        text-align: center;
    }
    .benefit {
        flex-basis: 50%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .benefit img {
        height: 25px;
    }
}

@media (max-width: 400px) {
    .product-item {
        flex-basis: 100%;
    }
}

@media (max-width: 500px) {
    .feautred-summary strong {
        font-size: 1.2em;
        line-height: 1em;
        display: block;
        font-weight: 700;
    }
    .feautred-summary {
        /*background-color: white;*/
        width: 90%;
        min-width: 90%;
        font-size: 1.2em;
        padding: 20px;
    }
}