@media (max-width: 1200px) {
    .product-item {
        flex: 1 1 18%;
        max-width: 18%;
    }
    .narrowed .product-item {
        flex: 1 1 23%;
        max-width: 23%;
    }
}

@media (max-width: 1000px) {
    body {}
    .left {
        flex-basis: 100%;
        padding: 0 2%;
    }
    .right {
        flex: 1;
        flex-basis: 100%;
        padding: 0 2%;
    }
    .subMenu {
        display: none;
    }
    .product-item {
        flex: 1 1 23%;
        max-width: 23%;
    }
    .narrowed .product-item {
        flex: 1 1 23%;
        max-width: 23%;
    }
    .main-navi {
        display: none;
    }
    .main-line {
        padding: 10px 2% 0 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .logo img {
        height: 40px;
    }
    .m-web {
        flex-basis: auto !important;
        order: 1;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
        justify-content: unset;
    }
    .f-right {
        margin-left: auto;
    }
    .m-search {
        flex-basis: 100%;
        order: 5;
        background-color: #f2f2f2;
        margin-top: 10px;
        padding: 10px;
        box-sizing: border-box;
    }
    .m-search input {
        width: 250px;
        background-color: #f2f2f2;
    }
    .responsive-nav {
        display: flex;
        width: 30px;
        height: 30px;
        background: #bf0c14;
        color: #fff;
        text-align: center;
        cursor: pointer;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 4;
    }
    .responsive-nav img {
        height: 20px;
        width: 20px;
    }
    .panel {
        background-color: #bf0c14;
        z-index: 200000;
        position: absolute;
        width: 100%;
        min-height: 100%;
        transition: all 0.5s ease;
        top: 150px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        text-align: center;
        left: -100%;
    }
    .fixed-rwd .panel {
        background-color: #ddbad0;
        z-index: 200000;
        position: absolute;
        width: 100%;
        height: 100vh;
        transition: all 0.5s ease;
        top: 59px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        text-align: center;
        left: -100%;
    }
    .fixed-rwd .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;
    }
    .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: .9em !important;
        color: #fff !important;
    }
    .finRole a {
        font-weight: 300;
        padding-left: 20px;
    }
    .company-contact>div {
        flex-basis: 100%;
        margin: 0 0 30px 0;
    }
    .info-card iframe {
        position: relative;
        display: flex;
        width: 100%;
        height: 40vh;
    }
}

@media (max-width: 800px) {
    .slider-item {
        flex: 1;
        height: 400px;
    }
    .slider-item h1 {
        display: inline-block;
        background: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        font-weight: 700;
        padding: 10px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        text-align: center;
    }
    .feautred-item {
        flex: 1;
        width: 100%;
        flex-basis: 100%;
        height: auto;
        padding: 20px;
        font-size: .9em;
    }
    .featured-content h2 {
        font-size: 1.5em;
        font-weight: 400;
        margin: 0 0 0.5em 0;
    }
}

@media (max-width: 800px) {
    .product-item {
        flex: 1 1 31%;
        max-width: 31%;
    }
    .narrowed .product-item {
        flex: 1 1 31%;
        max-width: 31%;
    }
    .slide {
        width: 100%;
        height: 300px;
    }
    .slideCont {
        background: rgba(0, 0, 0, .3);
        padding: 1em 1em;
        color: white;
        font-size: .9em;
    }
    .slideCont h1 {
        font-size: 1.3em;
        margin: 0;
    }
    .extra {
        width: 100%;
        padding: 30px 30px;
        margin: 50px 0;
    }
    .extra h2 {
        font-size: 1.3em;
        margin: 0;
        font-weight: 500;
    }
    .company-contact {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .tl-left {
        display: none;
    }
    .tl-right {
        margin-left: 0;
        width: 100%;
        font-size: .8em;
    }
    .tl-social {
        margin-left: auto;
    }
    .thirds {
        display: flex;
        flex-wrap: wrap;
    }
    .blanks {
        flex: 1;
        margin-right: 0;
        order: 2;
        flex-basis: 100%;
    }
    .bRight {
        margin: 3em 0 0 0;
        order: 3;
        flex: 1;
    }
    .blog_content {
        flex: 1;
        padding: 0 1em;
        border: none;
        order: 1;
        width: 100% !important;
    }
    .product-description-text {
        padding-right: 0;
    }
    .eNovice h4 {
        font-weight: 400;
        margin: 0 0 1em 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    footer>div {
        flex-basis: 50%;
    }
    .fl {
        flex-basis: 50%;
        margin: 0 0 30px 0;
    }
    .fl h4 {
        color: white;
        font-weight: 500;
        margin: 0 0 15px 0;
        font-size: 1.2em;
    }
    .foot-info>div {
        flex-basis: 100%;
        display: flex;
        margin: 10px 0;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .product-details-heading {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .product-details-info {
        flex-basis: 100%;
    }
    .breaker {
        font-size: 1.3em !important;
        background-size: 15px;
        padding-left: 20px;
    }
    .blog-item {
        font-size: .8em;
    }
    .blog-item small {
        font-size: 1em;
    }
    .product-details-gallery img {
        height: 50px;
        margin: 5px;
    }
}

@media (max-width: 580px) {
    .option {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .feautred-summary {
        flex: 0 1 100%;
        height: auto;
        font-size: 1.1em;
        padding: 1.5em;
    }
    .imgRight {
        width: 100% !important;
        margin: 1em 0 1em 0;
        max-width: 100%;
    }
    .imgLeft {
        width: 100% !important;
        margin: 1em 0 1em 0;
    }
    .imgRight img {
        width: 100% !important;
    }
    .imgLeft img {
        width: 100%;
    }
    .category-item {
        flex: 1 1 50%;
        height: 350px;
        max-width: 50%;
    }
    .category-item h3 {
        background: rgba(255, 255, 255, 0.9);
        font-size: 1em;
    }
}

@media (max-width: 430px) {
    .product-item {
        flex: 1 1 48%;
        max-width: 48%;
    }
    .narrowed .product-item {
        flex: 1 1 48%;
        max-width: 48%;
    }
    .category {
        flex-direction: column;
    }
    .nMob {
        display: none;
    }
    .fl {
        flex-basis: 100%;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .fl span {
        display: inline-block;
        width: 100px;
        text-align: left;
    }
}

@media (max-width: 400px) {}

@media (max-width: 360px) {}