/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/**
url prefix for mozilla
 */
@-moz-document url-prefix() {
    .accesabar_li a {
        display: list-item !important;
    }
    .accesabar_menues {
        top: 55px;
    }
}

#accesabar_dot {
    display: none;
}

#accesabar_bar {
    text-rendering: optimizeLegibility;
    font-family: Noto sans-serif;
    border: 1px solid #dcdcdc;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    height: fit-content;
    z-index: 99999999999;
    user-select: none;
    visibility: hidden;
}

.accesabar_buttons {
    min-width: 70px;
    width: auto;
    height: 55px;
    background: #353535;
    position: inherit;
    margin: 2.5px auto 2px 2px;
    cursor: pointer;
    color: white;
    text-align: center;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);

}

.accesabar_buttons img {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

#accesabar_features {
    left: 10%;
    position: relative;
    width: auto;
    display: inherit;
    height: inherit;
}

#accesabar_menu {
    height: inherit;
    width: auto;
    display: inherit;
}

#accesabar_exit {
    background: red
}

.accesabar_menues {
    display: none;
    width: max-content;
    height: auto;
    background: #353535;
    position: absolute;
    z-index: 3;
}

.accesabar_li {
    color: white;
    font-size: 20px;
    width: auto;
    padding: 0 10px;
}

.accesabar_resizer {
    margin: auto 10px;
    font-size: 25px;
    background: white;
    color: black;
}

.accesabar_buttons a {
    display: inline-block;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 15px 10px;
}

.accesabar_li a:hover, .accesabar_buttons a:hover {
    color: lightgray !important;
}

.accesabar_resizer i {
    position: relative;
    width: 50%;
    height: 60px;
    text-align: -webkit-center;
    line-height: 60px;
}

.accesabar_resizer i:hover {
    color: lightgray;
}

.accesabar_button_text {
    padding: 20px 0;

}

.accesabar_button_text:hover {
    filter: opacity(0.7);
}

.float-right {
    float: right;
}

.accesabar_submenues {
    left: 100%;
    top: 0 !important;
    width: max-content;
    position: absolute;
}

.accesabar_text_square, .accesabar_ruler_square, .accesabar_screen_tint_square {
    width: 30px;
    height: 30px;
    margin: 1px;
    border: white;
    border-style: solid;
    border-width: 1px;
}

.accesabar_text_square:hover, .accesabar_ruler_square:hover {
    border: black;
}

#accesabar_text_color table {
    margin: 3px;
}

.accesabar_text_square:last-of-type {
    background: white;
}

#accesabar_ruler_item {
    position: fixed;
    height: 80px;
    left: 0px;
    width: 100%;
    background: black;
    z-index: 9999999999999;
    display: none;
}

#accesabar_iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#accesabar_magnifier {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 500px;
    height: 300px;
    border: 3px solid #000;
    background-color: #fff;
    overflow: hidden;
    z-index: 9999999999999999999;
}

#accesabar_page_magnified {
    top: 0;
    left: 0;
    position: absolute;
    overflow: visible;
    display: block;
    -webkit-user-select: none;
    -webkit-transform: scale(2);
    -webkit-transform-origin: left top;
    -moz-user-select: none;
    -moz-transform: scale(2);
    -moz-transform-origin: left top;
    -ms-user-select: none;
    -ms-transform: scale(2);
    -ms-transform-origin: left top;
    user-select: none;
    transform: scale(2);
    transform-origin: left top;
}

.accesabar_tint:after {
    content: "";
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: .3;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.red:after {
    background: red;
}

.blue:after {
    background: blue;
}

.yellow:after {
    background: yellow;
}

.orange:after {
    background: orange;
}

.purple:after {
    background: purple;
}

.green:after {
    background: green;
}

#accesabar_li_background_theme {
    padding-bottom: 5px;
}

#accesabar_bar img {
    width: 24px;
    height: 22px;
    margin-right: 8px;
}

