@media (max-width: 1300px) {
    main {
        font-size: 14px;
    }
    h1 {
        margin: 0 0 1em 0;
        font-size: 1.8em;
        line-height: 1.2em;
    }
    .izpostava {}
    blockquote {
        font-size: 1.2em;
        line-height: 1.3em;
    }
    .feautred-summary strong {
        font-size: 1.5em;
        line-height: 1em;
        display: block;
    }
    .feautred-summary {
        /*background-color: white;*/
        width: 90%;
        min-width: 90%;
        font-size: 1.3em;
    }
    .showImg {
        flex-basis: auto;
        flex: 1;
    }
    .showDesc {
        flex-basis: auto;
        flex: 1;
    }
}

@media (max-width: 1100px) {


    header {
        justify-content: space-between;
    }
    .vid-cont {
        height: 450px;
    }
    .up {
        margin-left: auto;
        flex-basis: auto !important;
    }
    .main-navi {
        display: none;
    }
    .logo img {
        height: 60px;
    }
    .responsive-nav {
        display: block;
        font-size: 25px;
        width: 20px;
        height: 20px;
        padding: 15px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        background-color: #a13133;
    }
    .responsive-nav img {
        height: 20px;
        width: 20px;
    }
    .panel {
        background-color: #a13133;
        z-index: 200000;
        position: absolute;
        width: 100%;
        min-height: 100%;
        transition: all 0.5s ease;
        top: 95.2px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        text-align: center;
        left: -100%;
        min-height: 100vh;
    }
    .basketPanel {
        top: 64px;
    }
    .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;
    }
    .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%;
    }
    header {
        padding: 0 0%;
    }
    .foot-end>div {
        margin: 0 20px;
    }
    .pSet {
        border-top: 1px solid #fff;
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column;
        margin-top: 10px;
        padding-top: 15px;
    }
    .pElem {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
        color: white;
        font-weight: 600;
        margin: 15px 0;
    }
    .pElem img {
        height: 20px;
        margin-right: 15px;
    }
    .pElem a {
        text-decoration: none;
    }

}

@media (max-width: 800px) {
    .ico {
        flex-basis: 50%;
        margin-bottom: 20px;
    }
    .categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .izpostava {
        margin: 0 0 30px 0;
    }
    .foot-end>div {
        margin: 0 0;
        flex-basis: 50%;
        padding: 20px 0;
        font-size: 1em;
    }
    .product-details-gallery a {
        flex-basis: 50%;
    }
    .sub-feat {
        height: 300px;
        background-position: center;
        align-items: flex-end;
    }
    .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;
    }
    .imgRight {
        float: right;
        width: 100%;
        max-width: 100%;
        height: auto;
        clear: right;
        box-sizing: border-box;
        margin: 1em 0 1em 0;
    }
    .imgLeft {
        float: right;
        width: 100%;
        max-width: 100;
        height: auto;
        clear: right;
        box-sizing: border-box;
        margin: 1em 0 1em 0;
    }
    
  
}

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

@media (max-width: 500px) {
    .vid-cont {
        height: 300px;
    }
    .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;
    }
}