﻿
@media (max-width: 992px) {
    html, body {
        height: 100%;
    }

    .fill {
        min-height: 100%;
        height: 100%;
    }

    #navbar {
        width: 100%;
        /*height: 10%;
        min-height: 10%;*/
        display: block;
        margin: 0px;
    }

    div#top-bar, div#search-box, div#header, div#footer-content, div#scroll-btn, div#banner-box, div#areaSelector, div#DivStrumentiElementiDesignArea, #clearNavBar, #addToCart {
        display: none;
    }

    #body-designer h4{text-align:center;}


    #header-designer {
        width: 100%;
        min-height: 50px;
        /*height: 10%;
        min-height: 10%;*/
        background: #fff;
        display: block;
        text-align: center;
    }

    #body-designer {
        width: 100%;
        /*height: 70%;
        min-height: 70%;*/
        background: #fff;
        display: block;
    }


    .footer-designer-strumenti, .footer-designer {
        width: 100%;
        /*height: 10%;
        min-height: 10%;*/
        background: #fff;
        display: block;
        text-align: center;
        left: 0;
        bottom: 0;
        position: fixed;
    }
    .footer-designer-strumenti {
        z-index: 1000000;
    }

    .footer-designer {
        z-index: 999999;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 4px rgba(0,0,0,0.12);
        background: rgb(39,174,96);
        background: linear-gradient(0deg, rgba(39,174,96,1) 87%, rgba(29,147,78,1) 100%);
    }

    #header-designer .item-header,
    .footer-designer .item-footer,
    .footer-designer-strumenti .item-footer{
        padding: 10px;
        border-radius: 0px;
        min-width: 50px;
        max-height: 50px;
        display: -webkit-flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        /*border-left: dashed 1px;*/
        cursor: pointer;
    }

    #header-designer .item-header,
    .footer-designer .item-footer {
        background: #27ae60;
        color: #FFF;
    }

    .footer-designer-strumenti .item-footer, .footer-designer-strumenti .item-footer a{
        background: #FFF;
        color: #27ae60;
    }


    .footer-designer .item-footer,
    .footer-designer-strumenti .item-footer {
        font-size: 12px;
    }


    #header-designer .item-header {
        font-size: 12px;
    }
    #header-designer .header-prezzo {
        padding: 7px;
        font-weight: bold;
        font-size: 15px;
    }
    #header-designer .header-carrello {
        background: #8B19C5;
        color: #fff;
    }
    #header-designer .header-carrello a {
        color: #fff !important;
    }
    #header-designer #addToCart {
        margin: 0px;
    }

    #DialogMaschera #maskPhotoList {
        margin-left: -30px;
    }
}

@media (min-width: 992px) {
    div#areaSelectorMobile {
        display: none;
    }
}

 #configuratorMobile div.option-label {
    width: 80px;
}
.opt-selectMobile {
    height: 30px;
    padding: 0px;
    font-size: 13px;
}

#configurator div.option-label {
    width: 150px;
}
