/* theme common css */
.page-layout-3columns .columns .column.main {
    padding-bottom: 0;
}
.page-layout-3columns .columns .sidebar-additional,
.page-title-wrapper {
    display: none;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus,
button:not(.primary):active {
    box-shadow: none;
}
.byi-body .byi-wrap .byi-header .byi-header--logo {
    display: none;
}
.byi-custom-header-footer .page-wrapper {
    box-shadow: none;
    margin: 0;
}
.byi-body .byi-btn:hover, button.byi-cart-btn:focus, button.byi-cart-btn:active {
    border: 0;
    color: #fff;
    background-color: #e04210;
}
.byi-body ul > li, .byi-body ol > li {
    margin-bottom: 0;
}
.byi-custom-header-footer .byi-control.bottom .byi-f-option input.byi-input[type=number], .byi-custom-header-footer button.byi-cart-btn:hover {
    border: 0;
}
button:focus, button:active, button:hover {
    background: inherit;
    border: inherit;
    color: inherit;
}

/* header fixed css */
.byi-custom-header-footer .page-header {
    transition: all 0.4s ease;
}
.byi-custom-header-footer .page-header.header_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    border-bottom: 2px solid #dddddd;
    transition: all 0.4s ease;
    background: #fff;
}
.byi-custom-header-footer .page-header.header_fixed .panel.wrapper {
    display: none;
}
.byi-custom-header-footer .page-header.header_fixed .header.content {
    /* display: flex;
    flex-direction: row;
    padding: 20px 20px 0; */
    background: #fff;
    transition: all 0.4s ease;
}
.byi-custom-header-footer .header_fixed + .nav-sections {
    position: sticky; 
    top: 91px;
    z-index: 2; 
    display: none;
}
.byi-custom-header-footer .header_fixed + .nav-sections.active_nav {
    display: block;
}

/* tool css */
.byi-body.byi-custom-header-footer {
    overflow: auto;
    padding: 0;
}
.byi-body.byi-custom-header-footer .byi-wrap {
    position: relative;
}
.byi-body .byi-wrap .byi-header {
    box-shadow: 0 0px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
}
.byi-custom-header-footer .page-main {
    padding: 0;
}
.byi-body .byi-wrap.wrapper_fixed .byi-cart-popup {
    top: 90px;
}
.cart-footer .cart-summary {
    margin-bottom: 0;
}
.byi-custom-header-footer .byi-minicart--action .byi-cart-btn, 
.byi-custom-header-footer .byi-minicart--price .price { 
    line-height: 1;
}
.byi-custom-header-footer .amsearch-form-block.-opened {
    width: auto !important;
}


@media (min-width: 1000px) {
    /* theme common css */
    .page-layout-3columns .columns .column.main {
        width: 100%;
    }
    .byi-custom-header-footer .page-main {
        max-width: 100%;
    }
    .byi-custom-header-footer .nav-sections {
        margin-bottom: 0;
    }
    .byi-custom-header-footer .page-header.header_fixed .logo {
        margin: -8px auto 11px 48px;
    }
    .byi-custom-header-footer .logo img {
        height: auto;
        max-height: 77px;
    }
    .byi-custom-header-footer .page-header.header_fixed .header.content {
        padding: 10px 20px 0;
    } 
    .byi-custom-header-footer .header.content .nav-toggle {
        display: none;
    }
    .byi-custom-header-footer .header_fixed .header.content .nav-toggle {
        display: block;
        margin-top: 12px;
        line-height: 1;
    }
    .byi-custom-header-footer .header_fixed .header.content .nav-toggle span {
        display: block;
        font-size: 0;
        cursor: pointer;
    }
    .byi-custom-header-footer .header_fixed .header.content .nav-toggle span:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: #757575;
        content: '\e609';
        font-family: 'luma-icons', sans-serif;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}

