.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.owl-carousel {
    touch-action: manipulation;
}
.flex-wrap {
    flex-wrap: wrap;
}

.bg-dark {
    background-color: #343a40!important;
}

textarea {
    max-width: 100%;
}

.modal-footer .btn-default {
    color: #fff;
    border: none;
    background-color: var(--main-color-body-btn-dark);
}
.modal-footer .btn-default:hover {
    color: var(--main-btn-dark-hover-tx);
    background-color: var(--main-btn-dark-hover);
}

@media(min-width: 992px) {
    .text-md-center {
        text-align: center;
    }
}

/*
    *******************
    - RECAPTCHA
*/
#bl-form-modal-orcamento .recaptchaEl {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
    *******************
    - CONTENT
*/
#content {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 0;
    background: #ffffff;
    border-radius: 0px;
}
@media (min-width: 992px ) {
    .content-column-two #content {
        margin-top: 30px;
        border-top: 1px solid #e5e5e5;
        border-radius: 5px;
    }
}
@media (min-width: 1600px ) {
    .content-column-one #content {
        margin-top: 30px;
        border-top: 1px solid #e5e5e5;
        border-radius: 5px;
    }
}

#content .content-page {
    padding: 15px;
}
#content .content-page .page-title-wrapper {
    padding: 0;
    margin-bottom: 20px;
}
#content .content-page .page-title-wrapper .page-title {
    text-transform: none;
    margin-bottom: 0;
}
#content .content-page .page-title-wrapper .page-title small {
    display: block;
}
#content .breadcrumb a {
    font-size: 12px;
}
@media (max-width: 767px) {
    #content {
        margin-top: 0;
        /* padding: 15px; */
        margin-bottom: 15px;
    }
    #content .content-page .page-title-wrapper .page-title {
        display: none;
    }
}

.mb-30 {
    margin-bottom: 30px;
}
.no-margin {
    margin: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.no-padding {
    padding: 0;
}
.user-info i {
    width: 16px;
}
.owl-item div.image {
    min-height: 300px;
}
@media (max-width: 750px) {
    .owl-item div.image {
        min-height: 320px;
    }
}
.owl-item div.image img {
    margin-top: 20px;
}

.featured-contato-content {
    padding-top: 20px !important;
}

.header-bottom-block .container {
    position: relative;
}
.fixed .right-block {
    bottom: 0;
    float: right;
    right: 10px;
    width: auto;
    padding-top: 5px;
}
.fixed .user-info {
    margin: 0;
    float: left;
}
.fixed .user-info .dropdown > a {
    background: rgba(0, 0, 0, 0) url(../img/sprite.png) no-repeat scroll -63px -270px;
    height: 50px;
    padding: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    width: 40px;
}
.fixed .user-info .dropdown > a::after {
    display: none;
}
div#logo {
    margin: 15px 0 15px 20px;
    padding: 0;
    width: auto;
}

.fixed .TTactive .show-menu-fixed {
    display: block !important;
}
@media (max-width: 992px) {
    .fixed .show-menu-fixed {
        position: initial !important;
    }
}
@media (min-width: 993px) {
    .fixed .show-menu-fixed {
        position: absolute !important;
    }
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 20px 10px;
    flex-wrap: wrap;
}

.full-header .header-phone {
    display: inline-block !important;
    padding: 0 0 0 1rem;
}
.full-header .header-phone:first-of-type {
    padding: 0;
}
.full-header .header-phone a::before {
    content: none;
}
.full-header .header-phone a img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.full-header .header-phone:hover a img {
    transform: translateY(-50%) rotateY(360deg);
}
@media (max-width: 767px) {
    .full-header .header-phone a > div,
    .full-header .header-phone a > span {
        display: none;
    }
    .full-header .header-phone a {
        padding: 0;
    }
    .full-header .header-phone a img {
        position: relative;
        transform: translateY(0);
    }
    .full-header .header-phone:hover a img {
        transform: translateY(0) rotateY(360deg);
    }
}
@media (max-width: 380px) {
    .full-header .header-phone a img {
        max-width: 30px;
    }
}

.header-right {
    text-align: right;
}
@media (max-width: 442px) {
    .header-right {
        text-align: center;
    }
}

.header-bottom-block:not(.fixed) .contato-icone {
    display: none;
}

.contato-icone {
    float: left;
    padding-right: 25px;
}
/* .contato-icone a i.fa-phone {
    margin-right: 9px;
}
.contato-icone a i.fa-whatsapp {
    margin-right: 9px;
} */
.contato-icone i {
    color: var(--main-color-tx);
    font-size: 20px;
    margin-top: 4px;
    padding: 10px 0;
    /* border-radius: 50rem;
    background-color: #000; */
}

.user-info {
    margin: 6px 0;
    padding-right: 25px;
}
.user-info > div > span a i {
    width: auto;
    color: var(--main-color-tx);
    font-size: 20px;
    margin-top: 4px;
    padding: 10px 0;
    /* border-radius: 50rem;
    background-color: #000; */
}

