/*******START OF SEARCHBOX**********/
@media (max-width: 1250px) {
    .form.minisearch .control {
        height: 50px;
        width: 100%;
        padding: 0 20px;
        position: absolute;
        top: 45px;
        left: 0;
        margin: 0;
        box-sizing: border-box;
        box-shadow: 0.7px 0.7px 5px 0 rgba(0, 0, 0, 0.25);
        background: white;
    }

    .form.minisearch .control .input-text {
        position: relative;
        margin-top: 9px;
        border: solid 1px #e2e2e2;
        border-radius: 0px;
        font-size: 15px;
        color: #6f7272;
        left: auto;
    }

    /*******END OF SEARCHBOX**********/
    /*******START OF MENU**********/
    .sections.nav-sections .section-item-content .navigation {
        display: block !important;
        top: unset !important;
        left: unset !important;
    }

    .sections.nav-sections {
        height: 100%;
        position: inherit;
        left: unset;
        right: 0;
        z-index: 99;
        overflow: auto;
    }

    .sections.nav-sections {
        display: block !important;
        right: 0;
        left: auto;
        top: 45px;
        width: 300px;
        background: #444;
    }

    .sections.nav-sections .navigation {
        background: #444;
    }

    .sections.nav-sections .section-item-content li a, .nav.info, .section-item-title .nav-sections-item-title a {
        color: white;
    }

    .section-item-title.nav-sections-item-title a {
        color: white;
        font-weight: bold;
    }

    .section-item-content.nav-sections-item-content li.level0 {
        list-style-type: circle;
        color: white;
        margin-left: 10%;
        font-weight: bold;
    }

    .section-item-content.nav-sections-item-content li.info__level0,
    .section-item-content.nav-sections-item-content li.info__level1 {
        list-style-type: none;
        color: white;
        font-weight: bold;
    }

    .section-item-content.nav-sections-item-content li.level1,
    .section-item-content.nav-sections-item-content ul.info__level2 li {
        list-style-type: circle;
        color: white;
        margin-left: 10%;
        font-weight: normal;
    }

    .section-item-content.nav-sections-item-content li.level2 {
        list-style-type: circle;
        color: white;
        margin-left: 10%;
    }
}

    /*******END OF MENU**********/
    /*******START OF PRODUCT PAGE**********/
    .product.info.detailed .product.data.items .data.item .data.content {
        display: block;
    }
