/**
 * @Author: Fhagner Duarte
 * @Date:   2023-09-15 14:47:31
 * @Last Modified by:   Fhagner Duarte
 * @Last Modified time: 2024-11-27 11:23:56
 */
/* Hide the browser's default checkbox */
.opt-lojistas input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.opt-lojistas .checkmark {
    position: absolute;
    left: 25px;
    height: 25px;
    width: 25px;
    background-color: transparent;
}

/* On mouse-over, add a grey background color */
.opt-lojistas btn:hover input~.checkmark {
    background-color: #009c39;
}

/* When the checkbox is checked, add a blue background */
.opt-lojistas input:checked~.checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.opt-lojistas .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    color: #009c39;
}

/* Show the checkmark when checked */
.opt-lojistas input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.opt-lojistas .checkmark:after {
    left: 5px;
    top: 3px;
    width: 20px;
    height: 19px;
    border: solid #009c39;
    background: #009c39;
}

.opt-loja-titulo {
    text-transform: none !important;
    font-weight: 600;
}

.opt-lojistas input:checked~.opt-lojistas .btn {
    border: 1px solid #009c39;
}


.btn-mais-fretes {
    display: inline-block;
    border: 2px solid #eee;
    background-color: #fff;
    color: #666;
    outline: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0.93em 1.98em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
    white-space: nowrap;
    cursor: pointer;
}

.btn-mais-fretes a,
.btn-mais-fretes a:hover {
    link-style: none;
    text-decoration: none;
    color: #009c39;
}

.tit-desc-produto {
    color: #009c39;
    font-size: 26px;
    font-weight: 500;
}

#product-tab-description h5,
#product-tab-description .par,
#product-tab-description .pal {
    max-width: 510px;
    padding-top: 30px;
}

.ficha-tecnica .table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.ficha-tecnica .table tr:nth-child(odd) {
    background: #eee;
}


.sidebar-produtos .widget-title {
    color: #009c39;
}

.wishlist-title,
.social-wish label {
    color: #009c39 !important;
}

.become-a-vendor .counter-icon span {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ccc;
    line-height: 1.26;
    letter-spacing: -.06em;
}

/*form lojista*/

.form-lojista {
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 50px !important;
}

.form-lojista .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-lojista input {
    border-top: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 5px !important;
}

.form-lojista h3 {
    font-weight: 500;
    font-size: 20px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input::placeholder {
    color: #333;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

form #cadastro-lojista .custom-file-input~.custom-file-label::after {
    content: "Pesquisar";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Procurar";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.clientes-card .card {
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 75%);
    min-height: 111px;
}