/* #cart {
    padding-left: 9px;
} */
#cart .btn {
    width: auto;
    height: auto;
}
#cart a i {
    color: var(--main-color-tx);
    font-size: 20px;
    margin-top: 4px;
    padding: 10px 15px 10px 0;
    /* border-radius: 50rem;
    background-color: #000; */
}
#cart #cart-total {
    color: var(--main-color-tx);
    background: rgba(255, 255, 255, 0.4);
}
#cart > .btn::after {
    content: none;
}
#cart {
    margin-top: 6px;
}
.fixed #cart {
    margin-top: auto;
}

.header-bottom-block.fixed {
    height: 60px;
}

.main-category-list .menu-category .dropmenu {
    z-index: 99 !important;
}

.recaptchaEl > div {
    margin: 0;
}

/* ********************************** */
/* PRODUTOS - BOTÕES DE AÇÃO - LINKS  */
/* ********************************** */
#content .produtos .product-thumb,
#content .ttcat-main .product-thumb,
#content .ttproduct-main .product-thumb {
    min-height: 500px;
}
.product-thumb .button-group a {
    /* background: var(--main-color); */
    background: var(--main-color);
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: center;
}
.product-thumb .button-group a:hover {
    background-color: #000000;
    border-color: #ffffff;
}

#column-left .product-thumb .item-description {
    display: none;
}
#column-left .product-thumb .button-group {
    bottom: 75px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    opacity:0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
    transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
    cursor: pointer;
}
#column-left .product-thumb:hover .button-group {
	bottom: 0;
	opacity:1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
#column-left .product-thumb .button-group .btn-cart,
#column-left .product-thumb:hover .button-group .btn-cart {
    margin-left: 18px;
}

/* ********************************** */
/* RESPONSIVE - OUTROS  */
/* ********************************** */

.full-header .search {
    width: 100%;
    margin: 0 !important;
    padding: 0 0 20px 0;
}

.full-header .search #header-search {
    width: 100%;
    padding: 0;
}
.full-header .search #header-search span.input-group-btn {
    float: right;
}

.row-to-search .search,
.row-to-search .search #header-search {
    width: 100%;
}

.row-to-search .search #header-search input.form-control {
    width: calc(100% - 85px) !important;
}
@media (max-width: 1199px) {
    .row-to-search .search #header-search input.form-control {
        width: calc(100% - 63px) !important;
    }
}
.full-header #header-search input.form-control {
    width: calc(100% - 40px) !important;
}

@media (max-width: 992px) {
    .header-bottom-block .search {
        display: none;
    }
}
@media (min-width: 993px) {
    .full-header .container .search {
        display: none;
    }
}

.cat-menu:not(.TTactive) .menu-category {
    display: none;
}
.p-espaco {
    margin:30px 0 0 0;
}
.blog-description {
   height: 45px;
   max-height: 45px;
   overflow: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-responsive {
    width: 100%;
}

.mini-slides-carousel img {
    height: 5em;
}
.slider-transition {
    transition-duration: 0.5s;
}
.noticia-text {
    margin-bottom: 15px;
}
.noticia-fonte {
    margin-left: 25px;
}
#blog_latest_new_home {
    padding-top: 15px;
}
.dh-noticia {
    line-height: 30px;
}
.title-noticia {
    margin-top: 10px;;
    margin-bottom: 15px;
}
.br-10 {
    border-radius: 10px;
}
@media (min-width: 768px) {
    .noticias .thumbnail .noticia-image {
        height: 170px;
        max-height: 170px;
        display: table-cell;
        vertical-align: middle;
    }
}
.noticias .caption h3, .noticias .caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.noticias .thumbnail hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.noticias .caption .noticia-descricao {
    height: 60px;
    max-height: 60px;

    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#page-contato a {
    text-decoration: none;
}
#page-contato a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#page-contato #accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#page-contato #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#page-contato #accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#page-contato #accordion .panel-title a.collapsed{
    box-shadow: none;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#page-contato #accordion .panel-title a:before,
#page-contato #accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    color: #ff0000;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#page-contato #accordion .panel-title a.collapsed:before{
    color: inherit;
    transform: rotate(0);
}
#page-contato #accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#page-contato #accordion .panel-body{
    padding: 10px 15px;
    border: none;
    line-height: 27px;
}

@media (min-width: 768px) {
    #page-contato .content-form-contato {
        background-color: #f5f5f5;
    }
}

#info_faq a.info_faq_collapse {
    text-decoration: none;
    border: none !important;
    background: none;
    color: inherit;
    box-shadow: none;
    outline: none;
    display: block;
    padding: 6px 40px 6px 15px
}
#info_faq .well {
    margin: 0;
}
#info_faq a.info_faq_collapse:before,
#info_faq a.info_faq_collapse.collapsed:before{
    content: "\f103";
    font-family: "FontAwesome";
    width: 20px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    color: #ff0000;
    top: 4px;
    right: 0.25rem;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}
#info_faq a.info_faq_collapse.collapsed:before{
    color: inherit;
    transform: rotate(0);
}
#info_faq a.info_faq_collapse:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 3rem;
}
.title-info-faq {
    padding: 7px 0 0 15px;
    font-weight: bold;
}

