﻿[v-cloak] {
    display: none;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.main_nav {
    background-color: #C9C9C9 !important;
    color: black !important;
}

main {
    top: -5px;
}

.grid_item figure {
    height: 270px;
}

    .grid_item figure img {
        max-height: 250px;
    }

.grid_item {
    height: 415px;
}

@media (max-width: 767px) {
    .grid_item figure {
        height: 160px;
    }

    .grid_item {
        height: 405px;
    }
}

.img-fluid {
    max-height: 250px;
}

.logo {
    width: 135px;
}

header.version_1 .menu ul li > span a .hamburger-inner, header.version_1 .menu ul li > span a .hamburger-inner::before, header.version_1 .menu ul li > span a .hamburger-inner::after,
header.version_1 .menu ul li > span a .hamburger-inner, header.version_1 .menu ul li > span a .hamburger-inner::before, header.version_1 .menu ul li > span a.active .hamburger-inner::after {
    background-color: white;
}

a {
    color: #5c53a4 !important;
}

.btn_1 {
    background-color: #5c53a4 !important;
    color: #FFF !important;
    border: 0px !important;
}

    .btn_1:hover {
        color: #c3d941 !important;
    }

    .btn_1.outline {
        background-color: #FFF !important;
        color: #5c53a4 !important;
        border: 2px solid #5c53a4 !important;
    }

        .btn_1.outline:hover {
            background-color: #5c53a4 !important;
            color: #c3d941 !important;
            border: 2px solid #5c53a4;
        }

@media only screen and (min-width: 992px) {
    .logo {
        margin-top: 7px;
        margin-right: 10px;
        width: 165px;
    }

    .hide_desktop {
        display: none;
    }
}

#parcelamento-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    #parcelamento-dialog .mfp-close {
        color: #666;
        background-color: #e4e4e4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        top: 12px;
        right: 20px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

        #parcelamento-dialog .mfp-close:hover {
            color: #fff;
            background-color: #66676b;
        }

        #parcelamento-dialog .mfp-close:before {
            font-size: 16px;
            font-family: 'themify';
            content: "\e646";
        }

#buscaModal {
    width: 100%;
    height: 100%;
    top: 60px;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 10;
}

.buscaModal {
    background-color: white;
    width: 90%;
    margin: 65px auto;
    opacity: 100%;
}

.sqare {
    width: 200px;
    height: 200px;
    background-color: aquamarine;
    margin: 10px;
}

.bg_gray {
    background-color: #E7E7E7
}

#whatsbutton {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
    width: 46px;
    height: 46px;
    cursor: pointer;
}

.dropdown-fone .dropdown-menu {
    margin-left: -115px;
}

    .dropdown-fone .dropdown-menu:before {
        left: 50%;
    }

    .dropdown-fone .dropdown-menu ul {
        margin: 15px -15px -15px -15px;
        padding: 0;
    }

        .dropdown-fone .dropdown-menu ul li {
            display: block;
            font-size: 14px;
            font-size: 0.875rem;
            border-top: 1px solid #ededed;
        }

            .dropdown-fone .dropdown-menu ul li a {
                height: auto !important;
                color: #444 !important;
                border-left: 2px solid transparent;
                display: block;
                padding: 15px 15px 15px 50px !important;
                position: relative;
                line-height: 1;
            }

                .dropdown-fone .dropdown-menu ul li a i {
                    font-size: 21px;
                    font-size: 1.3125rem;
                    margin-right: 10px;
                    position: absolute;
                    top: 14px;
                    left: 15px;
                }

                .dropdown-fone .dropdown-menu ul li a:hover {
                    border-left: 2px solid #5c53a4;
                    color: #5c53a4 !important;
                    background-color: #0044c2;
                    background-color: rgba(0, 77, 218, 0.04);
                }

