@media screen and (max-width: 1200px) {
    .logo {
        margin: 0;
        width: 100%;
    }

    .navigation li.level0.partners ul {
        max-width: 600px
    }

    .page-products .column.main .products-grid ol li {
        flex-basis: 50%
    }

    .page-products .column.main .products-grid ol li .product-item-info {
        padding: 15px 10px
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
        font-size: 15px;
        padding: 8px 5px 7px
    }

    .nav-toggle {
        position: initial;
    }

    .nav-toggle:before {
        display: none;
    }

    .catalog-product-view .page-main {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        flex: auto;
        margin: 0 10px;
    }

    .logo>img {
        margin: 0 auto;
    }

    .page-products.page-layout-1column .products-grid .product-item {
        width: 25% !important;
    }

    .page-products.categorypath-partners .column.main .partners-category .products-grid ol li {
        width: 23% !important
    }

    .block.newsletter {
        width: 100%;
        max-width: 430px
    }

    .cms-home .column.main .product ol li {
        width: 22.98%
    }

    .page-products .column.main .products-grid ol li {
        flex-basis: 50%;
    }

    .footer_link_main .left_main {
        width: 22%
    }

    .footer_link_main .right_main {
        width: 67%
    }

    .footer_link_main .right_main .footer-nav-link {
        width: 20%
    }

    .footer_link_main .right_main .footer-nav-link:nth-child(3) {
        width: 26%
    }

    .footer_link_main .right_main .footer-nav-link:nth-child(4) {
        width: 32%
    }

    .catalog-product-view .column.main .products-grid ol li {
        width: 22.9%;
    }

    .nav-toggle {
        display: block;
        background: url("../images/ic_hamburger.svg") no-repeat center / contain;
        margin: 0;
        width: 40px;
        height: 40px;
        flex: none;
    }

    .nav-toggle.open {
        background: url("../images/ic_cancel.svg") no-repeat center / contain;
        /*width: 25px;
        height: 25px;*/
    }

    .navigation {
        padding: 0;
    }

    /* .navigation .parent .nav-toggle-block {position: relative; float: left; width: 45px; text-decoration: none; height: 38px; } */
    /* .navigation .parent .nav-toggle-block:after {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: inherit; color: inherit; content: '\e622'; font-family: 'luma-icons'; vertical-align: middle; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; } */

    /* .navigation .parent .nav-toggle-block:after {position: absolute; right: 0px; top: auto; width: 45px; height: 38px; line-height: 38px; } */
    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621';
    }

    .navigation li.level0 {
        border-bottom: 1px solid #DDD;
        margin: 0;
    }

    .navigation li.level0 li.all-category {
        display: none
    }

    .navigation li.level0.partners li.all-category {
        display: block
    }

    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: #555;
    }

    .navigation ul li ul.hasmenu {
        display: none !important
    }

    /*
    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
    }
    */
    .header.content > .sections.nav-sections {
        display: block;
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        background: #FFF;
        transition: 0.2s ease;
    }

    .header.content > .sections.nav-sections.open {
        width: 100%;
    }

    .nav-sections .switcher {
        border-top: 0px solid #d1d1d1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: .8rem 3.5rem .8rem 2rem;
    }

    .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px;
    }

    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1;
    }

    .nav-sections .switcher-trigger strong {
        position: relative;
        display: block;
        text-decoration: none;
    }

    .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px;
    }

    .nav-sections .switcher-trigger.active strong:after {
        content: '\e621';
    }

    .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        padding: 10px 0;
    }

    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        border-bottom: 1px solid #d1d1d1;
    }

    .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0;
    }

    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        font-weight: 700;
        padding: 0.8rem 20px;
    }

    .nav-sections .header.links li>a {
        border-top: 1px solid #d1d1d1;
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #fff;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: 0.8rem 20px;
    }

    .nav-sections .header.links .header.links {
        border: 0;
    }

    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%;
    }

    .nav-before-open .page-wrapper {
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative;
    }

    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .nav-open .page-wrapper {
        left: 80%;
        left: calc(100% - 54px);
    }

    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        left: 0;
        z-index: 99;
    }

    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .nav-sections-items {
        position: relative;
        z-index: 1;
    }

    .nav-sections-items:before,
    .nav-sections-items:after {
        content: '';
        display: table;
    }

    .nav-sections-items:after {
        clear: both;
    }

    .nav-sections-item-title {
        background: #e3e3e3;
        border: solid #d7d7d7;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%;
    }

    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0;
    }

    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none;
    }

    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0;
    }

    .nav-sections-item-content:before,
    .nav-sections-item-content:after {
        content: '';
        display: table;
    }

    .nav-sections-item-content:after {
        clear: both;
    }

    .nav-sections-item-content.active {
        display: block;
    }

    .navigation {
        background: #f0f0f0;
        box-sizing: border-box;
    }

    .navigation ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        color: #555;
    }

    .navigation li {
        background: #FFF;
        margin: 0;
    }

    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none;
    }

    .navigation .level0 {
        border-top: 0px solid #DDD;
        font-size: 1.6rem;
    }

    .navigation .ui-state-active + .level0 {
        border-top: 1px solid #DDD;
    }

    /* .navigation .parent .level-top:after{ display: none } */
    .navigation .level0>.level-top {
        display: flex;
        justify-content: space-between;
        font-weight: 700;
        padding: 20px;
        text-transform: uppercase;
        word-wrap: break-word;
        width: 100%;
        box-sizing: border-box;
        float: left;
        line-height: 100%;
        color: #555;
    }

    .navigation .parent .level-top:after {
        position: static;
    }

    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333333;
        padding-left: 7px;
        display: inline-block;
    }

    .navigation .level0>.level1 {
        font-weight: 400;
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: transparent;
        border-style: none;
        border-width: 0;
        color: #555;
    }

    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0px;
    }

    .navigation li.level0:last-child {
        border-bottom: initial;
    }

    .navigation .submenu>li {
        word-wrap: break-word;
    }

    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left 0.3s ease-out;
        width: 100%;
        float: left;
        box-sizing: border-box;
        box-shadow: none;
        border-bottom: 0;
        background: #fff;
    }

    /*
    .navigation li ul li a:before {
        content: '-';
        padding-right: 10px;
        color: #393939
    }
    */
    .navigation .submenu:not(:first-child) > li > a {
        padding: 20px 0;
        margin: 0 40px;
        border-bottom: 1px solid #DDD;
    }

    .navigation .level0 > .level1.first > a {
        padding-top: 20px;
    }

    .navigation .level0 > .level1.last > a {
        padding-bottom: 20px;
        border: 0;
    }

    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0;
    }

    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px;
    }

    .navigation .submenu:not(:first-child) ul>li {
        margin: 0;
    }

    .navigation .submenu:not(:first-child) ul>li a {
        color: #575757;
        display: block;
        line-height: normal;
    }

    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important;
    }

    .navigation .submenu:not(:first-child) .active>a {
        border-color: #DDD;
        border-style: solid;
        border-width: 0;
        border-bottom: 1px solid #DDD;
        color: #555;
        padding-left: 0;
    }

    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 0;
    }

    .nav-sections-item-title.active {
        background: #245689
    }

    .nav-sections-item-title.active a {
        color: #fff
    }

    .section-item-title.nav-sections-item-title {
        display: none !important;
        width: 50%;
        height: 35px;
        padding-top: 6px;
        display: inline-block
    }

    .nav-sections-item-content {
        background: #FFA435;
        margin-top: 34px;
    }

    .navigation li {
        width: 100%
    }

    .navigation .level0 {
        margin: 0;
    }

    .nav-sections-item-content {
        padding: 0;
        margin: 0;
    }

    .navigation {
        padding: 0;
    }

    .nav-toggle {}

    .navigation li.level0.partners ul {
        max-width: 100%;
        padding: 0;
    }

    .customer-welcome .header.links {
        text-align: left
    }

    .navigation li.level0.partners ul li {
        width: 100%
    }

    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #fff
    }

    .header.panel>.header.links {
        margin: 5px 0 0;
    }

    .custom-mobile-header {
        margin-left: 45px;
    }

    .design_services_main .table-main ul {
        width: 100%
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
        text-align: center;
    }

    .product-item-actions .actions-primary .unavailable span {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary {
        width: 100%;
        text-align: center;
        margin-left: 0
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner {
        height: auto
    }
}

@media screen and (max-width: 991px) {
    .logo {}

    .block-search {
        right: 65px
    }

    .technology-inner-main ul li {
        width: 32%;
    }

    .magestore-bannerslider-standard .flexslider .flex-direction-nav .flex-next {
        opacity: 1
    }

    .magestore-bannerslider-standard .flexslider .flex-direction-nav .flex-prev {
        opacity: 1
    }

    .solution-inner-main .desc {
        padding: 0px 10px;
    }

    .solution-inner-main .desc h3 {
        font-size: 22px;
    }

    .technology-main h2 {
        font-size: 26px;
    }

    .technology-inner-main ul li h3 a {
        font-size: 18px
    }

    .technology-inner-main ul li .desc {
        font-size: 16px
    }

    .solution-main h2 {
        font-size: 26px
    }

    .home-featured .title {
        font-size: 26px
    }

    .catalog-product-view .column.main .products-grid ol li {
        width: 22%;
    }

    .product-add-form .product-options-wrapper .field .control {
        width: 100%
    }

    .product-info-main .added-to-popup {
        margin-bottom: 20px
    }

    .catalog-product-view .reviews-summary .average-count {
        width: 30%;
    }

    .catalog-product-view .reviews-summary .star-count {
        width: 40%;
        margin-right: 2%
    }

    .brandslider-main .brandslider-title {
        font-size: 26px
    }

    .brandslider-main .partners-txt-inner .title {
        font-size: 26px
    }

    .brandslider-main .partners-txt-inner p {
        font-size: 20px
    }

    .cms-home .column.main .product ol li {
        width: 22.2%;
        position: relative
    }

    .cms-home .column.main .product ol li .product-item-info .product-item-inner {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }

    .footer.content ul {
        padding: 0px
    }

    .footer_link_main .left_main {
        margin-right: 5%;
    }

    .footer_link_main .right_main .footer-nav-link {
        width: 18%
    }

    .footer_link_main .right_main {
        width: 72%
    }

    .footer_link_main .right_main .footer-nav-link:nth-child(4) {
        width: 36%
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-layout-1column.page-products .column.main .products-grid ol li {
        width: 30% !important;
    }

    .nav-sections-item-content[aria-hidden="true"] {
        display: none !important;
    }

    .nav-sections-item-content[aria-hidden="false"] {
        display: block !important;
    }

    .nav-sections-item-content[aria-hidden="false"]>* {
        display: block;
    }

    .sections.nav-sections .nav-sections-item-content > * {
        display: none;
    }

    .sections.nav-sections.open .nav-sections-item-content > * {
        display: block;
    }

    .navigation .parent .level-top {
        position: relative;
    }

    .navigation .parent .level-top:after {
        font-size: 1.6rem;
        right: 10px;
        top: 7px;
        position: absolute;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: none;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .product.data.items>.item.content .img-content .left,
    .product.data.items>.item.content .img-content .right,
        {
        max-width: 250px
    }

    .product.data.items>.item.content .img-content ul {
        width: calc(100% - 300px)
    }

    .mpblog-post-index.page-layout-2columns-right .column.main,
    .mpblog-post-view.page-layout-2columns-right .column.main {
        width: 68.166667%
    }

    .mpblog-post-index.page-layout-2columns-right .sidebar-main,
    .mpblog-post-view.page-layout-2columns-right .sidebar-main {
        width: 31.833333%
    }

    .nav-sections .header.links li.customer-welcome {
        display: none;
    }

    .magestore-bannerslider-standard .flexslider .slides>li .flex-caption {
        top: 0px;
        /*padding: 20px 75px;*/
        box-sizing: border-box
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-products .sidebar {
        width: 29.833333%;
    }

    .page-products .column.main {
        width: 70.166667%;
    }

    .page-products .column.main .products-grid ol li {
        width: 46%
    }

    .page-products .column.main .products-grid {
        margin: 15px 0;
    }

    .catalog-product-view .column.main .products-grid ol li .product-item-info a.product-item-photo,
    .product ol li .product-item-info a.product-item-photo {
        min-height: 150px;
        line-height: 150px;
    }

    .catalog-product-view .column.main .products-grid ol li .product-item-info a.product-item-photo img,
    .product ol li .product-item-info a.product-item-photo img {
        line-height: 150px
    }

    .catalog-category-view .sidebar-main {
        margin-top: 0
    }

    .partners-content-main .category-partners-description .content-video span {
        width: 30%
    }

    .partner-page.page-products .column.main .products-grid ol li {
        width: 31%
    }
}

@media screen and (max-width: 767px) {
    .logo {
        margin: 0 auto;
    }

    .logo img {
        max-width: initial;
        margin: 0 auto;
    }

    .page-products.categorypath-partners .column.main .partners-category .products-grid ol li {
        width: 100% !important
    }

    .page-layout-1column.page-products .column.main .products-grid ol li {
        width: 100% !important;
    }

    .page-products .column.main .products-grid ol li {
        flex-basis: 100%;
    }

    .catalog-product-view .pages .pages-items {
        padding: 0 20px
    }

    .header.content > .sections.nav-sections {
        top: 50px;
    }

    .columns .column.main {
        padding-bottom: 15px;
    }

    .block,
    .customer-review .product-details,
    .block-banners,
    .block-banners-inline {
        margin-bottom: 10px;
    }

    .magestore-bannerslider-standard {
        width: 100% !important
    }

    .magestore-bannerslider-standard .flexslider .flex-direction-nav .flex-next {
        background-size: 100%;
        height: 250px;
    }

    .magestore-bannerslider-standard .flexslider .flex-direction-nav .flex-prev {
        background-size: 100%;
        height: 250px;
    }

    .magestore-bannerslider-standard .flexslider .slides > li .flex-caption .banner-container {
        height: 250px;
        padding: 20px;
    }

    .home-featured-container .title-wrapper .title {
        width: calc(100% - 10px);
    }

    .home-featured-container .title-wrapper .title a {
        width: 100%;
        box-sizing: border-box;
    }

    .home-featured-container .product.data.items .item.title a:after {
        top: 10px
    }

    .page-header {
        margin-bottom: 0px;
    }

    .page-header .nav-toggle {
        width: 30px;
        height: 30px;
    }

    .page-header .header.content .mobile-search-toggle {
        display: block;
    }

    .page-header .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
        width: 30px;
        height: 30px;
    }

    .page-header .header.content > .header.links > li > a {
        width: 30px;
        height: 30px;
    }

    .page-header .header.content > .header.links button.action.switch {
        width: 30px;
        height: 30px;
    }

    .partners-content-main {
        flex-wrap: wrap
    }

    .partners-content-main .partners-logo {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .partners-content-main .category-partners-description {
        width: 100%;
        padding: 15px;
    }

    .partners-content-main .category-partners-description .content-video span {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

    .partners-title {
        font-size: 30px;
    }

    .partner-page .columns {
        margin-top: 0;
    }

    .partner-page .category-view {
        width: 100%;
    }

    .partner-page.page-products .column.main .products-grid ol li {
        width: 100%;
        margin-right: 0;
    }

    .magestore-bannerslider-standard .flexslider .slides > li {
        max-height: 100%;
        height: 250px;
    }

    .magestore-bannerslider-standard .flexslider .slides>li .flex-caption {
        top: 30px;
        padding: 0;
        box-sizing: border-box;
    }

    .magestore-bannerslider-standard .flexslider .slides>li a img {
        max-height: 400px;
        max-width: inherit;
    }

    /*.magestore-bannerslider-standard .flexslider .slides>li a {
        width: 100%;
        max-height: 100%;
        height: 100%;
    }*/

    .magestore-bannerslider-standard .flexslider .slides>li a img {
        max-height: 100%;
        width: 100%;
        max-width: inherit;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
    }

    .magestore-bannerslider-standard .flexslider .slides>li .flex-caption .title {
        font-size: 40px;
        margin-bottom: 5px;
        text-align: center;
    }

    .magestore-bannerslider-standard .flexslider .slides>li .flex-caption p {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
    }

    .cms-home .column.main .products-grid ol li {
        margin: 10px 0;
        width: 100%;
        position: relative;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions {
        display: block;
        top: auto;
        transform: none;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary {
        width: 100%;
        float: left;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary {
        width: 100%;
        float: left;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary a {
        width: 50%;
        float: left;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist:before {
        width: 18px;
        font-size: 16px
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare:before {
        width: 18px;
        font-size: 16px
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toquote:before {
        width: 18px;
        font-size: 16px
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview:before {
        width: 18px;
        font-size: 16px
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist {
        width: 100%;
        margin-top: 0;
        border: 0;
        padding: 3px 0;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toquote {
        width: 100%;
        margin-top: 0;
        border: 0;
        padding: 3px 0;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview {
        width: 100%;
        margin-top: 0;
        border: 0;
        padding: 3px 0;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
        width: 100%;
        margin-top: 0;
        border: 0;
        padding: 3px 0;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toquote span {
        display: none
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview span {
        display: none
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist span {
        display: none
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare span {
        display: none;
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .tocart {
        padding: 8px 5px 8px;
        background: none;
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        background: #245181;
        width: 100%
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .tocart:before {
        content: "\f07a";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toquote:before {
        content: "\f15c";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px
    }

    .cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview:before {
        content: "\f06e";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        color: #fff
    }

    /*.cms-home .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .tocart span{ display: none }*/
    .cms-home .column.main .product ol li .product-item-info .product-item-details {
        min-height: auto
    }

    .cms-home .title-wrapper .title {
        width: calc(100% - 10px)
    }

    .cms-home .title-wrapper .title a {
        width: 100%;
        box-sizing: border-box
    }

    .cms-home .product.data.items .item.title a:after {
        top: 10px
    }

    .cms-home .columns .column.main {
        padding-bottom: 10px
    }

    .cms-home .columns .sidebar-additional {
        margin-bottom: 10px;
    }

    .cms-home .product.data.items {
        margin: 0;
    }

    .cms-home .filter .block-subtitle {
        padding-left: 15px
    }

    .page-products .sorter {
        position: static;
    }

    .page-products .column.main .products-grid ol li {
        margin: 10px 0;
        width: 100%;
        position: relative
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions {
        display: block;
        top: auto;
        transform: none;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary {
        width: 100%;
        float: left;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary {
        width: 100%;
        float: left;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary a {
        width: 50%;
        float: left;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist:before {
        width: 18px;
        font-size: 16px
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare:before {
        width: 18px;
        font-size: 16px
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist {
        width: 100%;
        margin-top: 0;
        border: 0;
        padding: 3px 0;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview {
        width: 100%;
        margin-top: 0;
        border: 0;
        padding: 3px 0;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare {
        width: 100%;
        margin-top: 0;
        border-radius: 0
    }

    /*.page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .towishlist span{ display: none }*/
    /*.page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-secondary .tocompare span{ display: none; }*/
    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview span {
        display: none;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .tocart {
        padding: 8px 5px 8px;
        background: none;
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        width: 100%;
        background: #245181
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .tocart:before {
        content: "\f07a";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        padding-right: 7px
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview:before {
        content: "\f06e";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
        color: #fff;
        padding-right: 7px
    }

    /*.page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .tocart span{ display: none }*/
    /*.page-products .column.main .products-grid ol li .product-item-info .product-item-inner .product-item-actions .actions-primary .toview span{ display: none }*/
    .page-products .title-wrapper .title {
        width: calc(100%)
    }

    .page-products .title-wrapper .title a {
        width: 100%;
        box-sizing: border-box
    }

    .page-products .product.data.items .item.title a:after {
        top: 10px
    }

    .page-products .columns .column.main {
        padding-bottom: 10px
    }

    .page-products .columns .sidebar-additional {
        margin-bottom: 10px;
    }

    .page-products .magestore-bannerslider-standard {
        margin-top: 0;
    }

    .page-products .filter .block-subtitle {
        padding-left: 15px;
    }

    .page-products .product.data.items {
        margin: 0;
    }

    .page-products .sorter {
        top: 15px;
        right: 0
    }

    .page-products .sorter label {
        display: none
    }

    .page-products .toolbar select {
        margin: 0;
    }

    .page-products .filter-title strong {
        background-color: #ffa235;
        border: 1px solid #ffa235;
        box-shadow: none;
        color: #fff;
        padding: 7px 15px;
        top: 15px;
        width: 100%;
        box-sizing: border-box;
        display: none;
    }

    .page-products .filter.block {
        margin-bottom: 0;
    }

    .filter.active .filter-title strong:after {
        float: right;
    }

    .page-products.catalog-category-view .filter .block-subtitle {
        padding: 0 15px;
        line-height: 50px;
        font-weight: 700;
        display: block;
    }

    .page-products .column.main .products-grid ol li .product-item-info .product-item-details {
        min-height: auto
    }

    iframe {
        width: 100%
    }

    .product_video_main .video {
        margin-right: 0
    }

    .checkout-cart-index .page-title-wrapper {
        padding: 0;
        margin-bottom: 15px
    }

    .gift-options-cart-item+.action-towishlist {
        position: relative;
        left: auto;
        right: auto;
    }

    .cart.table-wrapper .action-towishlist:before {
        width: 20px
    }

    .cart.table-wrapper .actions-toolbar {
        text-align: center
    }

    .cart-discount {
        border-bottom: 0
    }

    .cart-discount .block.discount .title {
        border: 0;
    }

    .cart.table-wrapper .actions-toolbar>.action-edit,
    .cart.table-wrapper .actions-toolbar>.action-delete {
        position: relative;
        left: auto;
        right: 0
    }

    .catalog-product-view .product.media {
        width: 100%;
        margin: 15px 0;
    }

    .catalog-product-view .custom-detailed {}

    .product-info-main .product-reviews-summary {
        width: 100%
    }

    .product-info-main .socia-links {
        float: left;
        width: 100%;
        margin: 10px 0;
    }

    .product-info-main .product-info-price {
        margin: 0 0 20px 0;
        width: 100% !important
    }

    .product-add-form .product-options-wrapper .field .control select {
        margin-bottom: 5px;
    }

    .product-info-main .product-info-stock-sku {
        padding-right: 0
    }

    .product-info-main .product-info-price .price-box {
        padding-left: 0;
        box-sizing: border-box
    }

    .product-info-main .box-tocart .actions {
        width: 100%;
        margin-left: 0
    }

    .product-info-main .box-tocart .field {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .product-info-main .box-tocart .control {
        width: 100%
    }

    .product-info-main .box-tocart .field .minus {
        float: left;
        line-height: 36px;
    }

    .product-info-main .box-tocart .field .plus {
        float: right;
        line-height: 36px
    }

    .product-info-main .added-to-popup {
        width: auto;
        margin-right: 0
    }

    .product-info-main .added-to-popup a {
        width: 100%;
        border-radius: 0;
        font-size: 16px;
        text-align: left
    }

    .product-info-main .box-tocart .actions .tocart {
        border-radius: 0
    }

    .product-info-main .product-brochure .email-brochure {
        border-radius: 0;
        font-size: 16px;
        text-align: left;
    }

    .catalog-product-view .custom-detailed .data.item.title {
        width: 100%;
        margin: 0;
    }

    .catalog-product-view .custom-detailed .data.item.title a.active,
    .catalog-product-view .custom-detailed .data.item.title.active a {
        padding: 13px 15px;
        margin-top: 0
    }

    .catalog-product-view .custom-detailed .data.item.title a {
        width: 100%;
        border-radius: 0;
        box-sizing: border-box;
        padding: 13px 15px
    }

    .catalog-product-view .reviews-summary .add-review .action.primary {
        border-radius: 0
    }

    .product-info-main .product-brochure {
        width: 50%;
        margin-left: 15px
    }

    .product.data.items>.item.content .img-content {
        padding: 0px;
        box-sizing: border-box
    }

    .product.data.items>.item.title {
        text-align: center
    }

    .product.data.items>.item.content .img-content ul {
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px
    }

    .product.data.items>.item.content .img-content .left {
        max-width: 100%
    }

    .product.data.items>.item.content .img-content .right {
        max-width: 100%
    }

    .product.data.items>.item.title a:after {
        display: none
    }

    .product.data.items {
        margin: 0;
        display: inline-block;
        width: 100%
    }

    .product.info.detailed {
        margin-bottom: 5px
    }

    .catalog-product-view .reviews-summary .average-count {
        width: 100%;
        margin-bottom: 15px
    }

    .catalog-product-view .reviews-summary .star-count {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        padding-bottom: 15px
    }

    .catalog-product-view .reviews-summary .add-review {
        width: 100%
    }

    .catalog-product-view .reviews-summary .block-title {
        text-align: center
    }

    .catalog-product-view .product-info-main {
        width: 100%
    }

    .catalog-product-view .reviews-summary .add-review .action.primary {
        width: 100%
    }

    .catalog-product-view .review-list .block-title {
        text-align: center
    }

    .catalog-product-view .column.main .products-grid ol li {
        width: 100%;
    }

    .catalog-product-view .column.main {
        padding-bottom: 0
    }

    .product-item-actions .actions-primary .unavailable span {
        border-radius: 0
    }

    .header.content #mobile_search_show {
        display: block;
        background: url('../images/ic_search_white.svg') no-repeat center;
        width: 30px;
        height: 30px;
        margin: 10px;
    }

    .header.content #mobile_search_hide {
        display: none;
        background: url('../images/ic_cancel.svg') no-repeat center / contain;
        width: 30px;
        height: 30px;
        margin: 0;
        color: #FFF;
        font-size: 24px;
        z-index: 100;
    }

    .page-with-filter.catalog-category-view .columns .sidebar-main {
        display: none;
        margin-top: 0;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 10px;
        background: #FFF;
        overflow: auto;
    }

    .page-with-filter.page-products .toolbar-amount {
        float: left;
    }

    .page-with-filter.page-products .columns {
        padding-top: 20px;
    }

    .page-with-filter.page-products .mobile-toggle-filter {
        position: absolute;
        display: block;
        top: 150px;
        left: 30px;
        right: 30px;
        background: #006BB4;
        color: #FFF;
        padding: 10px;
        border-radius: 3px;
        margin: 10px 0;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
    }

    .page-with-filter.page-products .mobile-toggle-filter.featured {
        position: static;
    }

    /*
    .page-with-filter.page-products .mobile-toggle-filter.featured:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    */
    .page-with-filter.page-products .products.products-grid {
        margin-top: 60px;
    }

    .page-with-filter .filter-options {
        margin: 0;
        display: block;
    }

    .page-with-filter .filter .filter-current + .block-actions {
        display: block;
        border: none;
        background: none;
        margin: 0;
    }

    .page-with-filter .filter .filter-current {
        border: none;
        margin: 0;
    }

    .page-with-filter .mobile-back-to-results {
        width: 100%;
        display: block;
        text-align: center;
        background: #006BB4;
        padding: 10px;
        border-radius: 3px;
        color: #FFF;
        margin: 10px 0;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
    }

    .page-with-filter.page-products .filter-current ol li {
        border: none;
    }

    .page-with-filter .filter .filter-current .items {
        display: block;
        background: none;
    }

    .page-with-filter .page-products .filter-current ol li {
        border: none;
    }

    .catalog-category-view .filter-options {
        display: block;
    }

    .product.category-tab .title-wrapper .title {
        margin-left: 0;
    }

    .mpblog-post-index .post-list-content .limiter {
        margin-top: 20px
    }

    .mpblog-post-index .product.data.items>.item.title {
        margin-bottom: 0;
    }

    .mpblog-post-view .share-col-right,
    .at-share-btn-elements {
        width: 100%;
        text-align: center
    }

    .mpblog-post-view .share-col-left h5 {
        text-align: center
    }

    .mpblog-post-view .post-post_content img {
        margin-bottom: 15px
    }

    .atss .at-share-btn .at-icon-wrapper,
    .atss a .at-icon-wrapper {
        padding: 3px 0 !important;
    }

    .sales-order-invoice .invoice .action {
        margin-bottom: 10px;
        display: inline-block
    }

    .sales-order-shipment .shipments .track {
        float: left;
        width: 100%;
        margin: 0 0 10px;
        box-sizing: border-box;
        text-align: center
    }

    .sales-order-shipment .shipments .print {
        float: right;
        width: 100%;
        margin: 0 0 10px;
        box-sizing: border-box;
        text-align: center
    }

    .order-details-items .order-title strong {
        display: inline-block;
        font-size: 1.8rem;
        font-weight: 500
    }

    .order-details-items .order-title {
        display: inline-block;
        width: 100%
    }

    .technology-inner-main ul li {
        width: 49%
    }

    .solution-main li {
        width: 49%;
        float: left;
        margin: 0px 5px 5px 0;
    }

    .solution-main li:nth-child(even) {
        margin-right: 0;
    }

    .cms-home .column.main .product ol li {
        width: 100%
    }

    .page-header .panel.wrapper {
        display: none;
        width: 100%;
        box-sizing: border-box;
    }

    .custom-mobile-header ul {
        float: right;
        width: 100%
    }

    .custom-mobile-header {
        margin-left: 35px;
    }

    .custom-mobile-header ul li.ask_pro .fa-headphones {
        margin-right: 5px
    }

    .page-header .custom-mobile-header .blog {
        margin-left: 10px
    }

    .custom-mobile-header ul li.store_phone {
        margin-right: 10px;
    }

    .header.content {
        margin-top: 0;
        height: 50px;
        padding: 10px;
    }

    .header.content ul.header.links {
        margin: 0;
        padding: 0;
    }
    /*
    .header.content .header.links .customer-welcome {
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 0 0 20px;
        background: url('https://store.embeddedworks.net/media/img/header/myaccount.svg');
    }
    */
    .header.content .customer-welcome .customer-menu {
        display: none;
    }

    .header.content .customer-welcome.active .customer-menu {
        display: block;
        position: absolute;
        top: 50px;
        right: 10px;
        list-style: none;
        padding: 20px;
        background: #FFF;
        border: 1px solid #BBB;
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #fff;
        font-weight: 400;
    }

    .navigation .level0 .submenu a {
        color: #555;
    }

    .block-search .block-content .control {
        display: block;
        background: #FF8F12;
        padding-right: 0;
        border-top: 0;
        margin: 0;
        padding: 5px 10px;
        height: 50px;
        /*background: url(../images/ic_search.png)no-repeat left 13px;*/
    }

    .brandslider-main .flexslider .slides img {
        margin: 0 auto;
    }

    .slide-search input {
        left: 34px;
        margin: 0;
        position: static;
        height: 40px;
    }

    .block-search .close-search {
        margin-top: 13px;
    }

    .slide-search .search-autocomplete {
        margin-top: 0px;
        width: 100% !important
    }

    .block-search .label {
        display: none;
    }

    .block-search {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 34px;
        width: calc(100vw - 30px);
        z-index: 11;
        margin: 0;
        background: #FF8F12;
        height: 30px;
    }

    .minicart-wrapper {
        margin: 0 10px;
        padding: 0;
    }

    .header.content > ul.header.links {
        /*display: none;*/
    }

    .header.content > ul.header.links .customer-welcome,
    .header.content > ul.header.links .customer-name
    {
        margin: 0;
    }

    /*
    .header.content > ul.header.links .customer-name span {
        display: none;
    }

    .header.content > ul.header.links .customer-name button {
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 0 0 20px;
        background: url('https://store.embeddedworks.net/media/img/header/myaccount.svg');
        border: 0 none;
    }
    */

    .brandslider-main .flex-direction-nav {
        display: block;
    }

    .brandslider-main .flex-control-nav {
        display: none;
    }

    .block-collapsible-nav {
        top: -41px;
        background: #fff
    }

    .customer-account-create form.form.create.account .field,
    .multishipping-checkout-register form.form.create.account .field,
    .wholesaler-account-create form.form.create.account .field {
        width: 100%;
        margin-right: 0%;
        display: inline-block;
        vertical-align: top
    }

    .navigation a,
    .navigation a:hover {
        font-weight: 400;
        color: #fff;
        padding: 10px;
    }

    .page-footer .footer-top-area .block.newsletter .action.subscribe {
        min-width: 115px
    }

    .page-footer .footer-top-area .block.newsletter {
        padding: 0px 10px;
        box-sizing: border-box
    }

    .page-footer .footer-top-area .block.newsletter .control input {
        padding-left: 15px;
        padding-right: 5px;
    }

    .design_services_main .table-main ul {
        width: 100%;
        margin: 10px 0;
    }

    .design_services_main .body_wide_left {
        width: 100%;
    }

    .design_services_main .body_narrow_right {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-left: 0
    }

    .technicalsupport-index-index .page-main .column.main .support-info>.field {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .technicalsupport-index-index .page-main .column.main .contact-info>.field {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .cms-page-view form .fieldset .field {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .rma-index-index .page-main .column.main .contact-info>.field {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .quote-index-index .page-main .column.main .field {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .wishlist-index-index .products-grid .product-item {
        margin-right: 0px;
        width: 100%
    }

    .bundle-options-container .block-bundle-summary .box-tocart,
    .box-tocart {
        margin-bottom: 10px
    }

    .products-grid.wishlist .product-item-actions {
        display: inline-block;
        width: 100%
    }

    .about-main .address-area .img {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .about-main .web-form a {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        display: inline-block
    }

    .about-main .address-area .address-inner {
        width: 100%
    }

    .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
    .account .page-main .page-title-wrapper .order-status,
    [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
    .sales-guest-view .page-main .page-title-wrapper .order-status {
        margin-top: 0
    }

    .pager .limiter {
        margin-top: 20px
    }

    .footer_link_main {
        padding: 30px 15px;
    }

    .footer_link_main .right_main .footer-nav-link h3 {
        display: block;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        padding-bottom: 10px;
        margin-top: 0px;
        font-weight: 400;
        font-size: 16px
    }

    .footer_link_main .right_main .footer-nav-link h3:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        float: right;
        font-size: 20px
    }

    .footer.content ul {
        display: none;
        margin-bottom: 25px;
    }

    .footer.content .addr-block {
        display: none;
    }

    .footer_link_main .left_main {
        width: 100%;
        margin-right: 0px
    }

    .footer_link_main .left_main .footer_logo {
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }

    .footer_link_main .right_main .footer-nav-link {
        width: 100%
    }

    .footer_link_main .right_main {
        width: 100%;
        margin-top: 20px
    }

    .footer_link_main .right_main .footer-nav-link:nth-child(3) {
        width: 100%
    }

    .footer_link_main .right_main .footer-nav-link:nth-child(4) {
        width: 100%
    }

}

@media screen and (max-width: 580px) {
    .modal-footer button:not(.primary) {
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-footer button:not(.primary):last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .nav-sections {
        margin-bottom: 0
    }
}