#content>div>div>div.alert {
    margin-top: 15px;
}

.blog-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#ttsmartblog-carousel span.pull-right{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.produto-preco {
    padding: 10px 0 0 0;
}
.produto-preco .nome {
    padding-left: 25px;
}
.produto-preco .price {
    padding: 5px;
}
.produto-preco hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.price-new {
    display: block;
}
#modal-multi-precos .price-old {
	text-decoration: line-through;
}

.product-thumb .price {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-thumb .price-new {
    color: #333;
    font-weight: bold !important;
}
.product-thumb .price-small {
    display: block;
    font-weight: normal;
}
@media (min-width: 1024px) {
    .product-thumb .price-new {
        font-size: 16px;
    }
}

.product-tabs .tab-pane a {
    color: #337ab7;
    text-decoration: underline;
}

.product-tabs .nav-tabs > li > a:hover {
    color: var(--main-color-tx);
    background: var(--main-color);
}

@media (max-width: 767px) {
    .product-tabs .nav-tabs > li {
        float: none;
    }
    .product-tabs .nav-tabs > li:not(.active) {
        border-top: 1px solid #f2f2f2;
    }
}

/* ************************************************************************** */
/* POPOVER CONFIRMAÇÃO DELETE CARRINHO */
/* ************************************************************************** */
#cart-panel .input-group, #cart-panel .input-group-btn {
    position: inherit;
}
/* ************************************************************************** */
/* POPOVER CONFIRMAÇÃO DELETE CARRINHO */
/* ************************************************************************** */
img.online {
    border-left-color: #0AA699!important;
    border-left: 3px solid #fff;
    padding: 15px;
    margin: 10px 0 5px 5px;
}
#novo-cliente .fa {
    vertical-align: middle;
}
#novo-cliente .footer-button {
    padding: 15px 0;
}
#novo-cliente .footer-button .btn-group, #novo-cliente .footer-button .btn-group .btn {
    float: none;
    display: inline-block;
}
#novo-cliente select, #novo-cliente input {
    font-size: 12px;
}

#btn-recuperar-senha {
    white-space: normal;
    padding: 7px 5px;
}


.product-prices .price-new {
    display: inline-block;
    float: none;
}

/* ******************************************** */
/* FOOTER                                       */
/* ******************************************** */
.footer-menu {
    margin: 15px 0 0;
}
.footer-menu .btn-group {
    padding: 5px 0;
}
.footer-menu .btn-group a {
    text-align: left;
    white-space: normal;
    word-break: break-word;
    padding: 0 10px 0 0;
    margin: 0;
    border-color: transparent;
    background-color: transparent;
    border-bottom: none;
    text-decoration: none !important;
    outline: none !important;
}
.footer-menu .btn-group a span {
    border-bottom: 1px solid var(--main-color);
}

@media (max-width: 991px) {
    .footer-menu {
        margin: 0 0 45px;
    }
    .footer-menu .btn-group {
        display: inline-block !important;
    }
    .footer-menu .btn-group a {
        display: block !important;
        float: none !important;
        width: 100% !important;
        padding: 5px 0;
    }
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 3rem 0;
    padding: 5rem 0;
}
@media (max-width: 767px) {
    .footer-row {
        display: none;
    }
}

.footer-row .footer-row-missao {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-row .footer-row-missao p:last-of-type {
    margin: 0;
}

.footer-bottom .bg-dark i {
    color: #666666 !important;
    padding: 10px;
    font-size: 2.5rem;
}

/* TABLE */
.table td.break-word {
    word-break: break-word;
}
.table-vertical-align td {
    vertical-align: middle !important;
}
.table td>.row, .table .alert {
    margin: 0;
}
.table td>.row>div {
    padding: 0;
}


/* BTN CART */
.btn-warning-cart {
    background: var(--main-color);
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: center;
}
.btn-warning-cart i {
    background-position: 6px -41px;
    background-image: url(../img/product-sprite.png);
    background-repeat: no-repeat;
    height: 36px;
    vertical-align: top;
    width: 36px;
}
.btn-warning-cart i::before {
    content: "";
}
.btn-warning-cart:hover {
    background-color: #000000;
    border-color: #ffffff;
}
.btn-warning-cart:hover i {
    background-position: -37px -41px;
}

/* TEXT COLOR */
.text-color-body {
    color: var(--main-color-body);
}
.text-color-site-tx {
    color: var(--main-color-tx);
}
.text-color-destaque {
    color: var(--main-color-tx-destaque);
}
.text-color-green {
    color: #5cb85c;
}

/* WIDTH */
.w-min-65 {
    min-width: 65px;
}


/*
    *******************
    - CART
*/
#cart-panel-details .media-body {
    vertical-align: middle;
}
#cart-panel-details .media-body .cart-desc {
    display: none;
}
@media (min-width: 992px) {
    #cart-panel-details .media-body .cart-desc {
        display: block;
    }
    #cart-panel-details .media-body .cart-value-qtd {
        text-align: right;
    }
}

