@import url(icons/material-design-iconic-font/css/materialdesignicons.min.css);

.dropdown-break-line {
    display: flex !important;
    flex-wrap: wrap !important;
}

.img-produto-quick-view {
    max-height: 400px !important;
    max-width: 400px !important;
    object-fit: cover;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

/* Mobile */

@media screen and (max-width: 799px) {
    #slide_topo {
        margin-top: 1rem !important;
    }
    #slide_topo .item img {
        display: block;
        width: 100%;
        height: 25vh;
    }
    .img-banner-vertical {
        display: block;
    }
    .customButtonAdd {
        width: 100%;
    }
    .btnSair {
        width: 100% !important;
    }
    #logoLoja {
        width: 100px !important;
    }
    .destaques-mobile {
        width: 100% !important;
    }
}

/* desk */

@media screen and (min-width: 800px) {
    #slide_topo {
        /* margin-top: -7rem !important;*/
    }
    #slide_topo .item img {
        display: block;
        width: 100%;
        height: 310px;
    }
    .img-banner-vertical {
        display: block;
        margin-top: 35px;
    }
    #logoLoja {
        width: 200px !important;
    }
    /* Menus */
    .bar-top {
        background-color: #1a1a1a !important;
        height: 2.5rem !important;
    }
    .destaques-mobile {
        display: none !important;
        height: 0px !important;
    }

    .main-content {
        position: relative;

        .owl-theme {
            .custom-nav {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;

                .owl-prev,
                .owl-next {
                    position: absolute;
                    height: 100px;
                    color: inherit;
                    background: none;
                    border: none;
                    z-index: 100;

                    i {
                        font-size: 2.5rem;
                        color: #cecece;
                    }
                }

                .owl-prev {
                    left: 0;
                }

                .owl-next {
                    right: 0;
                }
            }
        }
    }
}

/* LGPD - COOKIES */

.divModalCookie {
    justify-content: center;
}

@media screen and (max-width: 799px) {
    .modalCookie {
        position: fixed !important;
        bottom: 0px !important;
        font-size: 16px !important;
        background-color: #242424de !important;
        border-radius: 10px 10px 0px 0px !important;
        z-index: 15 !important;
        width: 100% !important;
        min-height: 120px !important;
        vertical-align: middle !important;
        color: white !important;
        padding: 10px;
        text-align: center;
    }
    .btn-frete {
        width: 100% !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .slide-topo-foto {
        height: 10rem !important;
        /*margin-top: 240px !important;*/
    }

    #menu-superior-fixed {
        position: fixed !important;
        top: 0px !important;
        width: 100% !important;
        z-index: 999999;
    }

    .divs-menu {
        z-index: 9999999;
    }

    .mt-mobile {
        margin-top: 180px !important;
    }
}

@media screen and (min-width: 800px) {
    .modalCookie {
        position: fixed !important;
        bottom: 0px !important;
        font-size: 16px !important;
        background-color: #242424de !important;
        border-radius: 10px 10px 0px 0px !important;
        z-index: 15 !important;
        width: 100% !important;
        min-height: 100px !important;
        vertical-align: middle !important;
        color: white !important;
        padding: 10px;
        text-align: center;
    }
    .hide-on-desk {
        display: none !important;
    }
    .slide-topo-foto {
        height: 28.86rem !important;
        /*margin-top: 110px !important;*/
    }
}

.link-login:hover {
    color: #3d69fa !important;
}

.text-black:hover {
    color: black !important;
    font-weight: 500;
}

.no-border {
    border: 1px solid transparent !important;
}

.megamenu {
    /*width: 90vw !important;*/
    height: 70vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-card-title,
.widget-title {
    border: none;
}

.navbar-light .navbar-btn {
    border: 1px solid transparent !important ;
}
.navbar-light .navbar-btn:hover {
    background-color: transparent !important;
}

.pointer:hover {
    cursor: pointer !important;
}

#div-resultado-pesquisa {
    width: 100% !important;
    height: 400px !important;
    /* background-color: rgba(255, 255, 255, 0.179) !important; */
    position: absolute;
    z-index: 9999999999999999;
    top: 43px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-radius: 1px !important;
    -webkit-box-shadow: 0px 11px 24px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 11px 24px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 11px 24px -9px rgba(0, 0, 0, 0.75);
}

.menu-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.pointer {
    cursor: pointer !important;
}

.not-allowed {
    cursor: not-allowed !important;
}

.select2-selection__rendered {
    line-height: 2.2rem !important;
}

.select2-container .select2-selection--single {
    height: 2.2rem !important;
}

.select2-selection__arrow {
    height: 2.2rem !important;
}

.loader-div {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00356e;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8000;
}

.loader {
    position: relative;
    width: 10vw;
    height: 5vw;
    padding: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader span {
    position: absolute;
    height: 0.8vw;
    width: 0.8vw;
    border-radius: 50%;
    background-color: #ffffff;
}

.loader span:nth-child(1) {
    animation: loading-dotsA 0.5s infinite linear;
}

.loader span:nth-child(2) {
    animation: loading-dotsB 0.5s infinite linear;
}

@keyframes loading-dotsA {
    0% {
        transform: none;
    }

    25% {
        transform: translateX(2vw);
    }

    50% {
        transform: none;
    }

    75% {
        transform: translateY(2vw);
    }

    100% {
        transform: none;
    }
}

@keyframes loading-dotsB {
    0% {
        transform: none;
    }

    25% {
        transform: translateX(-2vw);
    }

    50% {
        transform: none;
    }

    75% {
        transform: translateY(-2vw);
    }

    100% {
        transform: none;
    }
}

.fix-scroll-height {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.smoothscroll-whats {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 5000;
    color: #fff;
    width: 60px;
    min-height: 60px;
    line-height: 44px;
    right: 30px;
    bottom: -60px;
    padding-top: 15px;
    border-radius: 40px;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.2s;
}

.smoothscroll-whats:hover {
    color: #fff;
    transition: all 0.2s ease-in-out;
    transition-delay: 0;
    width: 65px;
}

.smoothscroll-whats.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    bottom: 10px;
}

.smoothscroll-whats i.fa {
    line-height: inherit;
    font-size: larger;
    color: white;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 7px !important;
    padding-bottom: 6px !important;
}
