﻿
.checkout-steps-form-style-1 .single-form .form-input textarea.input-validation-error,
.checkout-steps-form-style-1 .single-form .form-input input.input-validation-error,
.checkout-steps-form-style-1 .single-form .form-input input.input-validation-error:focus,
.checkout-steps-form-style-1 .select-items select.form-control.input-validation-error:focus,
.checkout-steps-form-style-1 .select-items select.form-control.input-validation-error,
.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]).input-validation-error {
    border: 1px solid #dc3545;
}

.product-image {
    height: 200px;
    text-align: center;
    line-height: 200px;
}
    .product-image img{
        max-height:200px;
        max-width:200px;
    }
    .section {
        padding-top: 15px;
        padding-bottom: 0px;
    }
.produtos-relacionados-slider {
    background-color:unset;
}
.single-product {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 20px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
}
    .produtos-relacionados-slider  .single-product {
        margin-top:0px;
    }

.produtos-relacionados-slider .imagem-container {
    line-height: 200px;
}
.produtos-relacionados-slider   .product-info{
    padding-left:0px;
}
.produtos-relacionados-slider .tns-controls button:first-child {
    border-radius: 50px;
}
.produtos-relacionados-slider .tns-controls button:last-child {
    border-radius: 50px;
}  
.produtos-relacionados-slider .product-info p {
    margin-top: 10px;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
    .produtos-relacionados-slider  h4{
        height: 60px;
    }
        .produtos-relacionados-slider .hero-slider .single-slider .content .button {
            margin-top: 15px;
        }


/*  menu */
.btn-todas-categorias{
    display:none;
}
@media (max-width: 767px) {
    #navegacao-arvore-container {
        margin-left: -15px;
        width: calc(100% + 30px);
        max-height: calc(100vh - 350px);
        max-height: unset;
    }
}
@media (max-width: 991px) {
    #navegacao-basica {
        display: none;
    }
   
    #navegacao-arvore .nav-item .sub-menu {
        width: calc(100% - 15px);
    }
    body.menu-aberto {
        overflow:hidden;
    }
} 
#navegacao-arvore .lni-chevron-right{
    display:none;
}
.btn-todas-categorias .lni {
    margin-right: 12px;
}

@media only screen and (min-width: 992px) {
    #navegacao-arvore .lni-chevron-right {
        display: unset;
        position: absolute;
        right: 15px;
    }
    #navbar-navegacao-arvore #navegacao-arvore {
        width: 265px;
    }
    .navbar-expand-lg .navbar-collapse #navegacao-arvore {
        display: none !important;
    }
    .navbar-nav#navegacao-arvore .nav-item {
        margin-right: 0px !important;
    }
    .btn-todas-categorias {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-right: 1px solid #eee;
        margin-right: 40px;
        padding-right: 112px;
        cursor: pointer;
        transition: all .4s ease;
        color: var(--color-primary) !important;
        font-size: 15px;
        font-weight: 600;
    }
    #navegacao-arvore {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #navbar-navegacao-arvore:hover #navegacao-arvore {
        display: block !important;
        position: absolute;
        top: 63px;
        left: 0px;
        height: auto;
        border: 1px solid #eee;
        background-color: #fff;
        transition: all .4s ease;
        border: 1px solid #eee;
    }

    #navegacao-arvore li > a {
        color: var(--color-primary) !important;
/*        text-transform: capitalize;
*/        font-size: 14px;
        position: relative;
        width: 100%;
        padding: 8px 30px;
    }

    #navegacao-arvore .sub-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #navegacao-arvore li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0px !important;
    }

    #navegacao-arvore li .sub-menu {
        padding: 15px 0;
        position: absolute;
        top: 8px;
        width: 265px;
        height: auto;
        border: 1px solid #eee;
        background-color: #fff;
        border-radius: 0;
        left: 263px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    #navegacao-arvore.navbar-nav .nav-item{
        margin-bottom:0px;
        width:calc(100% + 0px) !important;
    }
    .navbar-nav .nav-item a.dd-menu::after {
        content: "";
        right: 0px;
        position: absolute;
        top: 50%;
        margin-left: 5px;
        margin-top: -4px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        height: 10px;
    }
    #navegacao-arvore li > a:hover,
    #navegacao-arvore li > a:active,
    #navegacao-arvore li > a:focus {
        color: var(--color-primary-active) !important;
    }
}