#accesabar_reset img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#accesabar_font img {
    position: relative;
    top: -2px;
    width: 30px;
    height: 27px;
    margin-right: 2px;
}

#accesabar_accesiblity_options {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    font: inherit;
    font-size: inherit;
}

.accesabar_button_text p {
    color: white;
    display: inline-block;
}

.accesabar_dot {
    display: none;
}

#accesabar_dot {
    position: fixed;
    right: 2px;
    width: 40px;
    height: 40px;
    z-index: 3;
    top: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(37, 44, 97, .15), 0 2px 4px 0 rgba(93, 100, 148, .2);
}

#accesabar_dot:hover {
    transform: scale(1.1);
    opacity: 1 !important;
}

#accesabar_dot img {
    width: 40px;
    height: 40px;
}

/**
url prefix for edge
 */
@supports (-ms-ime-align:auto) {
    .accesabar_li a {
        display: list-item !important;
    }

    .accesabar_menues {
        top: 55px;
    }

    .accesabar_li {
        width: 230px;
    }

    #accesabar_submenu_settings {
        right: 72px;
    }

    #accesabar_features {
        left: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .accesabar_buttons {
        min-width: 60px;
        height: 45px;
        margin: 2.5px auto 2px 4px;

    }

    .accesabar_button_text {
        color: #353535;
    }

    #accesabar_submenu_settings {
        right: 64px;
    }

    #accesabar_font img {
        position: relative;
        top: -10px;
        width: 30px;
        height: 27px;
        margin-right: 2px;
    }

    .accesabar_button_text i {
        position: relative;
        top: -8px;
    }

    .accesabar_buttons a {
        padding: 20px 0;
    }

    .accesabar_button_text img {
        position: relative;
        top: -8px;
    }

    #accesabar_bar img {
        margin-right: 0;
    }

    @-moz-document url-prefix() {
        .accesabar_li a {
            display: list-item !important;
        }
        .accesabar_menues {
            top: 45px;
        }
    }
    @supports (-ms-ime-align:auto) {
        .accesabar_menues {
            top: 45px;

        }

        .accesabar_button_text {
            width: 100%;
        }

        .accesabar_li {
            margin: 0 auto;
        }

        #accesabar_submenu_settings {
            position: absolute;
            z-index: 3;
            top: 380px;
        }
    }
}

@media screen and (max-width: 768px) {
    #accesabar_features {
        position: relative;
        width: -webkit-fill-available;
        width: -moz-available;
        display: block;
        height: inherit;
        left: 0%;
    }

    #accesabar_submenu_settings {
        right: -4px;
    }

    #accesabar_menu {
        height: inherit;
        width: -webkit-fill-available;
        width: -moz-available;
        display: block;
    }

    .accesabar_menues {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .accesabar_submenues {
        width: -webkit-fill-available;
        width: -moz-available;
        position: relative;
        left: 0px;
    }

    #accesabar_bar {
        width: 100%;
        display: inline-block !important;
    }

    .accesabar_submenues table, .accesabar_submenues div, .accesabar_submenues td {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .accesabar_submenues tr {
        display: flex;
    }

    @-moz-document url-prefix() {
        .accesabar_li a {
            display: block;
        }
        .accesabar_submenues {
            top: 0px !important;
        }
    }
    @supports (-ms-ime-align:auto) {
        .accesabar_menues {
            top: 45px;
            width: 100%;
        }

        .accesabar_button_text {
            width: 100%;
        }

        .accesabar_li {
            margin: 0 auto;
            width: 100%;
        }

        #accesabar_text_color table, #accesabar_submenu_ruler table {
            width: 100%;
        }

        #accesabar_submenu_settings {
            position: absolute;
            z-index: 3;
            top: 380px;
        }

        .accesabar_submenues table, .accesabar_submenues td {
            width: 33.333%;
        }

        .accesabar_submenues div {
            width: 100%;
        }
    }
}