#barra-topo {
    width: 100%;
    height: 40px;
    background-image: url('https://lojatestes.fullecommerce.com.br/uploads/VirtualDisc/9a61df86-dc68-49fe-bc24-21c8be934276=topo-barra.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

#insercao-home {
    width: 100%;
    height: 200px;
    background-image: url('https://lojatestes.fullecommerce.com.br/uploads/VirtualDisc/11a3ff07-85bb-4d8d-8fbd-22fefa92c482=insercao-home.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.offcanvas ::-webkit-scrollbar {
    width: 10px;
}

.offcanvas ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.offcanvas ::-webkit-scrollbar-thumb {
    background: #888;
}

    .offcanvas ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.offcanvas-end {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: all 0.4s ease;
}

    .offcanvas-end.show {
        opacity: 1;
        pointer-events: all;
        transform: translateX(0);
    }

.box_cart {
    background-color: #fff;
    padding: 30px 0;
    text-align: right;
}

@media (max-width: 767px) {
    .box_cart {
        padding: 30px 0;
    }
}

.box_cart h5 {
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
}

.box_cart small {
    text-align: center;
    line-height: 1.1;
    display: block;
    margin-top: 10px;
}

.box_cart ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}

    .box_cart ul li span {
        float: left;
    }

    .box_cart ul li:last-child {
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ff5353;
        font-size: 21px;
        font-size: 1.3125rem;
    }

.box_cart small {
    text-align: right !important;
}

.box_cart ul li:last-child {
    color: #000 !important;
}

    .box_cart ul li:last-child small {
        font-size: small;
        margin-top: -2px;
        color: green;
        text-transform: none;
    }

/* ----- Mega Menu (Dropdown) ----- */
.dropdown-mega .dropdown-menu.mega-menu {
    width: min(calc(100vw - 32px), 1200px) !important;
    max-width: 100vw !important;
    padding: 16px !important;
    overflow-x: hidden !important;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
}

.dropdown-mega .mega-scroll {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-mega .row {
    flex-wrap: wrap !important;
    margin: 0;
    align-items: flex-start !important;
}

    .dropdown-mega .row > [class^="col"],
    .dropdown-mega .row > [class*=" col"] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-width: 220px;
        padding: 6px 12px;
    }

.dropdown-mega .dropdown-header,
.dropdown-mega h6,
.dropdown-mega .col > *:first-child {
    margin-top: 0 !important;
}

.dropdown-mega .dropdown-header {
    font-size: .9rem;
    text-transform: uppercase;
    margin-bottom: .25rem;
    padding: 0;
    color: #555 !important;
}

.dropdown-mega ul {
    margin-top: 6px;
}

.main_nav #setores .dropdown-menu a,
.main_nav #setores .dropdown-menu .dropdown-item {
    color: #111 !important;
    white-space: normal;
    padding-left: 0;
}

    .main_nav #setores .dropdown-menu .dropdown-item:hover {
        background: rgba(0, 0, 0, .04);
    }

header .main_nav .custom-search-input{
    top:10px;
}
#headerCheckout > div {
    height: 70px;
    border: 0px;
}

#header > header > div.main_nav.mm-sticky > div.container > div.row.small-gutters > div:nth-child(4) > ul > li.d-none.d-md-block > div > a > img {
    filter: invert(100%);
}

footer {
    background-color: #5c53a4 !important;
}

#setores > ul > li > a > img{
    display:none;
}

#setores > ul > li > a, #sign-in, #header > header > div.main_nav.mm-sticky > div.container > div.row.small-gutters > div:nth-child(4) > ul > li:nth-child(1) > div > a {
    color: #000 !important;
}

#collapse_1 > ul > li > a, #collapse_2 > ul > li > a, #collapse_3 > ul > li > a {
    color: #FFF  !important;
}

#header > header > div.main_nav.mm-sticky > div.container > div.row.small-gutters > div:nth-child(4) > ul > li:nth-child(2) > div > a{
    color:#000;
}

#cats > nav > ul > li > span > a {
    color:#000 !important;
}

.menu ul li ul, header.version_1 .main_nav ul.top_tools > li .dropdown-cart .dropdown-menu, header.version_1 .main_nav ul.top_tools > li .dropdown-access .dropdown-menu, header.version_1 .main_nav ul.top_tools > li .dropdown-fone .dropdown-menu {
    border-top: 2px solid #c3d941 !important;
}