html,
    body {
        height: 100%;
    }


    .theme-loader .loader-track::after,
    .theme-loader .loader-track::before {
        border: 4px solid #00bfa5;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }

    .theme-loader .loader-track .loader-bar::after,
    .theme-loader .loader-track .loader-bar::before {
        border: 4px solid #00bfa5;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }

    .navbar {
        background-color: #245564;
        min-height: 50px;
    }

    #dropdownMenuButton {
        background: #174351;
        border: 0;
        text-align: center;
        font-size: 21px;
        padding: 5px 12px;
    }

    .dropdown-menu.dropdown-menu-categorias {
        right: 0 !important;
        left: auto !important;
        transition: all linear 0.2s;
        background: #174351;
        border: 0;
    }

    .dropdown-menu.dropdown-menu-categorias {
        overflow-y: auto !important;
        max-height: 350px;
    }

    .dropdown-item {
        color: #fff;
        padding: 13px 16px;
        text-align: center;
        transition: all linear 0.2s;
    }

    .dropdown-header {

        color: #ffffff4f;
        text-align: center;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        background-color: #00000042;
    }

    .total_carrinho {
        padding: 7px 12px;
        background: #174351;
        transition: all linear 0.2s;
        border-radius: 2px;
        color: #fff;
        font-size: 16px;
    }

    .total_carrinho:hover,
    .total_carrinho:active {
        color: #fff;
        text-decoration: none;
    }

    .total_carrinho i {
        font-size: 19px;
    }

    .input-group-addon {
        background: #e3e3e3;
        color: #000;
        border: 0;
    }

    .input-group-addon:hover,
    .input-group-addon:active {
        background: #c8c8c8;
    }


    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }


    @keyframes slideIn {
        0% {
            transform: translateY(1rem);
            opacity: 0;
        }

        100% {
            transform: translateY(0rem);
            opacity: 1;
        }

        0% {
            transform: translateY(1rem);
            opacity: 0;
        }
    }

    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }

        0% {
            -webkit-transform: translateY(1rem);
            -webkit-opacity: 0;
        }
    }

    .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }

    .bloco-mensagem {
        background: #fff;
        padding: 9px;
        border-radius: 5px;
        margin: 5px 0;
        box-shadow: 0px 0px 3px #00000036;
    }

    .bloco-mensagem2 {
        background: #fff;
        padding: 9px;
        border-radius: 0 5px 5px 5px;
        margin: 5px 0;
        box-shadow: 0px 0px 3px #00000036;
    }

    .bloco-mensagem img {
        border-radius: 5px;
    }

    .form-control:focus {
        border: 1px solid #00bfa5;
    }

    .btn-quantidades {
        user-select: none
    }

    .titulo_pagina {
        color: #245564;
        font-size: 18px;
    }


    .tem-stories {
        --borderWidth: 3px;
        background: #FFFFFF;
        position: relative;
        border-radius: 100%;
        width: 47px;
        height: 47px;
        text-align: center;
    }

    .tem-stories:after {
        content: '';
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        left: calc(-1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) * 2);
        width: calc(100% + var(--borderWidth) * 2);
        background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
        /* background: linear-gradient(60deg, #2ed8b6,#59e0c5,#2ed8b6,#59e0c5,#2ed8b6,#59e0c5,#2ed8b6,#59e0c5,#2ed8b6,#59e0c5); */
        border-radius: 100%;
        /* border-radius: calc(2 * var(--borderWidth)); */
        z-index: -1;
        animation: animatedgradient 3s ease alternate infinite;
        background-size: 300% 300%;
    }


    @keyframes animatedgradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .categorias-div .lSAction>a {

        top: 33%;
    }

    .categoria-image1 {
        width: 70px;
        height: 70px;
        background: #fff;
        color: #245564;
        font-weight: bold;
        font-size: 40px;
        line-height: 70px;
        text-align: center;
        background-size: 100%;
        margin: 0 5px 0 0;
        vertical-align: middle;
        border-radius: 100%;
    }

    .categoria-image2 {
        width: 70px;
        height: 70px;
        background-size: 100%;
        margin: 0 5px 0 0;
        vertical-align: middle;
        border-radius: 100%;
    }

    .brand-title {
        margin: 0;
        font-size: 20px;
        color: #fff;
    }

    .btn-enviar-pedido {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }



    .page-link {
        font-size: 16px;
        padding: .75rem 1.2rem;
    }

    .page-link:hover {
        color: #245564;
    }

    .page-item.active .page-link {
        background-color: #245564;
        border-color: #245564;
    }

    .btn-carregar-produtos {
        background: #174351;
        color: #fff;
        max-width: 400px;
    }

    .btn-todos-produtos {
        background: #174351;
        color: #fff !important;
        max-width: 400px;
    }

    body {
        padding-top: 70px;
    }

    @media (min-width: 1200px) {
        body {
            padding-top: 50px;
        }
    }


    @media (max-width: 500px) {
        .total_carrinho {
            padding: 6px 10px;
        }

        #dropdownMenuButton {
            padding: 5px 9px;
        }
    }

    @media (max-width: 450px) {
        .brand-title {
            display: none !important;
        }

        /* .brand-image {
	   width: 40px;
		height: 40px;
		margin: 5px 0px 5px 0;
   } */
        .navbar.navbar-expand {
            padding: 0 0px 0 6px;
        }
    }

    .curtir-btn {
        font-size: 20px;
        z-index: 10;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
        border-radius: 0 4px 0 0;
        color: #245564;
        display: inline-block;
        margin-top: 5px;
    }

    .msg-btn {
        font-size: 20px;
        z-index: 10;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
        border-radius: 0 4px 0 0;
        color: #245564;
        display: inline-block;
        margin-top: 5px;
        cursor: pointer;
    }

    .share-btn {
        font-size: 20px;
        z-index: 10;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
        border-radius: 0 4px 0 0;
        color: #245564;
        display: inline-block;
        margin-top: 5px;
    }

    .share-btn2 {
        font-size: 25px;
        float: right;
        margin-top: -37px;
        z-index: 10;
        position: relative;
        margin-right: -4px;
        background: #fff;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
        border-radius: 4px 0 0 0;
        color: #245564;
    }

    .info-btn {
        cursor: pointer;
        font-size: 20px;
        padding: 4px 12px;
        color: #245564;
    }

    .box-info-whats {
        background: #e1f2fb;
        color: rgba(0, 0, 0, 0.88);
        text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
        padding: 5px 12px 6px;
        border-radius: 7.5px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px 0px;
    }

    .whats-tail-balao {
        color: #fff;
        margin-top: 2px;
        position: absolute;
        margin-left: -8px;
        width: 8px;
        height: 13px;
    }

    .btn-busca,
    .btn-busca:hover,
    .btn-busca:active,
    .btn-busca:focus {
        background: #20a98e;
        border-color: #20a98e;
    }

    .btn-busca-topo,
    .btn-busca-topo:hover,
    .btn-busca-topo:active,
    .btn-busca-topo:focus {
        background: #20a98e;
        border-color: #20a98e;
    }


    .box-enviar-pedido-whats form {
        margin: 0 auto;
        max-width: 1100px;
    }


    .brand-image {
        width: 42px;
        height: 42px;
        
        background-size: 100%;
        margin: 2px auto;
        vertical-align: middle;
        border-radius: 100%;
    }

    .box-enviar-pedido-whats {
        margin: 15px auto 0;
        padding: 5px 10px;
    }


    .box-enviar-pedido-whats .bloco-mensagem {
        display: inline-block;
        border-radius: 5px 0 5px 5px;
        font-size: 15px;
        padding: 2px 4px;
    }


    .box-enviar-pedido-whats .bloco-mensagem input {
        width: 100%;
        border: 0;
        padding: 8px 12px;
    }

    .box-enviar-pedido-whats .whats-tail {
        color: #fff;
        position: relative;
        top: -9px;
        left: -4px;
    }

    @media (max-width: 600px) {
        .box-enviar-pedido-whats .whats-tail {

            top: -8px;
        }
    }

    .box-enviar-pedido-whats .btn-icon {
        width: 45px;
        height: 45px;
        margin-left: -9px;
        margin-top: -3px;
        background: #245564;
        border: 0;
        padding: 12px;
        font-size: 23px;
        z-index: 50;
        position: relative;
    }

    .box-enviar-pedido-whats .btn-icon:hover,
    .box-enviar-pedido-whats .btn-icon:active {
        background: #174351;
    }

    .lSSlideOuter .lSPager.lSpg>li a {
        background-color: #d9c8be;
    }

    .lSSlideOuter .lSPager.lSpg>li.active a,
    .lSSlideOuter .lSPager.lSpg>li:hover a {
        background-color: #245564;
    }

    .lSSlideOuter .lSPager.lSpg {
        margin-bottom: -4px;
    }

    .lSAction>a {
        background-color: #245564;
        border-radius: 50%;
        opacity: 1;
        width: 30px;
        height: 30px;
    }

    .lSAction>.lSPrev {
        background-position: 0px -1px;
    }

    .lSAction>.lSNext {
        background-position: -34px -1px;
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 28px;
        background: #ffffff82;
        border-radius: 100%;
        padding: 4px 2px 0px 2px;
    }

    .slick-next {
        right: 20px;
    }

    .slick-prev {
        left: 20px;
    }

    .slick-dots li button:before {
        font-size: 26px;
        font-weight: bold;
        content: '\2015';
    }

    .radio-form-entrega {
        border: 1px solid #e6e6e6;
        padding: 10px;
        box-shadow: 0px 1px 2px #c1c1c1;
    }

    @media (max-width: 768px) {
        .radio-form-entrega .valor-entrega {
            float: none;
            text-align: right;
        }
    }


    .btn-play-video {
        /* width:100%;
	height:350px;
	background-position:center center;
	background-size: cover; */
        display: flex;
        align-items: center;
    }

    .btn-play-video .bloco-mensagem {
        background: transparent;
        width: 80px;
        text-align: center;
        border-radius: 100%;
        font-size: 80px;
        color: #fff !important;
        text-shadow: 1px 1px 3px #00000078;
        opacity: 0.9;
    }

    .btn-play-video .bloco-mensagem svg {
        fill: #fff;
        -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .6));
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .6));
    }


    .btn-play-video2 {
        width: 100%;
        background-position: center center;
        background-size: cover !important;
        display: flex !important;
        align-items: center;
    }

    .btn-play-video2 .bloco-mensagem {
        background: transparent;
        width: 80px;
        text-align: center;
        border-radius: 100%;
        font-size: 80px;
        color: #fff !important;
        text-shadow: 1px 1px 3px #00000078;
        box-shadow: 0 0 0 !important;
        opacity: 0.9;
    }

    .btn-play-video2 .bloco-mensagem svg {
        fill: #fff;
        -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .6));
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .6));
    }



    .colored-toast.swal2-icon-info {
        background-color: #245564 !important;
    }

    .pulse-button {
        box-shadow: 0 0 0 0 rgb(63 128 148 / 100%);
        -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    }


    .btn-whatsapp-vendedor {
        background: #fff !important;
        padding: 5px !important;
        border: 2px solid #2ed8b6 !important;
        margin-left: 0 !important;
    }

    .btn-whatsapp-vendedor .img-vendedor {
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        color: #2ed8b6 !important;
    }

    .btn-whatsapp-vendedor .img-vendedor i {
        color: #2ed8b6 !important;
    }

    .btn-whatsapp-vendedor .img-whatsapp {
        width: 18px;
        height: 18px;
        position: absolute;
        margin-top: -10px;
        margin-left: 7px;
    }

    .visualizacao-btn {
        color: #245564
    }

    .banners-catalogo {
        margin-top: -34px;
        padding: 20px 10px;
        padding: 0;
        background: #245564;
    }

    .banners-catalogo .lSAction>a {
        background: #00000094;
        color: #fff !important;
        opacity: 1 !important;
        margin-top: -50px;
        width: 46px;
        height: 76px;
        font-size: 36px;
        text-align: center;
        line-height: 79px;
        border-radius: 2px;
    }

    .banners-catalogo .lSAction>.lSNext {
        padding-left: 3px;
    }

    .banners-catalogo .lSAction>.lSPrev {
        padding-right: 3px;
    }


    .sem_imagem_substituicao {
        min-height: 300px;
        min-width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    @media (max-width: 950px) {
        .banners-catalogo .lSAction>a {
            margin-top: -29px;
            width: 34px;
            height: 54px;
            font-size: 23px;
            line-height: 57px;
        }
    }

    .square-photo {
        position: relative;
        width: 100%;
        cursor: pointer;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .square-photo:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .lozad,
    .lozad-src {
        min-height: 100px;
        display: block;
    }


    .lozad:before {
        content: "";
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
    }

    .lozad.loaded:before {
        content: "";
        background: transparent;
        width: 0;
        height: 0;
    }

    .lozad-src {
        background-repeat: no-repeat;
        background-position: center;
    }

    .lozad-src.loaded:before {
        background: transparent;
    }



    .noticacaoPedidosContainer {
        overflow-y: auto;
        top: auto;
        right: 0;
        top: 2px;
        left: auto;
        display: flex;
        position: fixed;
        padding: .625em;
        overflow-x: hidden;
        transition: background-color .1s;
        z-index: 100000;
        justify-content: flex-end;
        width: auto;
        max-width: 510px;
    }

    @media (max-width: 767px) {
        .noticacaoPedidosContainer {
            width: 100%;
            max-width: 510px;
        }
    }

    .noticacaoPedidosContent {
        padding: 0.4rem 0.5rem 0.4rem 0.6rem;
        display: flex;
        background-color: #007666 !important;
        box-shadow: 0 0 0.625em #d9d9d9;
        overflow-y: hidden;
        flex-direction: row;
        align-items: center;
        width: 100%;
        border-radius: 3px;
        max-width: 500px;
    }

    .noticacaoPedidosIcon {
        border: 3px solid #fff;
        color: rgb(255, 255, 255);
        width: 42px;
        height: 42px;
        border-radius: 100%;
        margin: 0;
        text-align: center;
        line-height: 38px;
        min-width: 42px;
    }

    .noticacaoPedidosIcon i {
        font-size: 20px;
    }

    .noticacaoPedidosText {
        display: flex;
        flex-grow: 1;
        justify-content: flex-start;
        margin: 0 .6em;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    .noticacaoPedidosContent.animate-show {
        -webkit-animation: swal2-toast-show .5s;
        animation: swal2-toast-show .5s;
    }

    .noticacaoPedidosContent.animate-hide {
        -webkit-animation: swal2-toast-hide 0.1s forwards;
        animation: swal2-toast-hide 0.1s forwards;
    }

    .produto_titulo {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 20px;
        max-height: 50px;
    }

    .preco_produto_apartir_texto {
        color: rgb(102, 102, 102);
        font-size: 14px;
        font-weight: 400;
    }

    .preco_produto_apartir {
        font-size: 19px;
        font-weight: 700;
    }

    .preco_promo_antigo {
        color: rgb(102, 102, 102);
        font-size: 14px;
        text-decoration: line-through;
        font-weight: 400;
    }

    .preco_promo_badge,
    .badge_vendidos {
        font-size: 12px;
    }

    .preco_promo,
    .preco_normal {
        font-size: 19px;
        font-weight: 700;
    }

    .modal_view_produto h5 {
        font-size: 1.1rem;
    }

    .modal_view_produto .fechar_modal_produto {
        background: #0000007a;
        border: 0;
        font-size: 25px;
        height: 36px;
        z-index: 1000000;
        position: fixed;
    }

    .modal_view_produto .fechar_modal_produto2 {
        background: #ffffff7a;
        border: 0;
        font-size: 25px;
        height: 36px;
        z-index: 1000000;
        position: fixed;
        cursor: pointer;
    }

    .modal_view_produto .modal-body {
        overflow-x: hidden;
     }

    
    @media (min-width: 992px) {

        .modal_view_produto .conteudo-produto-modal {
            max-height: calc(700px - 65px) !important;
            height: calc(90vh - 70px) !important;
            overflow-y: auto;
        }

    }

    @media (max-width: 991px) {

        .modal_view_produto .modal-body {
            height: 100vh;
            height: var(--app-height);
            overflow-y: auto;
        }

        .modal_view_produto .modal-dialog {
            max-width: 100%;
            margin: 0;
        }

        .modal_view_produto .modal-content {
        }

        .produto_titulo {
            /* -webkit-line-clamp: 3; */
            /* max-height: 72px; */
        }

    }

    .swiper-button-next,
    .swiper-button-prev {

        color: #fff;
        text-shadow: 1px 0px 4px #000000ba;
    }

    .modal_view_produto {
        z-index: 1000000 !important;
    }

    .modal.modalAnimate.fade {
        opacity: 1;
    }

    .modal.modalAnimate.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

    .img-modal-carrousel {
        max-height: 400px !important;
        height: 50vh !important;
    }

    @media (min-width: 992px) {
        .img-modal-carrousel {
            max-height: 700px !important;
            height: 80vh !important;
        }
    }


    .desktop-navbar {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .desktop-navbar li a {
        color: #fff !important;
        font-size: 16px !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .desktop-navbar .dropdown-menu a {
        font-size: 15px !important;
        text-align: left;
    }

    .desktop-top {
        background: #245564;
    }

    #zuck-modal {
        z-index: 1000000000;
    }

    #zuck-modal .time {
        display: none !important;
    }

    #zuck-modal-content .story-viewer .head .back,
    #zuck-modal-content .story-viewer .head .right .close {
        color: #fff !important;
    }

    .btn-insta {
        background: #fff;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        color: #000;
        font-size: 14px;
        text-transform: none;
    }

    .btn-insta:hover,
    .btn-insta:active,
    .btn-insta:focus {
        background: #f9f9f9;
        border: 1px solid #d5d5d5;
        color: #000;
    }



    .foto-perfil-loja {
        width: 42px;
        height: 42px;
        background: #fff;
        color: #245564;
        font-weight: bold;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        background-size: 100%;
        margin: 2px auto;
        vertical-align: middle;
        border-radius: 100%;
        border: 1px solid #cbcbcb;
    }

    .foto-perfil-loja-logo {
        width: 42px;
        height: 42px;
        background-size: 100%;
        background-color: #fff;
        margin: 2px auto;
        vertical-align: middle;
        border-radius: 100%;
        border: 1px solid #cbcbcb;
    }

    .foto-perfil-loja.grande,
    .foto-perfil-loja-logo.grande {
        margin: 3px auto;
        width: 90px;
        height: 90px;
        font-size: 65px;
        line-height: 82px;
    }

    @media screen and (max-width: 500px) {

        .foto-perfil-loja.grande,
        .foto-perfil-loja-logo.grande {
            margin: 3px auto;
            width: 70px;
            height: 70px;
            font-size: 55px;
            line-height: 68px;
        }
    }


    .tem-stories-2 {
        background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
        position: relative;
        border-radius: 100%;
        width: 46px;
        height: 46px;
        text-align: center;
        animation: animatedgradient 3s ease alternate infinite;
        background-size: 300% 300%;
    }

    .nao-tem-stories-2 {
        background: #cbcbcb;
        position: relative;
        border-radius: 100%;
        width: 46px;
        height: 46px;
        text-align: center;
        animation: animatedgradient 3s ease alternate infinite;
        background-size: 300% 300%;
    }

    .tem-stories-2.grande,
    .nao-tem-stories-2.grande {
        width: 96px;
        height: 96px;
    }

    @media screen and (max-width: 500px) {

        .tem-stories-2.grande,
        .nao-tem-stories-2.grande {
            width: 76px;
            height: 76px;
        }
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end,
    body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 60px !important;
        left: auto;
    }

    .u-fancy-scrollbar {
        -webkit-overflow-scrolling:touch;
        -webkit-transform:translateZ(0);
       }
       .u-fancy-scrollbar::-webkit-scrollbar {
        height:8px;
        width:8px
       }
       .u-fancy-scrollbar::-webkit-scrollbar-button:end:increment,
       .u-fancy-scrollbar::-webkit-scrollbar-button:start:decrement {
        background:#0000;
        display:none
       }
       .u-fancy-scrollbar::-webkit-scrollbar-track-piece {
        background:#091e4214
       }
       .u-fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start {
        border-radius:4px 4px 0 0
       }
       .u-fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:end {
        border-radius:0 0 4px 4px
       }
       .u-fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:start {
        border-radius:4px 0 0 4px
       }
       .u-fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:end {
        border-radius:0 4px 4px 0
       }
       .u-fancy-scrollbar::-webkit-scrollbar-thumb:horizontal,
       .u-fancy-scrollbar::-webkit-scrollbar-thumb:vertical {
        background:#091e4221;
        border-radius:4px;
        display:block;
        height:48px
       }
        .u-fancy-scrollbar {
         -webkit-overflow-scrolling:initial
        }