.clientes-card .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.clientes-card .card img {
    display: block;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.ficha-tecnica table tr td {
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 14px;
}

.opt-fretes th {
    padding: 10px;
    border: 2px solid #ccc;
    font-size: 1.2rem;
}

.opt-fretes .btn {
    font-size: 12px;
    padding: 10px;
}


@media only screen and (max-width: 450px) {
    .opt-fretes .collapsable {
        display: none;
    }
}

.subtab-frete tr th,
.subtab-frete tr td {
    border: none !important;
    background: #fff !important;
    text-align: center;
    font-size: 12px;
}

.btn-fechar {
    display: inline-block;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #666;
    outline: 0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.8em 1.8em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
    white-space: nowrap;
    cursor: pointer;
}

.produto-card {
    border: 1px solid #ecf1f2;
    border-radius: 15px;
    display: block;
    height: 287.75px;
    object-fit: contain;
    padding: 15px;
}

.produto-card-fav {
    border: 1px solid #ecf1f2;
    border-radius: 15px;
    display: block;
    height: 167.56px;
    object-fit: contain;
    padding: 15px;
}

.lg-item .produto-card-dpto {
    border: 1px solid #ecf1f2;
    border-radius: 15px;
    display: block;
    height: 239.38px !important;
    object-fit: contain !important;
    padding: 15px !important;
}

.sm-item .produto-card-dpto {
    border: 1px solid #ecf1f2;
    border-radius: 15px;
    display: block;
    height: 116.19px !important;
    object-fit: contain !important;
    padding: 15px !important;
}


.produto-card-lg {
    border: 1px solid #ecf1f2;
    border-radius: 15px;
}

.produto-card-lg img {
    display: block;
    height: 600px;
    object-fit: contain;
}

@media only screen and (max-width: 450px) {
    .produto-card-lg img {
        display: block;
        height: 400px;
        object-fit: contain;
    }
}


.header .sticky-content.fix-top.fixed img {
    display: block;
}

a:hover {
    text-decoration: none;
}

.modal-content {
    padding: 20px;
}

.rd-laranja {
    color: #d95e21;
}

.rd-vermelho {
    color: #CA3C3C;
}

.rd-preto {
    color: #2f2f2f;
}

.rd-azul {
    color: #009c39;
}

.rd-cinza {
    color: #e1e1e1;
}

.rd-verde {
    color: #009c39;
}

.product-media img:last-child,
.product-media:hover img:last-child {
    object-fit: contain;
}

.product-media:hover img:first-child {
    opacity: 0;
}

.product-media:hover img:last-child {
    opacity: 1;
}

.vendor-product-count {
    display: block;
}


/*MINHA CONTA*/
.my-account .tab-vertical .nav {
    width: auto;
}

.my-account .tab-vertical .nav .nav-link.active,
.my-account .tab-vertical .nav .nav-link:hover,
.my-account .tab-vertical .nav .nav-link:focus {
    border-width: 0px 0px 1px 0px;
}

.my-account .tab-vertical .nav .nav-link {
    border-bottom: 1px solid #eee;
}


.breadcrumb {
    background: transparent !important;
}

.product-image img {
    height: 400px;
    object-fit: contain;
}

.product-thumb img {
    height: 100px;
    object-fit: contain;
}

#product-tab-description h1 {
    font-size: 25px;
    color: #009c39 !important;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 !important;
    flex: 1 1 !important;
}

.product-sticky-content {
    width: 100% !important;
}

.footer .link-parceiro a:hover {
    color: #fff !important;
}

.btn-product-icon.btn-visualizacao-rapida {
    font-size: 1.6em;
}

.body .product-popup {
    display: block;
}

.btn-favoritos {
    line-height: 1;
}

.btn-favoritos i::before {
    margin: 0;
}

.product-details>.btn-favoritos {
    position: absolute;
    top: 1.7rem;
    right: 0;
    color: #999999;
    font-size: 1.8em;
    z-index: 1;
}

.product-details>.btn-favoritos.loading {
    right: 1.8rem;
}

.product-details>.btn-favoritos.loading::after {
    left: .9rem;
    top: .9rem;
}

.product-details>.btn-favoritos:hover {
    color: #0088cc;
}

.product-details>.btn-favoritos:hover i {
    transform: rotateY(180deg);
}

.header {
    margin-bottom: 132.7px;
}

@media only screen and (min-width: 980px) {
    .header {
        margin-bottom: 183.7px;
    }
}

div .popover-header,
div .popover-body {
    font-size: 1.5rem !important;
}

.text-uppercase li a {
    text-transform: uppercase;
}

