.mega-menu-block .megaMenu {
    background: #fff;
    max-height: 400px;
    padding: 5px 0 5px 5px;
    border-radius: 10px;
    min-height: 200px;
}

.mega-menu-border .megaMenu {
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 3px #bbb;
}

.offcanvas-block .megaMenu {

}

.mega-menu-border .megaMenu:hover {
    border-radius: 10px 0 0 10px;
    border-right: none;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.mega-menu-block ul.menu {
    direction: rtl;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    position: inherit;
    padding: 0 0 0 8px;
    margin: 0;
    height: 100%;
    max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    /*background-color: #227087;*/

    /*background: #fff;*/
    /*border: 1px solid #d7d7d7;*/
    /*box-shadow: 1px 1px 3px #bbb;*/
    /*border-radius: 10px ;*/
}

.mega-menu-block ul.menu:hover {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-radius: 10px 0 0 10px;
    border-right: none;
    padding: 0;
}

.mega-menu-block .menu, .mega-menu-block .megadrop .megadrop-wrap {
    scrollbar-width: thin;
    scrollbar-color: #aaaaaa #ffffff;
}

.mega-menu-block .menu::-webkit-scrollbar, .mega-menu-block .megadrop .megadrop-wrap::-webkit-scrollbar {
    left: -10px;
    -webkit-appearance: none;
    width: 7px;
}

.mega-menu-block .menu::-webkit-scrollbar-thumb, .megadrop .megadrop-wrap::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*}*/
.mega-menu-block .menu .list-group-item {
    border: none;
    border-bottom: 1px solid #DDDDDD;
    width: auto;
    margin: 0 15px 0 5px;
    padding: 7px 5px;
    color: #c3c;
}

.offcanvas-block .menu .list-group-item {
    border: none;
    padding: 0 0.5rem;
    border-left: 1px solid #888;
    display: inline-block;
    line-height: 1;
}

.menu a:hover {
    /*color: #227087;*/
    text-decoration: none;
}

.menu > li {
    display: block;
}

.mega-menu-block .menu > li {
    direction: ltr;
    text-align: center;
    /*margin-left: -4px;*/
    /*border-left: 1px solid rgba(255, 255, 255, 0.11);*/
    /*box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);*/
}

/*.menu > li > a {*/
/*    padding:20px 18px;*/
/*    display: block;*/
/*}*/
/*.menu > li:hover > a {*/
/*    color: #227087;*/
/*}*/
/*.menu > li:hover {*/
/*    background-color: #fff;*/
/*}*/
/* Megadrop width dropdown */
.menu > li > .megadrop {
    background-color: #fff;
    display: none;
    position: absolute;
    list-style: none;
    top: 0;
    /*left: 253px;*/
    /*width: 860px;*/
    /*left: calc(100%);*/
    right: 16px;
    transform: translateX(100%);
    width: calc(100% * 3);
    height: 100%;
    max-height: 400px;
    text-align: left;
    margin-top: 30px;
    z-index: 99;
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    /*border-top: 2px solid #227087;*/
    /*border-right: 2px solid #227087;*/
    /*border-bottom: 2px solid #227087;*/


    border-radius: 0 10px 10px 0;
    padding: 15px;
}

.mega-menu-border .menu > li > .megadrop {
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 3px #bbb;
    border-left: none;
}

.menu > li > .megadrop .megadrop-wrap {
    overflow-y: scroll;
    height: 100%;
}

/*.menu::-webkit-scrollbar-track*/
/*{*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*    border-radius: 10px;*/
/*    background-color: #F5F5F5;*/
/*    pointer-events: none;*/
/*}*/

/*.menu::-webkit-scrollbar*/
/*{*/
/*    width: 12px;*/
/*    background-color: #F5F5F5;*/
/*    pointer-events: none;*/
/*}*/

/*.menu::-webkit-scrollbar-thumb*/
/*{*/
/*    border-radius: 10px;*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*    background-color: #555;*/
/*    pointer-events: none;*/
/*}*/
.mega-menu-block .menu > li:hover .megadrop {

    display: block;
    margin-top: 0;
}

.mega-menu-block .menu ul li:hover:after {
    color: #227087;
}

.menu .col {
    width: 14.1%;
    float: left;
    color: white;
    margin: 0 0 0 2.2%;
}
.menu .col ul {
    padding: 0;
    margin: 0;
}
.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #227087;
    background: #eee;
}

.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #227087;
}

.menu .col ul li a:hover {
    color: #111;
    text-decoration: underline;
}

.menu > li > ul li ul, .menu li > ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    /*noinspection CssInvalidPropertyValue*/
    -o-transition: all 0.2s ease-in-outs;
}

.categories-block {
    margin-bottom: 2rem;
}

.categories-block.card {
    border: none;
    box-shadow: none;
}

.categories-block a {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: block;
}

h6.top-category {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

@media (max-width: 768px) {
    .menu > li > .megadrop {
        position: unset;
        left: unset;
        top: unset;
        right: unset;
        width: auto;
        transform: unset;
        overflow: unset;
        max-height: unset;
    }

    .menu {
        max-height: unset;
    }
}

.loading {
    background: #eee;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.loading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* background: #f00; */
    width: 1600px;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 800px, white 900px, transparent 1000px, transparent 1600px);
    transform: skewX(-45deg);
    transform-origin: bottom left;
    animation: loading-slide 3s linear infinite;
}

li:nth-child(16n) .loading:before {
    left: -25px;
}

li:nth-child(16n+1) .loading:before {
    left: -50px;
}

li:nth-child(16n+2) .loading:before {
    left: -75px;
}

li:nth-child(16n+3) .loading:before {
    left: -100px;
}

li:nth-child(16n+4) .loading:before {
    left: -125px;
}

li:nth-child(16n+5) .loading:before {
    left: -150px;
}

li:nth-child(16n+6) .loading:before {
    left: -175px;
}

li:nth-child(16n+7) .loading:before {
    left: -200px;
}

li:nth-child(16n+8) .loading:before {
    left: -225px;
}

li:nth-child(16n+9) .loading:before {
    left: -250px;
}

li:nth-child(16n+10) .loading:before {
    left: -275px;
}

li:nth-child(16n+11) .loading:before {
    left: -300px;
}

li:nth-child(16n+12) .loading:before {
    left: -325px;
}

li:nth-child(16n+13) .loading:before {
    left: -350px;
}

li:nth-child(16n+14) .loading:before {
    left: -375px;
}

li:nth-child(16n+15) .loading:before {
    left: -400px;
}

@keyframes loading-slide {
    to {
        transform: translateX(-100%) skewX(-45deg);
    }
}