.product-grids {
    min-height: calc(100vh - 200px);
}

.single-product{
    position:relative;
}
.single-product > .sale-tag {
    background: #f73232;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 15px;
    padding: 5px 10px;
    left: 15px;
    z-index: 22;
}
    .single-product > .new-tag {
        background: #0167f3;
        border-radius: 2px;
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        position: absolute;
        top: 15px;
        padding: 5px 10px;
        right: 15px;
        z-index: 22;
    }

.item-details .product-images img {
    height: unset;
    width: unset;
    cursor: pointer;
    border: unset;
    border-radius: unset;
    overflow: hidden;
    padding: unset;
}

.item-details .product-images .main-img img {
    max-height: 200px;
    max-width: 200px;
}
@media (min-width: 768px) {
    .item-details .product-images .main-img img {
        max-height: 500px;
        max-width: 500px;
    }
}

.item-details .product-images .main-img {
    line-height: 250px;
    height: 250px;
    width: 100%;
    text-align: center;
    box-sizing: content-box;
    border: 1px solid #eee;
    font-size: 0;
    padding: 5px;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .item-details .product-images .main-img {
        line-height: 500px;
        height: 500px;
    }
}
.item-details .product-images .img {
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px;
    line-height:90px;
}
.item-details .product-info .cart-button a.btn,
.button a.btn {
    padding: 13px 30px;
}

/* carrinho */
.shopping-cart {
    background-color: #f9f9f9;
}
.cart-list-head {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}
.cart-list-title {
    background-color: #fff;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}
    .cart-list-title p {
        color: #081828;
        font-weight: 500;
        font-size: 14px;
    }
.shopping-cart .total-amount .coupon {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block;
}
    .shopping-cart .total-amount .coupon input {
        width: 300px;
        height: 46px;
        border: 1px solid #ddd;
        overflow: hidden;
        border-radius: 4px;
        color: #333;
        padding: 0 20px;
        display: inline-block;
    }
    .shopping-cart .total-amount .coupon button {
        border: none;
        height: 46px;
        display: inline-block;
        margin-left: 8px;
        position: relative;
        top: -2px;
    }
.cart-single-list {
    padding: 30px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
    .cart-single-list .product-name {
        line-height: 22px;
    }
    .cart-single-list .product-des {
        display: block;
    }
    .cart-single-list .remove-item {
        color: #fff;
        background-color: #f44336;
        font-size: 8px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        border-radius: 50%;
        text-align: center;
        border-width: 0px;
    }
.shopping-cart .total-amount .right {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 15px;
}
    .shopping-cart .total-amount .right ul li {
        font-size: 14px;
        font-weight: 500;
        color: #081828;
        margin-bottom: 12px;
    }
        .shopping-cart .total-amount .right ul li span {
            display: inline-block;
            float: right;
        }
    .shopping-cart .total-amount .right ul li {
        font-size: 14px;
        font-weight: 500;
        color: #081828;
        margin-bottom: 12px;
    }
    .shopping-cart .total-amount .right .button {
        margin-top: 30px;
    }
    .shopping-cart .total-amount .right .btn {
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
        padding: 12px 20px;
    }
        .shopping-cart .total-amount .right .btn:last-child {
            margin: 0;
        }
.cart-single-list .product-des span{
    display:block;
}
.cart-single-list .product-des span em {
    font-style: normal;
    color: #555;
}
.form-control.qtd-carrinho-item {
    background-color: #fff;
    border-color: #6c757d;
    border: 1px solid #6c757d;
    text-align: center;
}

/*======================================
   Checkout CSS
========================================*/
.checkout-wrapper {
    background-color: #f9f9f9;
}

.checkout-steps-form-style-1 #accordionExample li {
    margin-bottom: 20px;
}

    .checkout-steps-form-style-1 #accordionExample li:last-child {
        margin: 0;
    }