.checkout-endereco,
.checkout-sucesso {
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.checkout-endereco h5 {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.checkout-endereco p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.checkout-endereco .endereco-mudar a {
    font-size: 12px;
    color: #009c39;
    ;
}


.fav-dropdown .fav-count {
    position: absolute;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #FF7272;
    color: #fff;
    text-align: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    right: 96px;
    top: 58px;
    font-family: Poppins, sans-serif;
}

.fav-dropdown>a i {
    font-size: 2.6rem;
    color: inherit;
}

.fav-dropdown .fav-label {
    display: block;
    margin: 0.5rem 0 0;
    font-weight: inherit;
    letter-spacing: -.025em;
}

@media (max-width: 991px) {
    .fav-dropdown .fav-label {
        display: none;
    }

    .fav-dropdown .fav-count {
        position: absolute;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.8rem;
        background: #FF7272;
        color: #fff;
        text-align: center;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 50%;
        font-style: normal;
        z-index: 1;
        right: 55px;
        top: 67px;
        font-family: Poppins, sans-serif;
    }
}


@media (min-width: 1400px) {
    .fav-dropdown .fav-count {
        right: 95px;
        top: 58px;
    }
}

@media (min-width: 1500px) {
    .fav-dropdown .fav-count {
        right: 145px;
        top: 58px;
    }
}

@media (min-width: 1600px) {
    .fav-dropdown .fav-count {
        right: 195px;
        top: 58px;
    }
}

@media (min-width: 1700px) {
    .fav-dropdown .fav-count {
        right: 245px;
        top: 58px;
    }
}

@media (min-width: 1800px) {
    .fav-dropdown .fav-count {
        right: 345px;
        top: 58px;
    }
}


.intro-slide {
    height: 300px !important;
    object-fit: cover;
}

#carousel-externo {
    width: 100%;
    overflow: hidden;
}

#carousel-externo>.card {
    flex: 0 0 auto;
}

@media (min-width: 600px) {
    .intro-slide {
        height: 400px !important;
    }
}

@media (min-width: 900px) {
    .intro-slide {
        height: 400px !important;
    }
}

@media (min-width: 1200px) {
    .intro-slide {
        height: 600px !important;
    }
}

@media (min-width: 1200px) {
    .miniaturas-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: -120px;
        margin-bottom: 1.5rem;
        z-index: 150;
        padding-bottom: -40px;
        display: flow-root;
    }
}

@keyframes scrollImg {
    0% {
        object-position: left center;
    }

    100% {
        object-position: right center;
    }
}

@media (max-width: 1200px) {
    .image-scroll {
        animation: scrollImg 10s linear infinite;
    }
}

.owl-carousel-home .owl-item img {
    display: block !important;
}

.owl-carousel-home .owl-item .img-1 {
    display: block !important;
    width: 20% !important;
}

.intro-section .owl-nav-inner .owl-nav .owl-prev,
.intro-section .owl-nav-inner .owl-nav .owl-next,
intro-section .owl-carousel.owl-theme .owl-nav .owl-prev:not(.disabled):hover,
intro-section .owl-carousel.owl-theme .owl-nav .owl-next:not(.disabled):hover {

    color: #009c39 !important;
    background: #fff !important;
}

.border-menu {
    /*border-left: 1px solid #000 !important;*/
    padding: 15px 10px !important;
    width: 250px;
}

.border-menu-todos {
    border-left: 1px solid #000 !important;
    padding: 20px 10px !important;
    max-width: 1000px;
}

.border-menu-todos:first-of-type,
.border-menu:first-of-type {
    border: none !important;
}