#cart-checkout dl dd {
    margin: 5px 0 10px 5px;
}
#cart-checkout dl dd:last-of-type {
    margin-bottom: 0;
}
#cart-checkout .radio-collapse .radio-content>div {
    padding: 5px 5px 0 5px;
}
#cart-checkout .input-group {
    margin-bottom: 5px;
}

#cart-panel .panel-cart .panel-body {
    margin: -1px;
}
#cart-panel .panel-cart .panel-body .well {
    margin-top: -1px;
}
#cart-panel .panel-cart .panel-body .well, #cart-panel .panel-cart .panel-body .table {
    margin-bottom: 0;
}
#cart-panel .panel-cart .panel-body .panel-cart-total {
    padding: 19px;
}
#cart-panel .panel-cart .panel-body .panel-cart-total .table tr:first-of-type td {
    border: none;
}




/*
    *******************
    - BUTTON GROUP
*/
.btn-group-right {
    float: right;
}
.btn-group-right>.btn {
    float: right;
}
.btn-group-right>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-right>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*
    *******************
    - BOX PRICE NEW/OLD
*/
.custom-box-price.price {
    gap: 0 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.custom-box-price .price-new {
    color: #333;
    font-weight: 500;
}
.custom-box-price .price-small {
    color: #777;
    font-weight: normal;

    width: 100%;
    display: block;
    flex-grow: 1;
}
.custom-box-price .price-small.price-small-first {
    order: -1;
}
.custom-box-price .price-old {
    font-size: small;
    text-decoration: line-through;
}
#modal-produto-precos .custom-box-price span {
    white-space: nowrap;
}

/*
    **********
    - Loading
*/
.content-loading {
    position: relative;
}
.content-loading .loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(247, 247, 247, 0.5);
    z-index: 3;
}
.content-loading .loader i {
    position: absolute;
    top: 47%;
    left: 49%;
    color: #333;
    font-size: 2em;
}

/*
    **********
    - Box form
*/
.box-form-custom>.box-form-head {
    position: relative;
    margin: 0 -15px;
    padding: 5px 35px;
    /* background-color: #fcf8e3; */
    background-color: #fce3ed;
    border-color: #faebcc;
}
.box-form-custom>.box-form-head>span {
    position: absolute;
    top: 10px;
    padding: 11px 0 0 1px;
    color: #8a6d3b;;
    border: 1px solid #8a6d3b;
    border-radius: 50%;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
}
.box-form-custom>.box-form-head>h4 {
    margin-left: 50px;
}
.box-form-custom>.box-form-body {
    padding-top: 15px;
}

/*
    **********
    - HEADER
*/
@media (min-width: 992px) {
    header .simple-header .header-right {
        margin-top: 36px;
    }
}

