/*
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
 * @copyright 2010-2023 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.sb-menu-right {
    position: fixed;

    height: 100%;

    overflow-y: hidden;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;


    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    box-sizing: border-box;
    background: #fff;
    height: 100%;

    text-align: left;
    right: 0px;
    top: 0px;
    z-index: 2147483647;
    /*box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;*/
    font-weight: 300;
    /*padding: 15px;*/
    margin: 0px;

    top: 0;
    display: block;
    position: fixed;

    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    z-index: 9999999999999;
    width: 100%;
    max-width: 600px;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}


@media (max-width: 480px) {
    .sb-menu-right {
        width: 320px;

    }
}

@media (max-width: 320px) {
    .sb-menu-right {
        width: 100%;
        left: 0;

    }
}
