/*  */
@keyframes open_menu_right {
  from {right: -300px}
  to {right: 0px}
}
@keyframes close_menu_right {
  from {right: 0px;}
  to {right: -300px;}
}
@keyframes open_closebtn_right {
  from {right: -300px}
  to {right: 0px}
}
@keyframes close_closebtn_right {
  from {right: 0px;}
  to {right: -300px;}
}
.btn-show-lk{
    position: fixed;
    top: 60%;
    right: 0px;
    padding: 6px 14px;
    background-color: #37474f;
    display: flex;
    align-items: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    animation-name: close_closebtn_right;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    z-index: 997;
    cursor: pointer;
}
.btn-show-lk:hover{
    background-color: #134089;
}
.btn-show-lk.active{
    animation-name: open_closebtn_right;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.btn-show-lk img{
    margin-right: 6px;
    height: 15px;
}
#ml-menu-fixed.active{
    animation-name: open_menu_right;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
#ml-menu-fixed {
    position: fixed;
    bottom: 30%;
    z-index: 6;
    /* transform: translateY(-50%); */
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #37474F;
    border-radius: 5px;
    animation-name: close_menu_right;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#ml-menu-fixed>ul {
    padding: 0;
    margin: 0;
}

#ml-menu-fixed>ul>li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 5px;
    max-width: 90px;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 10px;
}

#ml-menu-fixed>ul>li:last-child {
    border-bottom: none;
}

#ml-menu-fixed>ul>li>span {
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    font-family: "pfb";
}

#ml-menu-fixed>ul>li>span>span {
    color: #fff;
}

#ml-menu-fixed>ul>li>span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: solid 5px #134089;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    display: none;
}

#ml-menu-fixed>ul>li:hover>span:before {
    display: block;
}

#ml-menu-fixed>ul>li>a>img {
    /* filter: invert(1); */
    display: block;
    margin: 0 auto 5px;
    height: 28px;
}

#ml-menu-fixed>ul>li>a span {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
}

/*===============*/
#ml-menu-fixed ul li.cart>a {
    flex-direction: column;
    position: relative;
    padding-right: 10px;
}

#ml-menu-fixed ul li.cart>a .sl {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #ffffff;
    color: #134089;
    display: block;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
}

#ml-menu-fixed>ul>li.cart>a>img {
    max-height: 20px;
    max-width: 20px;
}

.ml-bg-over.active {
    opacity: 0.3;
    z-index: 5;
    pointer-events: auto;
}

/*===============*/
#ml-menu-fixed ul li.go_top a i {
    -webkit-animation: bouncezz 1.2s 500ms infinite;
    -o-animation: bouncezz 1.2s 500ms infinite;
    animation: bouncezz 1.2s 500ms infinite;
}

@keyframes bouncezz {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0%);
    }

    40% {
        transform: translateY(-35%);
    }

    60% {
        transform: translateY(-25%);
    }
}

@-webkit-keyframes bouncezz {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0%);
    }

    40% {
        -webkit-transform: translateY(-35%);
    }

    60% {
        -webkit-transform: translateY(-25%);
    }
}

@-moz-keyframes bouncezz {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0%);
    }

    40% {
        -moz-transform: translateY(-35%);
    }

    60% {
        -moz-transform: translateY(-25%);
    }
}

@-o-keyframes bouncezz {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0%);
    }

    40% {
        -o-transform: translateY(-35%);
    }

    60% {
        -o-transform: translateY(-25%);
    }
}

/*================*/
#ml-menu-fixed #close-lk{
    display: block;
    margin: auto;
    margin-bottom: 15px;
    cursor: pointer;
}
#ml-menu-fixed #close-lk:hover{
    opacity: 0.8;
}
#ml-menu-fixed ul li.social .popup {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #333333;
    overflow: hidden;
    width: 0;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#ml-menu-fixed ul li.social:hover .popup {
    width: 204px;
}

#ml-menu-fixed ul li.social .popup ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

#ml-menu-fixed ul li.social .popup ul li {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

#ml-menu-fixed ul li.social .popup ul li:last-child {
    border-right: none;
}

#ml-menu-fixed ul li.social .popup ul li a {
    display: block;
}

#ml-menu-fixed ul li.social .popup ul li a i {
    position: relative;
    width: 40px;
    height: 40px;

    line-height: 21px;
    color: #ffffff;
}

#ml-menu-fixed ul li.social .popup ul li a i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ml-menu-fixed ul li.social .popup ul li a:hover i.fa-facebook {
    background: #1877f2;
}

#ml-menu-fixed ul li.social .popup ul li a:hover i.fa-instagram {
    background: #ae4a7c;
}

#ml-menu-fixed ul li.social .popup ul li a:hover i.fa-youtube {
    background: #ff0000;
}

#ml-menu-fixed ul li.social .popup ul li a:hover i.fa-twitter {
    background: #00abf0;
}

#ml-menu-fixed ul li.social .popup ul li a:hover i.fa-pinterest {
    background: #cb2027;
}


@media (max-width:468px) {

    .arcontactus-widget.opened.arcontactus-message,
    .arcontactus-widget.opened.left.arcontactus-message {
        width: auto;
        right: 20px;
        left: 20px
    }
}


@media all and (max-width: 991px) {

    #ml-menu-fixed {
        top: initial;
        display: none;
        bottom: 50px;
    }

    #ml-menu-fixed>ul>li>a {
        width: 35px;
        height: 35px;
    }

    #ml-menu-fixed>ul>li>a>img {
        max-height: 20px;
        max-width: 20px;
    }

    #ml-menu-fixed>ul>li>a span {
        font-size: 14px;
        line-height: 15px;
    }

    .go_top a::before {
        bottom: 2px;
        font-size: 10px;
    }

    #ml-menu-fixed ul li.cart>a {
        padding-right: 3px;
    }

    #ml-menu-fixed ul li.cart>a .sl {
        width: 12px;
        height: 12px;
        font-size: 10px;
        line-height: 9px;
        top: 7px;
    }
}