header.position-fixed {
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    animation: fixedmenu 1s ease 0s normal both 1 running;
    -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
    -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
    -o-animation: fixedmenu 1s ease 0s normal both 1 running;
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
/* header.position-fixed .search { */
/* header.position-fixed .full-header {
    display: none;
} */

@media (max-width: 771px) {
    header.position-fixed .header-bottom-block {
        float: none;
    }
    header.position-fixed .header-bottom-block:not(.fixed) .contato-icone {
        margin: 6px 0;
        display: inherit;
        padding-right: 20px;
    }
    header.position-fixed .header-bottom-block:not(.fixed) .user-info {
        padding-right: 20px;
    }
}



/*
    *******************
    - SLIDESHOW
*/
.swiper-slide:not(.swiper-slide-active) img {
    display: none;
}

.swiper-container .swiper-wrapper .swiper-slide {
    pointer-events: auto;
}

/*
    *******************
    - PRODUCT CAROUSEL
*/
.products-carousel .owl-item div.image {
     min-height: auto;
}
.products-carousel .owl-item div.image img {
     margin-top: 0;
}


/*
    *******************
    - COMMENT BOX
*/
.comentario-box>.row>.col-xs-12 {
    margin-top: 15px;
}
.comentario-box .visible-focus-comentario {
    display: none;
}
.comentario-box .thumbnail {
    position: absolute;
    padding: 5px;
    width: 75px;
    height: 75px;
    border-color: #ddd;
    border-radius: 50px;
}
.comentario-box .thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px;
    max-height: 100%;
    width: 100%;
    border-radius: 50px;
}
.comentario-box .panel {
	position:relative;
}
.comentario-box .panel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.comentario-box .panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.comentario-box .panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}
.comentario-box .panel .row>div>em {
    display: block;
}
.comentario-box .panel .panel-heading .row > div:first-of-type {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comentario-box .avaliacao .fa-star, .comentario-box .avaliacao .fa-star-o {
    font-size: 30px;
}
.comentario-box .fa-star {
    color: #ffb900;
}
.comentario-box hr {
    margin: 25px 0;
}
.comentario-box .panel .acoes {
    padding: 0 0 0 7px;
    text-decoration: none;
}
.comentario-box .panel .acoes:hover {
    color: #000;
}
.comentario-box .panel ul i {
    width: 15px;;
}
@media (min-width: 768px) {
    .comentario-box .panel {
        margin-left: 95px;
    }
}

.content-produto-comentarios {
    background-color: #eeeeee;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: -15px;
}
.content-produto-comentarios hr {
    border-color: #f7f7f7;
}

/*
    *******************
    - CUSTOM TX
*/
.custom-tx img {
    max-width: 100%;
}
.custom-tx ul {
    padding-left: 40px;
}

/* WHATS BUTTON FIXED */
.whats-button i {
    padding-top: 9px;
    font-size: 30px;
}
.whats-button {
    /* position: fixed;
    width: 48px;
    height: 48px;
    bottom: 13px;
    right: 21px;
    background-color: #4dc247;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    z-index: 100;
    color: #FFF !important;
    text-decoration: unset !important; */

    position: fixed;
    /* width: 180px; */
    bottom: 80px;
    right: 25px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    color: #FFF !important;
    text-decoration: unset !important;
}
/* .whats-button:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
} */

.button-right-fone {
    right: 25px;
    bottom: 135px;
    z-index: 100;
    position: fixed;
    text-align: center;
    text-decoration: unset !important;
}

.button-right-fone.circle {
    border-radius: 50%;
    background-color: #FFF;
}

.button-right-fone.first {
    bottom: 80px;
}

@media (max-width: 767px) {
    .whats-button {
        right: 20px;
    }

    .button-right-fone {
        right: 20px;
    }
}




/*  Ajustes */

.main-category-list .menu-category ul.dropmenu li:hover {
    background-color: #f2f2f2;
}
/* .main-category-list .menu-category ul.dropmenu li:hover > a {
    font-weight: bold;
} */
@media (min-width: 992px) {
    .main-category-list .menu-category ul.dropmenu li > a {
        white-space: nowrap;
    }
}

.btn-inverse:hover {
    background-color: #e6e6e6;
    color: #000;
}

.btn-inverse-primary {
    color: #ffffff;
    background-color: var(--main-color-body-btn-dark);
    border: 1px solid var(--main-color-body-btn-dark);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    font: 400 14px/20px "Poppins",Helvetica,sans-serif;
    letter-spacing: 1px;
    padding: 6px 20px;
    text-transform: capitalize;
}
.btn-inverse-primary:hover {
    background: var(--main-btn-dark-hover);
    border: 1px solid var(--main-btn-dark-hover);
    color: var(--main-btn-dark-hover-tx);
}

#content .produtos .product-thumb .div-content-img,
#content .ttcat-main .product-thumb .div-content-img,
#content .ttproduct-main .product-thumb .div-content-img {
    height: auto;
    max-height: 263px;
}
#content .produtos .product-thumb .div-content-img a,
#content .ttcat-main .product-thumb .div-content-img a,
#content .ttproduct-main .product-thumb .div-content-img a {
    position: relative;
}
#content .produtos .product-thumb .div-content-info,
#content .ttcat-main .product-thumb .div-content-info,
#content .ttproduct-main .product-thumb .div-content-info {
    height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
    word-break: break-word;
}
#content .produtos .product-thumb .div-content-info *,
#content .ttcat-main .product-thumb .div-content-info *,
#content .ttproduct-main .product-thumb .div-content-info * {
    overflow: unset !important;
    white-space: normal !important;
    text-overflow: unset !important;
}
@media (max-width: 1024px) {
    #content .product-details .product-name.product-name-visible-lg {
        display: none;
    }
    #content .breadcrumb {
        display: flex;
        flex-wrap: wrap;
    }
}

.nav-tabs>li>a {
    transition-duration: 1s;
}
.nav-tabs>li.active>a {
    text-decoration: none;
    background-color: #eee !important;
}

.slider-content {
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 30px;
}
.slider-content .slick-prev {
    left: 15px;
}
.slider-content .slick-next {
    right: 15px;
}
.slider-content .slick-prev,
.slider-content .slick-next {
    z-index: 1;
}
.slider-content .slick-prev:before,
.slider-content .slick-next:before {
    font-size: 25px;
}
.slider-content-list {
    margin: 0 45px 45px;
}
.slider-content-list img {
    max-width: 80px;
    max-height: 80px;
}
.slider-content-list .slick-slide > * {
    padding: 0 5px;
    text-align: center;;
}
.slider-content-list .slick-prev:before,
.slider-content-list .slick-next:before {
    color: #000;
}
.slider-content-list .slick-slide img {
    cursor: pointer;
}
.slider-content-list .slick-current img {
    filter: brightness(0.6);
}

/*
    *******************
    - BREADCRUMB
*/
.breadcrumb {
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}


.product-block .product-prices h4{
    line-height: 1.25em;
}

/*
    *******************
    - BOTÕES COLOR/BG
*/

.frete-btn {
    color: #ffffff;
    background: var(--main-color-body-btn-dark);
    border-color: var(--main-color-body-btn-dark);
}
.frete-btn:hover {
    color: var(--main-btn-dark-hover-tx);
    background: var(--main-btn-dark-hover);
    border-color: var(--main-btn-dark-hover);
}

