/**************** Page Layout ****************/
@media all and (min-width: 768px), print {
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        max-width: 1292px;
    }

    .page-layout-2columns-left .column.main {
        width: 76.1%;
    }

    .page-layout-2columns-left .sidebar-main {
        width: 21.5%;
    }

    .page-layout-1column .product.media {
        width: 43%;
    }

    .page-layout-1column .product-info-main {
        width: 55%;
    }
    .fieldset .input-fields2.telephone-fields .input-field {
        width: calc(100% - 140px);
    }

    .fieldset .input-fields2.telephone-fields .input-field:last-child {
        width: 110px;
    }

    .fieldset .input-fields2.telephone-fields .input-field:last-child .label {
        width: 40px;
    }

    .fieldset .input-fields2.telephone-fields .input-field:last-child .control {
        width: calc(100% - 40px);
    }
}

@media (max-width: 767px) {
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .panel.header {
        position: relative;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .header.content {
        padding-bottom: 48px;
    }

    .header_panel_left {
        width: 100%;
    }

    .header_panel_left .email-us {
        float: right;
    }

    .header_info_left {
        margin: 0;
        margin-top: -7px;
    }

    .header_info_right {
        margin: 0;
    }

    .nav-sections .navigation a.level-top {
        font-weight: 300;
    }

    .page-header .block-search {
        position: absolute;
        left: 5%;
        top: 100%;
        width: 90%;
        z-index: 100;
        margin: 80px 0 0;
    }

    .page-header .block-search input {
        border: 1px solid #a7a7a7;
    }

    .footer-toolbar-bottom .footer_additional {
        float: none;
    }

    .footer-toolbar-bottom {
        text-align: center;
    }

    .fieldset .input-fields2 .input-field {
        width: 100%;
        float: none;
    }
}

@media all and (min-width: 768px), print {
    .ms-topmenu .ms-label {
        padding: 5px 0 !important;
    }

    .ms-megamenu .col-category .level1 {
        font-weight: 500;
    }

    .ms-megamenu .col-category .level2 {
        font-weight: 300;
    }

    .ms-megamenu .parent .small,
    .ms-category-dynamic .col-level .col-xs-12.form-group.active a .small {
        display: none !important;
    }

    .navigation {
        margin-top: 16px;
    }

    .navigation ul {
        padding: 0;
    }

    .navigation > ul > li {
        position: static;
    }

    .navigation li.ms-level0:not(:last-child):after {
        content: '/';
        margin: 0 25px;
        color: #939393;
        position: relative;
        top: 6px;
    }

    .navigation .level0 > .level-top {
        color: #000;
        font-size: 16px;
        padding: 0;
    }

    .navigation .level0 > .level-top:hover {
        color: #ec2e2f;
        text-decoration: underline;
    }

    .product-info-main .product-add-form {
        -webkit-box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.1);
    }

    .box-tocart .action.tocart {
        width: auto;
    }

    .product-add-form .product-options-wrapper .field > .control {
        width: auto !important;
        display: inline-block;
    }

    .product-options-wrapper {
        text-align: center;
    }
}

@media (max-width: 480px) {

    .header_info_left,
    .header_info_right {
        font-size: 13px;
    }

    .header_info_left .covid19-status {
        font-size: 11px;
        top: 15px;
    }

    .products-list .prolabels-wrapper,
    .products-list .product-item-details {
        display: block;
        width: 100%;
    }

    .action.primary {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .fieldset .input-field .label,
    .fieldset .input-field .control {
        width: 100% !important;
        float: none !important;
    }
}
