.st-effect-11 .st-pusher .disable-pointer {
    pointer-events: none;
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    /* box-shadow: -10px 5px 12px 4px rgba(0, 0, 0, 0.0), 8px 10px 20px -8px rgba(0, 0, 0, 0.01), -25px 22px 20px -8px rgb(0, 0, 0, 0.015); */
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher.div-main {
    height: 100vh;
    overflow: scroll;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 360px;
    height: 100%;
    /* background: #48a770; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 70px;
}

.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu .div-logo {
    margin-top: 60px;
}

.st-menu .div-logo .sidebar-menu-image {
    width: 150px;
}

.st-menu .option {
    display: flex;
    margin-top: 25px;
    cursor: pointer;
}

.st-menu .option .none-sign-in{
    display: flex;
    width: 100%;
}

.st-menu .option .have-sign-in{
    display: none;
    width: 100%;
}

.st-menu .option .have-sign-in .icon-option{
    border-radius: 50%;
}

.st-menu .option a{
    color: #212529;
    font-weight: normal;
}

.st-menu .option a:hover{
    font-weight: bold;
    text-decoration: none;
}

.st-menu .option a:hover{
    color: #9c02b4;
}

.central-branch .st-menu .option a:hover{
    color: #ca7504;
}

.liberty-hotel .st-menu .option a:hover{
    color: #14a652;
}

.st-menu .option:hover{
    font-weight: bold;
    color: #9c02b4;
}

.central-branch .st-menu .option:hover{
    color: #ca7504;
    font-weight: bold;
}

.liberty-hotel .st-menu .option:hover{
    color: #14a652;
    font-weight: bold;
}

.st-menu .option .icon-option {
    width: 25px;
    text-align: center;
}

.st-menu .option .icon-option .gift-icon {
    width: 45%;
}

.st-menu .option .icon-option.odyssea {
    text-align: center;
}

.st-menu .option .icon-option.odyssea .icon-odyssea {
    width: 65%;
}

.st-menu .option .title {
    width: 75%;
}

/* .st-menu-close .st-pusher{
    -webkit-transform: none;
    transform: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  } */

/* Individual effects */

/* Effect 11: Scale and rotate pusher */

.st-effect-11.st-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    overflow: hidden;
}

.st-effect-11 .st-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
    -webkit-transform: translate3d(5%, -3%, -50px) rotateY(-30deg);
    transform: translate3d(5%, -3%, -50px) rotateY(-30deg);
}

.st-effect-11.st-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 8%;
    overflow-y: auto;
}

.st-effect-11.st-menu::after {
    display: none;
}

@media (max-width:1600px) and (min-width:1200px) {
    .st-menu {
        padding-left: 40px;
    }
    .st-effect-11.st-menu-open .st-pusher {
        webkit-transform: translate3d(15%, -3%, -50px) rotateY(-30deg);
        transform: translate3d(15%, -3%, -50px) rotateY(-30deg);
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .st-menu {
        padding-left: 10px;
    }
    .st-effect-11.st-menu-open .st-pusher {
        webkit-transform: translate3d(15%, -3%, -50px) rotateY(-30deg);
        transform: translate3d(15%, -3%, -50px) rotateY(-30deg);
    }
}

@media (max-width:991px) and (min-width:768px) {
    .st-menu {
        padding-left: 10px;
    }
    .st-effect-11.st-menu-open .st-pusher {
        -webkit-transform: translate3d(15%, -3%, -50px) rotateY(-30deg);
        transform: translate3d(15%, -3%, -50px) rotateY(-30deg);
    }
}

@media (max-width:767px) and (min-width:320px) {
    .st-effect-11.st-menu-open .st-pusher {
        -webkit-transform: translate3d(37%, 0%, 30px) rotateY(-69deg);
        transform: translate3d(37%, 0%, 30px) rotateY(-69deg);
        /* background: #ccc; */
    }
    .st-pusher {
        box-shadow: none;
    }
    .st-effect-11.st-menu-open .st-effect-11.st-menu {
        height: calc(100vh - 70px);
    }
    .st-effect-11.st-menu-open .div-main {
        /* height: calc(100vh - 70px); */
        height: 100vh;
    }
    .st-menu .option .icon-option {
        text-align: center;
    }
    .st-menu .option .icon-option .gift-icon {
        width: 45%;
    }
    .st-menu {
        width: 245px;
    }
    .st-menu .option.first {
        margin-top: 10px;
    }
    .st-effect-11 .st-pusher .disable-pointer {
        /* display: none; */
    }
    .st-effect-11 .st-menu .div-close-menu {
        position: absolute;
        right: 0;
    }
    .st-effect-11 .st-menu .div-close-menu .material-icons {
        font-size: 30px;
    }
    .st-menu {
        padding-left: 5px;
    }
}

.st-effect-11 .st-pusher,
.st-effect-11.st-menu {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.st-effect-11.st-menu-close .st-pusher.div-main {
    height: 100vh;
    overflow: hidden;
}
.st-effect-11.st-menu-close .st-effect-11.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
    padding-top: 8%;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