.panel-cart .panel-footer .btn-default {
    color: #ffffff;
    background: var(--main-color-body-btn-dark);
    border-color: var(--main-color-body-btn-dark);
    margin-right: 1px !important;
}
.panel-cart .panel-footer .btn-default:hover {
    color: var(--main-btn-dark-hover-tx);
    background: var(--main-btn-dark-hover);
    border-color: var(--main-btn-dark-hover);
}

.btn-inverse-primary:focus,
.btn-inverse-primary:focus:hover {
    color: var(--main-color-tx) !important;
}

.btn-primary-site {
    color: var(--main-color-tx);
    background: var(--main-color);
    border-color: var(--main-color);
}
.btn-primary-site:hover,
.btn-primary-site:focus,
.btn-primary-site:active {
    color: var(--main-btn-hover-tx) !important;
    background: var(--main-btn-hover) !important;
    border-color: var(--main-btn-hover) !important;
}

.full-header #header-search .btn-default {
    color: var(--main-color-body);
    background-color: transparent;
}
.full-header #header-search .btn-default:hover {
	color: var(--main-btn-hover-tx);
    background: var(--main-btn-hover);
}

/*
    *******************
    - PRODUTOS - COMPARTILHAR
*/

.content-compartilhar-produto.well {
    border-radius: 5px;
}
.content-compartilhar-produto .itens {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.content-compartilhar-produto > .itens {
    justify-content: space-evenly;
}
.content-compartilhar-produto > .itens .product-name {
    border: none;
    margin: 0;
    padding: 0;
}

/*
    *******************
    - FORMAS DE PAGAMENTO
*/

.content-nav-pgto {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 15px;
}
.content-nav-pgto > li > a {
    gap: 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F5F5;
}
.content-nav-pgto > li > a > span {
    gap: 0 .5rem;
    display: flex;
    align-items: center;
}
.content-nav-pgto > li > a > i::before {
    content: "\f10c";
}
.content-nav-pgto > li.active > a > i::before {
    content: "\f111";
}
.content-nav-pgto > li.active > a svg path {
    fill: #FFF;
}
.content-nav-pgto.nav-pills > li + li {
    margin-left: 0;
}

@media (min-width: 768px) {
    .content-nav-pgto.nav-pills > li + li {
        padding-left: 1rem;
    }
}

/*
    *******************
    - OPÇÕES DE PAGAMENTO
*/

#accordion-opcoes-pgto .panel-heading .panel-title a {
    display: flex;
    gap: .5em;
}
#accordion-opcoes-pgto .panel-heading .panel-title a svg {
    fill: var(--main-color);
    width: 18px;
}
#accordion-opcoes-pgto .panel-heading .panel-title a .icon {
    flex-grow: 1;
    text-align: right;
}
#accordion-opcoes-pgto .panel-heading .panel-title a .icon i {
    font-size: 20px;
}
#accordion-opcoes-pgto .list-group .list-group-item {
    cursor: auto;
}
#accordion-opcoes-pgto .panel-collapse .list-group-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: .5em;
}
#accordion-opcoes-pgto .panel-collapse .list-group-item .list-group-item-heading {
    color: var(--main-color-tx-destaque);
    white-space: nowrap;
}

@media (max-width: 575px) {
    #accordion-opcoes-pgto .panel-collapse .list-group-item {
        flex-direction: column;
    }
}

/*
    *******************
    - PANEL LG
*/

.panel-large {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.panel-large .panel-body {
    padding: 30px;
}


/*
    *******************
    - FLEX TEXT / IMG
*/

.content-flex-text-img {
    display: flex;
}
.content-flex-text-img .item-text {
    flex-grow: 1;
}
.content-flex-text-img .item-img img {
    padding: 0.25rem;
    border-radius: 0.1rem;
}

@media (min-width: 768px) {
    .content-flex-text-img {
        flex-direction: row;
    }
    .content-flex-text-img .item-img {
        border-left: 1px solid #e5e5e5;
    }
}
@media (max-width: 767px) {
    .content-flex-text-img {
        flex-direction: column;
    }
    .content-flex-text-img .item-img {
        border-top: 1px solid #e5e5e5;
    }
}


/*
    *******************
    - Formas de pagamento aceitas
*/

#ttcmspaymentlogo .payment_logo_block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}
#ttcmspaymentlogo .payment_logo_block ul,
#ttcmspaymentlogo .payment_logo_block ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#ttcmspaymentlogo .payment_logo_block img {
    max-height: 45px;
    border-radius: 0.375rem;
}
#ttcmspaymentlogo .payment_logo_block img.pix,
#ttcmspaymentlogo .payment_logo_block img.boleto,
#ttcmspaymentlogo .payment_logo_block img.visa,
#ttcmspaymentlogo .payment_logo_block img.diners,
#ttcmspaymentlogo .payment_logo_block img.discover {
    border: 1px solid rgba(0, 0, 0, .125);
}

@media (max-width: 991px) {
    #ttcmspaymentlogo .payment_logo_block img {
        max-height: 35px;
    }
}
@media (max-width: 575px) {
    #ttcmspaymentlogo .payment_logo_block img {
        max-height: 25px;
    }
}