@media (min-width: 1025px) {
    /* tool css */
    .byi-body .byi-wrap .byi-designboard {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 10px 0 0;
    }
    .byi-body .byi-wrap .byi-designboard .tabs .byi-idea {
        position: relative;
        padding-top: 0;
    }
    .byi-body.byi-custom-header-footer .byi-wrap {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .byi-body .byi-cart-popup {
        top: 165px;
    }
    .byi-custom-header-footer .byi-idea>.tab-container>.tab-content,
    .byi-custom-header-footer .byi-idea>.tab-container>.tab-content>.tab-pane.active,
    .byi-custom-header-footer .byi-idea>.tab-container>.nav-tabs,
    .byi-custom-header-footer .byi-header, .byi-custom-header-footer .byi-idea {
        z-index: 1;
    }
    .byi-custom-header-footer .byi-designboard .byi-output {
        z-index: 0;
    }
}

@media (max-width: 1024px) {
    /* theme common css */
    .byi-custom-header-footer .columns {
        position: relative;
    }
    .byi-custom-header-footer .copyright, .byi-custom-header-footer .footer-links-wrapper {
        /* z-index: 999; */
    }
    .byi-body.byi-custom-header-footer .byi-wrap {
        z-index: 0;
    }
    .byi-body.byi-custom-header-footer .byi-wrap .byi-header {
        z-index: 1;
    }
    .byi-custom-header-footer .logo {
        z-index: 0;
    }
    .byi-custom-header-footer .page-header {
        border-bottom: 1px solid #efefef;
    }
    .byi-custom-header-footer .navigation > .ninjamenus.ninjamenus-desktop {
        margin: 0;
    }
    .byi-custom-header-footer .magezon-builder {
        display: flex;
        flex-direction: column;
    }
    .byi-custom-header-footer .nav-toggle {
        z-index: 1;
    }
    .byi-body.byi-custom-header-footer.byi-cart-btn-click {
        overflow: hidden;
    }
    .byi-custom-header-footer.byi-cart-btn-click .nav-toggle {
        z-index: 0;
    }

    /* tool css */
    .byi-custom-header-footer .byi-modal-slide {
        display: none;
    }
    .byi-custom-header-footer .byi-idea>.tab-container>.tab-content>.tab-pane {
        bottom: 0;
        position: sticky;
    }
    .byi-custom-header-footer .byi-designboard {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        margin: 0;
        z-index: 0;
    }
    .byi-body .byi-wrap.wrapper_fixed .byi-cart-popup {
        top: 0;
    }
    .byi-custom-header-footer .byi-idea {
        position: relative;
        z-index: 3;
    }
    .byi-custom-header-footer .byi-designboard .byi-output {
        position: relative;
    }
    .byi-custom-header-footer .byi-idea>.tab-container>.tab-content>.tab-pane.active {
        transform: translateY(-89%);
    }
    .byi-custom-header-footer .page-header {
        margin-bottom: 0;
    }
    .byi-custom-header-footer .byi-minicart--action .byi-cart-btn {
        display: flex;
        align-items: center;
    }
    .byi-custom-header-footer .byi-minicart--action .byi-cart-btn svg {
        margin-right: 4px;
    }
    .byi-custom-header-footer .byi-header {
        height: 47px;
    }
    .byi-body .byi-wrap .byi-header {
        justify-content: flex-end;
    }
    .byi-custom-header-footer .byi-sub-tabs .tab-content>.tab-pane {
        position: absolute;
    }
    .byi-custom-header-footer .byi-sub-tabs-wrapper {
        position: sticky;
    }
    .byi-custom-header-footer .tab-content .tab-pane:first-child .byi-accord-content {
        overflow: auto;
        max-height: 130px;
    }
    .byi-body .byi-wrap.wrapper_fixed .byi-header {
        /* z-index: -1; */
    }
    .byi-body.byi-custom-header-footer .byi-cart-popup {
        top: 0;
        z-index: 993;
    }
    .byi-custom-header-footer .page-header.header_fixed .header.content {
        /* z-index: 0; */
    }
    .byi-custom-header-footer .amsearch-form-block.-opened {
        width: 100% !important;
    }
    .byi-custom-header-footer .popover .arrow:after, .byi-custom-header-footer .popover .arrow:before {
        display: none !important;
    }
    .byi-custom-header-footer .byi-minicart--price-text {
        max-width: 60px;
    }
    .byi-custom-header-footer .byi-sub-tab .byi-f-option {
        border: 0;
    }
    .byi-custom-header-footer .byi-sub-tab .byi-f-option__font-tab .byi-f-option--input {
        border-radius: 5px;
    }
    .byi-custom-header-footer .byi-minicart--action .byi-cart-btn {
        border-radius: 4px;
        margin-right: -1px;
        min-height: 35px;
    }
    .byi-custom-header-footer .byi-header--right .byi-dd-mobile:nth-child(2):after,
    .byi-custom-header-footer .byi-header--right .byi-dd-mobile:nth-child(3):after {
        display: none;
    }
    .byi-custom-header-footer .header_fixed .nav-toggle {
        line-height: 1.2;
    }
}

@media (max-width: 999px) {
    /* theme common css */
     .byi-custom-header-footer .logo img {
         width: auto;
         max-height: 56px;
     }   
     .byi-custom-header-footer .amsearch-button.-search {
         line-height: 1.1;
     }
     .byi-custom-header-footer .page-header.header_fixed .header.content {
         /* padding: 8px 20px;
         display: block; */
     }
 }

@media (max-width: 767px) {
    .byi-custom-header-footer .logo img {
        padding: 5px 0 3px 41px;
        min-width: 202px;
    }
    .byi-custom-header-footer .header_fixed .logo img {
        min-width: 172px;
    }
}