.checkout-steps-form-style-1 .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 4px 4px 0 0;
    padding: 8px 25px;
    color: var(--color-primary);
    background-color: #fff;
}

    .checkout-steps-form-style-1 .title.collapsed {
        border-radius: 4px;
        color: #081828;
    }

    .checkout-steps-form-style-1 .title:before {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Lineicons";
        content: "\ea5e";
        font-size: 13px;
        color: #7D7D7D;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.checkout-steps-form-style-1 .checkout-steps-form-content {
    padding: 25px;
    padding-top: 0;
    border: 1px solid #e6e6e6;
    border-top-color: transparent;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.checkout-steps-form-style-1 .single-form {
    margin-top: 16px;
    position: relative;
}

    .checkout-steps-form-style-1 .single-form .form-input {
        position: relative;
    }

@media (max-width: 767px) {
    .checkout-steps-form-style-1 .single-form .form-input {
        margin-bottom: 16px;
    }

        .checkout-steps-form-style-1 .single-form .form-input:last-child {
            margin-bottom: 0;
        }
}

.checkout-steps-form-style-1 .single-form .form-input textarea,
.checkout-steps-form-style-1 .single-form .form-input input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #e6e6e6;
}

    .checkout-steps-form-style-1 .single-form .form-input textarea:focus,
    .checkout-steps-form-style-1 .single-form .form-input input:focus {
        border-color: #0167F3;
    }

.checkout-steps-form-style-1 .form-default label {
    color: #888;
    margin-bottom: 8px;
}

