.tt-logo img {
    height: auto;
    max-height: 100px !important
}

.material-info .icon {
    width: 23px;
    min-width: 23px;
    min-height: 23px
}

svg:not(:root) {
    overflow: hidden
}

.icon {
    width: 25px;
    min-width: 20px;
    min-height: 20px;
    fill: #141414
}

.material-info__list li {
    display: flex;
    align-items: center
}

.material-info__list i {
    display: inline-block;
    margin-right: 10px
}

.list-unstyled {
    font-size: 15px !important;
    line-height: 23px !important;
    list-style: none;
    padding-left: 0;
    margin: 0
}

header .tt-color-scheme-01 {
    background-color: #fafafa;
    color: #000
}

footer {
    background: #2f2f2f;
    color: #fff
}

    footer .tt-color-scheme-01 {
        background: #2f2f2f !important;
        color: #fff
    }

        footer .tt-color-scheme-01 .tt-collapse-title, footer .tt-color-scheme-01 .tt-collapse-title a {
            color: #fff
        }

        footer .tt-color-scheme-01 .tt-list li a, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
            color: #fff
        }

        footer .tt-color-scheme-01 address span {
            color: #fff
        }

    footer .tt-footer-col .tt-newsletter:not(.tt-indent-item) .tt-collapse-content > :nth-child(1) {
        color: #fff
    }

header .tt-color-scheme-01 .tt-box-info ul li a, header .tt-color-scheme-01 .tt-box-info ul li a:hover {
    color: #fff
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
    background: #555
}

.tt-tabs-default li > a.active, .tt-tabs-default li > a:hover {
    color: #000;
    font-weight: 600
}

.tt-carousel-brands a img {
    opacity: .7
}

.stuck.tt-stuck-nav {
    background: #336699;
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown.active > a, .tt-desctop-menu:not(.tt-hover-02) li.dropdown.selected > a, .tt-desctop-menu:not(.tt-hover-02) li.dropdown > a:hover {
    color: #e6e6e6;
    /*   font-weight: 500;*/
    background: 0 0
}

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    color: #fff
}

    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:before {
        color: #fff
    }

.slider-revolution [class^=btn] {
    color: #fff;
}

footer .tt-color-scheme-02 {
    background-color: #00a0d3 !important
}

    footer .tt-color-scheme-02 .tt-newsletter .btn {
        background: #2f2f2f
    }

    footer .tt-color-scheme-02 .tt-social-icon li a {
        color: #2f2f2f
    }

    footer .tt-color-scheme-02 .tt-collapse-title {
        color: #2f2f2f
    }

.btn {
    color: #fff
}

    .btn:hover {
        color: #d9d9d9;
        font-weight: 900
    }

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
    color: #d9d9d9;
    font-weight: normal;
}

    .tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover:before {
        color: #fff;
        font-weight: normal
    }

header .tt-dropdown-obj .tt-dropdown-toggle:hover {
    color: #000
}

header .tt-dropdown-obj.active .tt-dropdown-toggle {
    color: #000
}

.tt-base-color {
    color: #00a0d3
}

.tt-tabs-default li > a {
    color: #5d5d5d
}

.tt-desktop-header .tt-dropdown-obj {
    margin-top: 25px
}

@media(min-width:790px) {
    .tt-back-to-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .4s;
        transition: .4s;
        width: 62px;
        height: 62px;
        background-color: rgba(252,195,0,.75);
        color: #fff;
        font-size: 0;
        line-height: 0;
        position: fixed;
        bottom: -64px;
        right: 5px;
        z-index: 20;
        border-radius: 6px !important
    }
}

@media(min-width:1025px) {
    header .tt-search1 input {
        padding: 6px !important;
        background: 0 0;
        font-size: 16px;
        font-weight: normal;
        border: none;
        border-bottom: 1px solid #eceaea;
        padding: 5px 12px 10px 0;
        font-family: Hind,sans-serif;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        width: 100%;
        text-transform: uppercase;
        color: #191919;
        margin-top: 10px;
        border-right: 0;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

    header .tt-search1 .tt-btn-search {
        color: gray;
        font-size: 25px;
        line-height: 1;
        font-family: wokiee;
        cursor: pointer;
        padding: 4px 0 4px 4px;
        margin-top: -4px;
        z-index: 3;
        background: 0 0;
        border: none;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
        margin-top: 10px
    }

        header .tt-search1 .tt-btn-search:before {
            content: ""
        }

        header .tt-search1 .tt-btn-search:hover {
            color: #fadc4b
        }
}

@media(max-width:870px) {
    .tt-header-row.tt-top-row {
        padding-top: 0
    }
}

.tt-mobile-header .tt-logo-container {
    height: 110px
}

.espArtigo {
    font-weight: 500;
    color: #b3b3b3;
}

header .tt-color-scheme-01 .tt-box-info ul li [class^=icon-] {
    color: #000;
}

.tt-shopcart-table01 tfoot tr th {
    font-size: 16px;
    padding-top: 2px;
}


.tt-shopcart-table01 tfoot tr td {
    font-size: 22px!important;
    color: #336699;
    font-weight: 500;
    text-align: right;
    padding: 0;
}