/* LIGHTBOX TABLE */
#add-lightbox .td-lightbox {
    display: table-cell;
    vertical-align: middle !important;
}

/* CUSTOM ACCORDION */
.custom-accordion a {
    text-decoration: none;
}
.custom-accordion a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.custom-accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
.custom-accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
.custom-accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
.custom-accordion .panel-title a.collapsed{
    box-shadow: none;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
.custom-accordion .panel-title a:before,
.custom-accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    color: #ff0000;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
.custom-accordion .panel-title a.collapsed:before{
    color: inherit;
    transform: rotate(0);
}
.custom-accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
.custom-accordion .panel-body{
    padding: 10px 15px;
    border: none;
    line-height: 27px;
}

/*
    *******************
    - ROW COLUMNS
*/
@media (min-width: 1200px) {
    .row-columns {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .row-columns #column-left .featured-carousel:last-of-type {
        top: 75px;
        position: sticky;
    }
}


/*
    *******************
    - COLUMN LEFT - ALIGN PRODUCTS
*/

#column-left .featured-carousel .featured-items .product-thumb:last-of-type {
    padding-bottom: 15px;
}
#column-left .featured-carousel .featured-items .product-thumb {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0;
}
#column-left .featured-carousel .featured-items .product-thumb h4 {
    margin: 0 0 5px 0;
}
#column-left .featured-carousel .featured-items .product-thumb .price {
    height: auto !important;
    padding: 0;
    align-items: start;
}

@media (min-width: 992px) {
    .content-column-two #column-left {
        margin-top: 30px;
    }
    .content-column-two #column-left .left-main-menu {
        margin: -90px 0 0px;
    }
}
@media (min-width: 1600px) {
    .content-column-one #column-left {
        margin-top: 30px;
    }
    .content-column-one #column-left .left-main-menu {
        margin: -90px 0 0px;
    }
}



/* *** CARD PRODUTO *** */
#content .product-grid .product-thumb {
    min-height: auto !important;
}
#content .product-grid .product-thumb .price {
    color: #2f6bb9;

    gap: 0 5px;
    flex-wrap: wrap;
    flex-direction: row;
}
#content .product-grid .product-thumb .price .price-small {
    width: 100%;
    flex-grow: 1;
}
#content .product-grid .product-thumb .price .price-small.price-small-first {
    order: -1;
}
#content .product-grid .product-thumb .div-content-info {
    height: 100px;
}
#content .product-grid .product-thumb .div-content-info > h4,
#content .product-grid .product-thumb .div-content-info > p {
    clear: both;
    display: -webkit-box;
    overflow: hidden !important;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
#content .product-grid .product-thumb .price .price-new {
    font-size: 20px;
    font-weight: 500 !important;
}
#content .product-grid .product-thumb .div-content-info > h4 a {
    font-size: 20px;
}

@media (max-width: 767px) {
    /* #content .product-grid .product-thumb .div-content-info {
        height: 125px;
    } */
    #content .product-grid .product-thumb .button-group,
    #content .product-grid .product-thumb:hover .button-group {
        bottom: 81px;
    }
}

/* *** ONE COLUMN *** */
/* .content-column-one #content {
    margin-top: 0;
} */
@media (min-width: 992px) {
    .content-column-one .main-category-list .menu-category {
        position: absolute;
    }
}
@media (min-width: 1600px) {
    .content-column-one #content {
        margin-top: 0;
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
    .content-column-one.content-home #content .content-page {
        padding: 30px 30px 0;
    }
}
@media (max-width: 1599px) {
    .content-column-one #column-left .left-main-menu {
        margin-bottom: 0;
        width: auto;
    }
}


/* *** CERTIFICAÇÕES *** */
ul#certificacoes {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    text-align: center;
}
ul#certificacoes li {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    line-height: 120px;
    position: relative;
}
@media (max-width: 1200px) {
    ul#certificacoes li {
        margin-bottom: 3px;
    }
}
ul#certificacoes img {
    width: auto;
    height: 65px;
    display: block;
    margin: 0 auto;
    max-width: inherit;
    min-width: inherit;
}
.footer-ribbon {
    height: auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
}
.footer-ribbon:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.8;
}
@media (max-width: 1200px) {
    ul#certificacoes {
        text-align: center;
    }
    ul#certificacoes li {
        width: 24%;
        float: none;
        display: inline-block;
    }
    ul#certificacoes img {
        height: 90px;
    }
}
@media (max-width: 992px) {
    ul#certificacoes li {
        width: 32%;
    }
}
@media (max-width: 640px) {
    ul#certificacoes li {
        width: 100%;
        max-width: 260px;
    }
    ul#certificacoes li img {
        max-width: 85%;
        height: auto;
    }
}


/* *** GROUP RIGHT MOBILE *** */
@media (max-width: 767px) {
    .btn-group-right-column-xs .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        border-radius: 25px !important;
        white-space: normal;
        overflow: hidden;
    }
    .btn-group-right-column-xs .btn + .btn {
        margin-top: 15px;
    }
}