.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]) {
    height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    width: 100%;
}

    .checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]):focus {
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.checkout-steps-form-style-1 .select-items select.form-control {
    padding-right: 38px;
    padding-left: 20px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

.checkout-steps-form-style-1 .single-checkbox {
    margin-top: 15px;
}

    .checkout-steps-form-style-1 .single-checkbox label {
        font-size: 16px;
        margin-bottom: 0;
        position: relative;
        bottom: -2px;
    }

    .checkout-steps-form-style-1 .single-checkbox input[type="checkbox"] {
        display: none;
    }

        .checkout-steps-form-style-1 .single-checkbox input[type="checkbox"] + label span {
            border-color: #0167F3;
            width: 20px;
            height: 20px;
            border-radius: 4px;
            cursor: pointer;
            position: relative;
            display: inline-block;
            margin: 0 5px -3px 0;
            border: 1px solid #d5d5d5;
        }

            .checkout-steps-form-style-1 .single-checkbox input[type="checkbox"] + label span::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
                -webkit-transform: scale(0);
                transform: scale(0);
                font-size: 10px;
                line-height: 1.2;
                background-color: #0167F3;
                font-family: "Lineicons";
                content: "\ea5b";
                padding-left: 4px;
                padding-top: 3px;
                border-radius: 4px;
            }

    .checkout-steps-form-style-1 .single-checkbox .single-checkbox input[type="checkbox"] + label span {
        width: 20px;
        height: 20px;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        display: inline-block;
        margin: 0 5px -3px 0;
    }

    .checkout-steps-form-style-1 .single-checkbox input[type="checkbox"]:checked + label span {
        border-color: transparent;
    }

        .checkout-steps-form-style-1 .single-checkbox input[type="checkbox"]:checked + label span::before {
            -webkit-transform: scale(1);
            transform: scale(1);
            border-radius: 4px;
            color: #fff;
        }

    .checkout-steps-form-style-1 .single-checkbox p {
        display: inline;
        color: #777;
        padding-left: 5px;
    }

.checkout-steps-form-style-1 .checkout-payment-option {
    margin-top: 16px;
}

.checkout-steps-form-style-1 .heading-6 {
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

.checkout-steps-form-style-1 .payment-option-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.checkout-steps-form-style-1 .single-payment-option {
    width: 25%;
    margin-top: 16px;
    padding: 0 4px;
}

@media (max-width: 767px) {
    .checkout-steps-form-style-1 .single-payment-option {
        width: 100%;
    }
}

.checkout-steps-form-style-1 .single-payment-option label {
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    border: 1px solid #eee;
}

.checkout-steps-form-style-1 .single-payment-option input[type="radio"] {
    display: none;
}

    .checkout-steps-form-style-1 .single-payment-option input[type="radio"]:checked + label {
        border-color: #0167F3;
        background-color: #fff;
    }

.checkout-steps-form-style-1 .single-payment-option p {
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.checkout-steps-form-style-1 .single-payment-option span {
    display: block;
}

.checkout-steps-form-style-1 .single-payment-option .price {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #444;
    margin-top: 4px;
}

.checkout-steps-form-style-1 .steps-form-btn {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .checkout-steps-form-style-1 .steps-form-btn .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

        .checkout-steps-form-style-1 .steps-form-btn .btn:last-child {
            margin-bottom: 0;
        }
}

.checkout-steps-form-style-1 .checkout-payment-form .single-form .form-input img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form {
    display: inline-block;
}

    .checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form .form-input {
        width: 145px;
    }

    .checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form.mm-yy .form-input {
        margin-right: 15px;
    }

.checkout-sidebar-coupon {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .checkout-sidebar-coupon {
        margin-top: 30px;
    }
}

.checkout-sidebar-coupon .single-form {
    position: relative;
}

    .checkout-sidebar-coupon .single-form .button {
        position: absolute;
        right: 0;
        top: 0;
    }

        .checkout-sidebar-coupon .single-form .button .btn {
            height: 46px;
        }

.checkout-sidebar-coupon p {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin-bottom: 12px;
}

.checkout-sidebar-coupon input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-right: 120px;
}

.checkout-sidebar-price-table {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

    .checkout-sidebar-price-table .sub-total-price .total-price {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 4px 0;
    }

    .checkout-sidebar-price-table .price-table-btn {
        margin-top: 20px;
    }

    .checkout-sidebar-price-table .title {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #081828;
        padding-bottom: 12px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

    .checkout-sidebar-price-table .total-payable {
        padding: 8px 0;
        padding: 10px 0;
        border-top: 1px solid #e6e6e6;
        margin-top: 10px;
    }

        .checkout-sidebar-price-table .total-payable .payable-price {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

.checkout-sidebar-banner {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
}

    .checkout-sidebar-banner a {
        width: 100%;
    }

        .checkout-sidebar-banner a img {
            width: 100%;
        }

.cards-catalogs h3,
.cards-catalogs-table-details h3 {
    background-color: var(--color-primary-active);
    color: var(--color-primary);
    font-size: 16px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.cards-catalogs h3 {
    margin: -1rem -1rem 0px -1rem;
    height: 30px;
    line-height: 30px;
}

/************************** CORES DINAMICAS **************************/
.header .main-menu-search .search-btn button {
    background-color: var(--color-primary-active) !important;
    color: var(--color-primary) !important;
}
.button .btn {
    background-color: var(--color-primary-active) !important;
}
.button .btn {
    color: var(--color-primary) !important;
}
    .button .btn:hover {
        background-color: var(--color-primary) !important;
    }
    .button .btn:hover {
        color: var(--color-primary-active) !important;
    }
.button .btn-alt {
    background-color: var(--color-primary-active) !important;
    color: var(--color-primary) !important;
}
.section-title h2::before {
    background-color: var(--color-primary) !important;
}

.header .navbar-cart .cart-items:hover .main-btn {
    background-color: var(--color-primary-active) !important;
}
.single-product .product-info .price span {
    color: var(--color-primary) !important;
}
.single-product .product-info .title a:hover {
    color: var(--color-primary) !important;
}
.product-name a:hover {
    color: var(--color-primary) !important;
}
.preloader-icon span {
    background: var(--color-primary) !important;
}
.pagination .pagination-list li.active a, .pagination .pagination-list li:hover a {
    background: var(--color-primary) !important;
}
.header .navbar-cart .cart-items .shopping-item .shopping-list li .content h4 a:hover {
    color: var(--color-primary) !important;
}
.header .navbar-cart .cart-items .shopping-item .dropdown-cart-header a:hover {
    color: var(--color-primary) !important;
}
.single-product > .new-tag {
    background: var(--color-primary-active) !important;
}
.single-product > .new-tag {
    color: var(--color-primary) !important;
}
.breadcrumbs .breadcrumb-nav li a:hover {
    color: var(--color-primary-active) !important;
}
.title,
h2, 
h3,
h4,
span,
.single-product .product-info .title a,
.product-name,
.header .navbar-cart .cart-items .shopping-item .shopping-list li .content h4 a,
.header .navbar-cart .cart-items .shopping-item .dropdown-cart-header a {
    color: var(--color-primary) !important;
}

.header .navbar-cart .cart-items .main-btn .total-items {
    background: var(--color-primary-active) !important;
    color: var(--color-primary) !important;
}


.product-sidebar .single-widget .list li:hover a,
.product-sidebar .single-widget .list li:hover span {
    color: var(--color-primary-active) !important;
}
#niveis-arvore-pesquisa.list > li.active a,
#niveis-arvore-pesquisa.list > li.active span {
    color: var(--color-primary-active) !important;
}
.entidades .badge.bg-primary {
    color: var(--color-primary) !important;
    background: var(--color-primary-active) !important;
    margin: 0px 4px 4px 0px;
}
 
@media only screen and  (min-width: 768px) {
    .navbar-brand img {
        max-height: 60px;
        width: auto !important;
        /*max-width:200px;*/
        /*position: absolute;*/
        /*top: 10px;*/
        margin-left: 10px;
    }
    #banner-container {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    #banner-container .banner-mobile {
        display: none;
    }

    #banner-container .banner {
        display: unset;
    }
}
@media only screen and  (max-width: 767px) 
{
    main.tem-navegacao{
        margin-top:0px;
    }
    main:not(.tem-navegacao) {
        margin-top: 64px;
    }
    #banner-container {
        height: 200px;
        display:block !important;
        line-height:200px;
        text-align:center;
    }

        #banner-container .banner-mobile {
            display: unset;
            max-width:100%;
        }

        #banner-container .banner {
            display: none;
        }

    .header .main-menu-search {
        display: flex;
    }

        .header .main-menu-search .navbar-search {
            justify-content: center;
            align-items: center;
            z-index: 8888;
        }

        .header .main-menu-search input {
            z-index: 8888;
            display: block
        }

    #navbar-navegacao-arvore {
        z-index: 8000;
    }
    .header .main-menu-search.tem-navegacao {
        width: unset;
        max-width: 100% !important;
        margin: 0 auto;
        
    } 
    .header .main-menu-search:not(.tem-navegacao) .navbar-search {
        width: 100% !important;
        
    }
        .header .main-menu-search .navbar-search {
            margin: 0 auto;
        }
   
    .navbar-brand {
        position: absolute;
        top: 0px;
        left: 50%;
        height: 60px;
        transform: translateX(-50%);
        line-height: 60px;
    }
        .navbar-brand img {
            max-height: 40px;
            width: auto !important;
        }
   
   .nav-item[data-tem-filhos="False"] a::after{
        opacity:0 !important;

    }
    .header .header-middle {
        padding: 0px;
        height: 60px;
    }

    #pesquisa-container {
        width: 100%;
        height: 60px;
        position: relative;
        top: 70px;
    }
    #pesquisa-container.tem-banner {
        top:270px;
    }

    .header .navbar-cart{
        position:absolute;
        top:10px;
        right:20px;
    }
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .custom-tooltip::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 100%; /* Coloca o tooltip acima do h3 */
        left: 0; /* Coloca o tooltip à esquerda do h3 */
        transform: translateX(-100%); /* Ajusta para que o tooltip fique à esquerda do h3 */
        background-color: rgba(0, 0, 0, 0.80);
        color: white;
        padding: 5px;
        border-radius: 4px;
        white-space: pre-wrap;
        word-wrap: break-word;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
        z-index: 10;
        width: 300px;
        max-width: 300px;
        line-height: 1.5; /* Ajusta o espaçamento entre as linhas dentro do tooltip */
    }

    .custom-tooltip:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .custom-tooltip.left-tooltip::after {
        left: 0; /* À esquerda do h3 */
        transform: translateX(-100%); /* Ajusta para que o tooltip fique à esquerda */
    }

    .custom-tooltip.right-tooltip::after {
        left: 100%; /* À direita do h3 */
        transform: translateX(0); /* Ajusta para que o tooltip fique à direita */
    }


.header .navbar .navbar-nav .nav-item a:hover,
.header .navbar-nav .nav-item:hover a,
.header .navbar-nav .nav-item .sub-menu .nav-item a:focus,
.header .navbar-nav .nav-item .sub-menu .nav-item a:link,
.header .navbar-nav .nav-item .sub-menu .nav-item a:visited,
.header .navbar-nav .nav-item .sub-menu .nav-item a:hover,
.header .navbar-nav .nav-item .sub-menu .nav-item a:active {
    color: var(--color-primary) !important;
}

.product-sidebar .single-widget .list li a{
    word-break: break-word;
}