.border-menu-todos ul li {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub-dpto-title {
    color: #009c39;
}

.category-menu .megamenu {
    min-width: 1000px !important;
}


.form-check-input-modal {
    position: relative !important;
}

.menu-departamentos li:hover {
    color: ;
}


.megamenu ul:last-child {
    margin-bottom: 0;
}

.border-menu-todos {
    /* padding-bottom: 0 !important; */
}

.border-menu-todos ul li {
    /* padding: 5px 0; */
    border: none;
}

.category-menu .megamenu li h6 a:not(.btn) {
    font-weight: 600;
}

.category-menu .megamenu li a:not(.btn) {
    display: block;
    padding-top: 0;
    font-weight: 400;
}

.category-menu .megamenu li div .item-sub-menu:nth-child(n+46) {
    display: none;
}

/*.category-dropdown:hover*/
.vertical-menu>li:hover .megamenu {
    top: 1rem;
    min-height: 381px;
    max-height: 340px;
    padding-top: 2px;
    box-shadow: 0 2px 35px rgb(0 0 0 / 35%);
}

/*.category-dropdown:hover*/
.vertical-menu>li:last-child:hover .megamenu .menu-title {
    display: none;
}

/*.category-dropdown:hover*/
.vertical-menu>li:last-child:hover .megamenu>li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*.category-dropdown:hover*/
.vertical-menu>li:last-child:hover .megamenu>li ul {
    margin-bottom: 0;
    padding-top: 15px;
}

/*.category-dropdown:hover*/
.vertical-menu>li:last-child:hover .megamenu>li ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*.category-dropdown:hover*/
.vertical-menu>li:last-child:hover .megamenu>li ul li a {
    padding-bottom: 1px;
    display: flex;
    width: 100%;
}

.header .category-dropdown .category-menu ul li h6 a {
    color: #009c39;
}

.header .category-dropdown .category-menu ul li a {
    color: rgb(102, 102, 102);
}

.header .category-dropdown .category-menu ul li a:hover {
    color: #009c39;
}

header .header-middle .fav-dropdown,
header .header-middle .cart-dropdown {
    position: relative;
}

header .header-middle .fav-dropdown .fav-count,
header .header-middle .cart-dropdown .cart-count {
    right: -8px !important;
    top: -5px !important;
    margin: 0;
    background: #009c39;
}

.product-single .social-links-wrapper {
    position: relative;
    z-index: 1;
}

.product-single .social-links-wrapper .product-link-wrapper {
    display: none !important;
}

.product-single .social-links-wrapper .divider {
    display: none;
}

@media (max-height: 800px) {
    .header {
        /* margin-bottom: 213.7px; */
    }

    .page-header {
        height: 10rem;
    }

    .breadcrumb-nav {
        margin-bottom: 1rem !important;
    }
}

.btn-compra-rapida {
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    overflow: initial;
    width: 3.6rem;
    height: 3.6rem;
    position: relative;
    margin-top: 10px;
}

.btn-compra-rapida i {
    margin: -1px 0 0 -6px;
    background-color: #0ba360;
    border: none;
    color: #fff;
    border-radius: 50% !important;
}

.btn-compra-rapida:hover {
    background-color: #15cc74;
}

.btn-compra-rapida::after,
.btn-compra-rapida::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveCompraRapida 1.5s ease infinite;
}

.btn-compra-rapida::after {
    animation-delay: .5s;
}

.btn-compra-rapida:hover::after {
    border: 4px solid #15cc74;
}

.btn-compra-rapida:hover::before {
    border: 4px solid #15cc74;
}

@keyframes WaveCompraRapida {
    0% {
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.cookie-policy-banner .container {
    background: #009c39 !important;
    position: relative;
    color: #fff;
}

.cookie-policy-banner .container::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 5px dashed #fff;
    pointer-events: none;
    clip-path: inset(4px 4px 4px 4px);
}

.cookie-policy-banner .container a {
    color: #fff;
    font-weight: bold;
}

.opt-lojistas .opt-retirada .checkmark {
    left: 10px;
}

.opt-lojistas .opt-retirada.active .icon-box {
    position: relative;
}

.opt-lojistas .opt-retirada.active .icon-box i {
    opacity: 0;
}


.opt-lojistas .opt-retirada .pin2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 4px;
    border-radius: 50%;
    border: 11px solid #009c39;
}

.opt-lojistas .opt-retirada .icon-box-icon {
    /* width: 60px; */
}

.opt-lojistas .opt-retirada.active .pin2 {
    display: block;
}

.opt-lojistas .opt-retirada .pin2::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    bottom: -29px;
    left: -9px;
    border: 9px solid transparent;
    border-top: 14px solid #009c39;
}

.opt-lojistas .opt-retirada .pin2::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    left: -5px;
    background-color: #fff;
}

.opt-lojistas .checkmark:after {
    left: 4px;
    top: 3px;
    width: 21px;
}


.opt-lojistas form .btn-group .icon-box-side {
    justify-content: start;
    display: block;
}

.icon-box-side .icon-box-icon {
    margin: 0 !important;
    float: left;
    width: 20%;
}

.icon-box-side .icon-box-content {
    text-align: left;
    width: 80%;
    float: left;
}

.opt-lojistas .checkmark {
    left: 33px;
    ;
}