/* *** LIST GROUP PRODUTO ITEM *** */
.content-list-produto-item > table.product-prices {
    width: 100%;
}

.list-group-produto-item .list-group-item,
.list-group-produto-item .list-group-item > .item-text {
    gap: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
}

.list-group-produto-item .list-group-item {
    cursor: auto;
    padding: 20px;
}

.list-group-produto-item .list-group-item.checked {
    box-shadow: inset 0 0 20px -15px var(--main-box-shadow-checked);
    border-color: var(--main-box-shadow-checked);
}
.list-group-produto-item .list-group-item.checked + .list-group-item {
    border-top-color: var(--main-box-shadow-checked);
}

.list-group-produto-item .list-group-item .item-text > div:first-of-type {
    height: 30px;
}
.list-group-produto-item .list-group-item .item-icon {
    width: 30px;
    height: 30px;
}
.list-group-produto-item .list-group-item.checked .item-icon {
    accent-color: #333;
}

.list-group-produto-item .list-group-item.checked .item-title,
.list-group-produto-item .list-group-item.checked .price-new {
    color: #333;
    font-size: 18px;
}

.list-group-produto-item .list-group-item .price-new {
    margin: 0;
}

@media (max-width: 991px) {
    .list-group-produto-item .list-group-item {
        align-items: start;
        flex-direction: column;
    }
}


/* *** POSITION STICKY *** */
@media (min-width: 768px) {
    .sticky-sm-75 {
        top: 75px;
        position: sticky;
    }
}

/* *** BTN OPÇOES DE PGTO *** */
.btn-load-opcoes-pagamento {
    color: #888888;
    font-weight: normal;
}
.btn-load-opcoes-pagamento i {
    font-size: inherit;
}


/* *** HEADER BTN CATEGORIAS *** */
.left-main-menu {
    width: 24%;
}
.left-main-menu .TT-panel-heading:after {
    color: var(--main-color-tx);
}
.main-category-list.left-main-menu .TT-panel-heading {
    color: var(--main-color-tx);
    background-color: transparent;
}
@media (min-width: 992px) {
    .main-category-list.left-main-menu .TT-panel-heading {
        padding: 10px 0;
    }
}

/* *** NEWSLETTER *** */
#dialog-normal .newletter-title h2 {
    color: var(--main-color-tx);
    text-transform: none;
}
#dialog-normal .newletter-title.newletter-title-dark .tt-title::before {
    background: rgba(0, 0, 0, 0) url(../img/sprite.png) repeat scroll -25px -681px;
}
@media(min-width:992px) {
    #dialog-normal .newletter-title .tt-title::before {
        width: 85px;
    }
}

/* *** FRETE GRATIS *** */
.div-content-frete-gratis {
    position: absolute;
    left: 0px;
    bottom: 15px;
    z-index: 1;
}
.product-images .div-content-frete-gratis {
    left: 6px;
    bottom: 35px;
}
.div-content-frete-gratis > .label {
    padding: 5px 12px;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    box-shadow: 2px 5px 10px #21252926;
}

/* *** LABEL OFF *** */
.div-content-off {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.product-images .div-content-off {
    top: 6px;
    right: 6px;
}
.div-content-off > .label {
    display: block;
    padding: 12px;
    font-size: 16px;
    box-shadow: -3px 3px 10px 3px #21252926;
    border-radius: 0 0 0 8px;
    text-transform: uppercase;
    background-color: var(--main-color);
}
.div-content-off > .label > span {
    font-size: 14px;
}


/* *** TABLE CART XS *** */
@media (max-width: 767px) {
    .cart-table-content .table-responsive {
        border: none;
        margin: 0;
    }
    .cart-table-item tbody tr {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }
    .cart-table-item tbody tr + tr {
        border-top: 1px solid #e5e5e5;
    }
    .cart-table-item tbody tr td {
        width: 100%;
        border: none;
        word-break: break-word;
        white-space: unset !important;
    }

    .cart-table-item tbody tr td.td-img,
    .cart-table-item tbody tr td.td-link {
        width: auto;
    }
    .cart-table-item tbody tr td.td-img img {
        max-width: 65px !important;
    }
    .cart-table-item tbody tr td.td-link {
        max-width: calc(100% - 65px - 16px);
    }

    .cart-table-item tbody tr td.td-off {
        margin: 0 0 8px 0;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        background-color: #d9edf7;
    }
    .cart-table-item tbody tr td.td-off small {
        font-size: 12px;
    }

    .cart-table-item tbody tr td.td-qtd {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3em;
    }
    .cart-table-item tbody tr td.td-qtd .input-group {
        margin: 0;
    }

    .cart-table-item tbody tr td .list-group-total > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1em;
    }
    .cart-table-item tbody tr td .list-group-total > li > div:last-of-type {
        color: #333;;
    }
}

/* *** TABLE FRETE XS *** */
@media (max-width: 767px) {
    .content-table-frete.table-responsive {
        border: none;
    }
    .content-table-frete tbody tr td:nth-child(1) {
        width: 50px;
    }
    .content-table-frete tbody tr td {
        word-break: break-word;
        white-space: unset !important;
    }
}