
/***
 *     /$$$$$$$  /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$  /$$$$$$$ 
 *    | $$__  $$| $$_____/ /$$__  $$| $$  /$$/|__  $$__//$$__  $$| $$__  $$
 *    | $$  \ $$| $$      | $$  \__/| $$ /$$/    | $$  | $$  \ $$| $$  \ $$
 *    | $$  | $$| $$$$$   |  $$$$$$ | $$$$$/     | $$  | $$  | $$| $$$$$$$/
 *    | $$  | $$| $$__/    \____  $$| $$  $$     | $$  | $$  | $$| $$____/ 
 *    | $$  | $$| $$       /$$  \ $$| $$\  $$    | $$  | $$  | $$| $$      
 *    | $$$$$$$/| $$$$$$$$|  $$$$$$/| $$ \  $$   | $$  |  $$$$$$/| $$      
 *    |_______/ |________/ \______/ |__/  \__/   |__/   \______/ |__/      
 *                                                                         
 *                                                                         
 *                                                                         
 */

@media screen and ( max-width: 1280px) {
    /* .pos-category {}
    .pos-product {}
    .pos-cart {}
    .pos-cal {} */

    .pull-right-lg {
        float: right;
    }
}


/***
 *     /$$$$$$$$ /$$$$$$  /$$$$$$$  /$$       /$$$$$$$$ /$$$$$$$$
 *    |__  $$__//$$__  $$| $$__  $$| $$      | $$_____/|__  $$__/
 *       | $$  | $$  \ $$| $$  \ $$| $$      | $$         | $$   
 *       | $$  | $$$$$$$$| $$$$$$$ | $$      | $$$$$      | $$   
 *       | $$  | $$__  $$| $$__  $$| $$      | $$__/      | $$   
 *       | $$  | $$  | $$| $$  \ $$| $$      | $$         | $$   
 *       | $$  | $$  | $$| $$$$$$$/| $$$$$$$$| $$$$$$$$   | $$   
 *       |__/  |__/  |__/|_______/ |________/|________/   |__/   
 *                                                               
 *                                                               
 *                                                               
 */

@media screen and ( max-width: 800px) {
    .display-name {
        font-size: large;
    }
    .counter-minus,
    .counter-plus {
        display: block;
        text-align: center;
    }
    .counter-field {
        width: 100% !important;
    }
    .pos-category,
    .pos-product,
    .pos-design-product,
    .pos-cart {
        margin-top: 20px;
    }
    .eeh-navigation-sidebar {
        margin: 24px;
    }
    .pull-right-lg {
        float: none;
    }


}


/***
 *     /$$      /$$  /$$$$$$  /$$$$$$$  /$$$$$$ /$$       /$$$$$$$$
 *    | $$$    /$$$ /$$__  $$| $$__  $$|_  $$_/| $$      | $$_____/
 *    | $$$$  /$$$$| $$  \ $$| $$  \ $$  | $$  | $$      | $$      
 *    | $$ $$/$$ $$| $$  | $$| $$$$$$$   | $$  | $$      | $$$$$   
 *    | $$  $$$| $$| $$  | $$| $$__  $$  | $$  | $$      | $$__/   
 *    | $$\  $ | $$| $$  | $$| $$  \ $$  | $$  | $$      | $$      
 *    | $$ \/  | $$|  $$$$$$/| $$$$$$$/ /$$$$$$| $$$$$$$$| $$$$$$$$
 *    |__/     |__/ \______/ |_______/ |______/|________/|________/
 *                                                                 
 *                                                                 
 *                                                                 
 */

@media screen and ( max-width: 460px) {

    .back-to-top{
        width:30px;
        height: 30px;
    }

    .back-to-top i{
        font-size: 12px;
        padding: 9px;
    }
    /*  .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
    .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: auto;
    }*/
    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
    .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*border: 2px solid #3c7dcf;*/
        border-radius: 0;
        box-shadow: none;
    }
    .modal-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        /*height: 50px;*/
        /*padding: 10px;*/
        /*background: #6598d9;*/
        border: 0;
    }
    .modal-title {
        /*font-weight: 300;*/
        /*font-size: 2em;*/
        /*color: #fff;*/
        /*line-height: 30px;*/
    }
    .modal-body {
        position: absolute;
        top: 50px;
        bottom: 60px;
        width: 100%;
        font-weight: 300;
        overflow: auto;
    }
    .modal-footer {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        /*height: 60px;*/
        padding: 10px;
        background: #f1f3f5;
    }
    .pos-cart {
        margin: 0px;
    }
    .pos-cal {
        margin: 0px;
    }
    .pos-sidebar {
        display: block;
    }
    .container-center {
        width: auto!important;
    }
    .cart-table > tbody > tr > td,
    .cart-table > thead > tr > th {
        width: 25%;
        float: left;
    }
    .display-name {
        font-size: x-large
    }
    .input-group span.input-group-btn,
    .input-group input,
    .input-group button {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .input-group {
        position: relative;
    }
    .input-group span.data-up {
        position: absolute;
        top: 0;
    }
    .input-group span.data-dwn {
        position: absolute;
        bottom: 0;
    }
    .form-control.text-center {
        margin: 34px 0;
    }
    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        margin-left: 0;
    }
    .ui-select-container {
        width: 220px !important;
    }
    .pull-right-lg {
        float: none;
    }
}