.btn-group {
    display: block;
    width: 100%;
}

.btn-group>.btn {
    white-space: normal;
    width: 100%;
    display: block;
    float: left;
}

#account-orders h2.session-title {
    text-align: center;
    background-color: #009c39;
    color: #fff;
    padding: 10px 0;
    ;
    font-size: 22px;
}

#account-orders .session-title {
    color: #009c39;
    font-size: 18px;
}


@media (max-width: 1400px) {
    .intro-slide img {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .btn-compra-rapida i {
        /* margin: -1px 0 0 -2px;
        top: 3px;
        left: 3px; */

        margin: 0;
        position: absolute;
        top: 3px;
        left: 3px;
    }

    .opt-lojistas .checkmark {
        left: 25px;
    }

    .vendor-widget .vendor-details {
        justify-content: center;
    }

    .icon-box-side {
        flex-direction: row !important;
    }

    .icon-box-side .icon-box-icon {
        margin-right: 15px !important;
    }

    .icon-box-side .icon-box-icon,
    .icon-box-side .icon-box-content {
        width: auto;
    }

    .login .form-note a,
    .cadastro .form-note a {
        display: inline-block;
    }

    .become-a-vendor .stage-item .w-50 {
        width: auto !important;
    }

    .intro-section .owl-nav-inner .owl-nav .owl-prev,
    .intro-section .owl-nav-inner .owl-nav .owl-next {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }

    .intro-section .owl-nav-inner .owl-nav .owl-prev {
        left: 5%;
    }

    .intro-section .owl-nav-inner .owl-nav .owl-next {
        right: 5%;
    }


    .become-a-vendor .stage-item {
        width: 90%;
        margin: auto;
    }

    .become-a-vendor .stage-item p {
        width: 70% !important;
    }

    .become-a-vendor .stage-item i {
        width: 30% !important;
    }

    .become-a-vendor .stage-item i::before {
        width: 100%;
        min-width: 100%;
    }
}


.miniaturas-wrapper #carousel-externo_ {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 30px
}

.miniaturas-wrapper .card-body div a {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.miniaturas-wrapper .card-text {
    height: 45px;
    color: #aaa;
    font-weight: 400;
    font-size: 1.2rem;
}

.miniaturas-wrapper .card {
    max-width: 200px;
    z-index: 100;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.miniaturas-wrapper .card-title {
    height: 45px;
    margin: 0;
}

.miniaturas-wrapper .card-body img {
    height: 105px;
    width: auto;
    margin: 15px 0;
    object-fit: contain
}

.miniaturas-wrapper .card-body>div {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 1300px) {
    .miniaturas-wrapper #carousel-externo_ {
        padding: 0 30px
    }
}

@media (max-width: 1024px) {
    .miniaturas-wrapper #carousel-externo_ {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .miniaturas-wrapper #carousel-externo_ {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px
    }
}


/* BLACK FRIDAY */

/* .sale-banner .content-right,
.bg-primary,
header .header-middle .fav-dropdown .fav-count, 
header .header-middle .cart-dropdown .cart-count,
.category-dropdown:hover > a, 
.category-dropdown.show > a,
.btn-compra-rapida,
.btn-compra-rapida i,
.btn-primary,
.cookie-policy-banner .container{
    background-color: #000 !important;
}

a,
#product-tab-description h1,
.rd-verde,
.product-price .new-price,
.title-sec,
.sec-vantagens i, .sec-vantagens h4,
.menu > li.active > a:not(.menu-title),
.sub-dpto-title,
.header .category-dropdown .category-menu ul li h6 a,
.sidebar-produtos .widget-title,
.product-single .product-title{
    color: #000 !important;
}
.vendor-details,
.header-search input.form-control,
.header-search .btn-search,
.btn-compra-rapida::after, 
.btn-compra-rapida::before,
.vendor-widget-1 .product-media:hover{
    border-color: #000 !important;
}

.category-dropdown:hover > a span,
.cookie-policy-banner .container a{
    color: #fff !important;
} */