.numerodtel {
    color: #e4492e;
}

/* Banner: altura padrao para todos os slides */
.banner-section .banner-carousel .slide-item {
    height: 760px;
    min-height: 760px;
}

.banner-section .banner-carousel .slide-item .auto-container {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Mantem uma altura consistente em telas menores */
@media (max-width: 1199px) {
    .banner-section .banner-carousel .slide-item {
        height: 680px;
        min-height: 680px;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-carousel .slide-item {
        height: 560px;
        min-height: 560px;
    }
}
/* GRUPOBAW como marca d’água no rodapé — conteúdo do footer por cima (z-index) */
.main-footer.footer-compact .footer-compact__upper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}
.main-footer.footer-compact .footer-compact__main {
    position: relative;
    z-index: 1;
}
.main-footer.footer-compact .footer-grupobaw-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 16px 4px;
    box-sizing: border-box;
}
.main-footer.footer-compact .footer-grupobaw-layer__text {
    margin: 0;
    font-size: clamp(2.75rem, 12.5vw, 7rem);
    line-height: 0.9;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: #212121;
    white-space: nowrap;
    user-select: none;
}
.main-footer.footer-compact .footer-grupobaw-layer__text span {
    font-weight: 400;
}
.main-footer.footer-compact .footer-grupobaw-layer__text strong {
    font-weight: 800;
    color: #212121;
}
/* Desktop: faixa 100vw centrada na viewport; texto ocupa quase toda a largura útil, visual centralizado */
@media screen and (min-width: 992px) {
    .main-footer.footer-compact .footer-grupobaw-layer {
        left: 50%;
        right: auto;
        width: 100vw;
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
        transform: translateX(-50%);
        padding: 0 0 4px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        box-sizing: border-box;
    }
    .main-footer.footer-compact .footer-grupobaw-layer__text {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        /* Sem padding lateral: leve folga só no cálculo (scrollbar / subpixel); divisor maior → frase um pouco mais estreita, cabe na viewport */
        font-size: clamp(1.6rem, calc((100vw - 12px) / 5.68), 28rem);
        line-height: 0.9;
        letter-spacing: 0.03em;
        transform: none;
    }
}
@media screen and (max-width: 575px) {
    .main-footer.footer-compact .footer-grupobaw-layer__text {
        font-size: clamp(2rem, 16vw, 3.25rem);
        white-space: normal;
        max-width: 100%;
    }
}

.scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: -120px;
    left: 50px;
    font-size: 16px;
    z-index: 99;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s ease;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top i {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
}

.whatsapp-fixo {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 999;
}

.whatsapp-fixo a {
    margin: 0;
}

.whatsapp-fixo svg {
    width: 50px;
    height: 50px;
    float: left;
}

@media (max-width: 600px) {
    .whatsapp-fixo svg {
        width: 40px;
        height: 40px;
    }

    .whatsapp-fixo .text-chamada p {
        padding: 10px 15px;
    }
}

@media (max-width: 400px) {
    .whatsapp-fixo {
        bottom: 10px;
        right: 10px;
    }

    .whatsapp-fixo svg {
        width: 35px;
        height: 35px;
    }
}

.news-section .row {
    gap: 30px 0;
}
.news-section .news-block-one,
.news-section .news-block-one .inner-box {
    height: 100%;
}
.news-section .news-block-one .image-box .image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.news-section .news-block-one .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---------- suporte.html: materiais (filtros + listagem) ---------- */
.baw-suporte-materiais {
    position: relative;
    border-top: 1px solid #dad9d7;
    background: #fff;
}
.baw-suporte-materiais .line-box {
    display: none;
}
.baw-suporte-materiais .auto-container {
    position: relative;
    z-index: 1;
}
.baw-suporte-materiais .line-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    pointer-events: none;
}
.baw-suporte-materiais .line-box .line {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d6d6d6;
}
.baw-suporte-materiais .line-box .line-1 {
    left: 0;
}
.baw-suporte-materiais .line-box .line-2 {
    left: 33.3334%;
}
.baw-suporte-materiais .line-box .line-3 {
    left: 66.666%;
}
.baw-suporte-materiais .line-box .line-4 {
    right: 0;
}
.baw-suporte-materiais__intro {
    padding-bottom: 42px;
    margin-bottom: 10px;
}
.baw-suporte-intro__sub {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #827e7d;
    letter-spacing: 0.04em;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 2px solid #e4492e;
}
.baw-suporte-intro h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
}
.baw-suporte-intro-right {
    padding-left: 24px;
}
.baw-suporte-intro-right p {
    margin: 0;
    color: #827e7d;
    line-height: 1.65;
}
.baw-suporte-materiais__layout {
    display: grid;
    grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}
.baw-suporte-materiais .sidebar {
    background: #f7f6f5;
    border: 1px solid #e8e6e4;
    padding: 28px 24px;
}
.baw-suporte-materiais .sidebar .baw-suporte-sidebar__bloco + .baw-suporte-sidebar__bloco {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d7d5d3;
}
.baw-suporte-materiais .sidebar h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    color: #1c1c1c;
    font-family: 'Monda', sans-serif;
}
.baw-suporte-materiais .sidebar .baw-suporte-sidebar__bloco ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.baw-suporte-materiais .sidebar li[data-filter] {
    position: relative;
    cursor: pointer;
    padding: 8px 0 8px 18px;
    color: #6b6866;
    line-height: 1.45;
    transition: color 0.2s ease;
}
.baw-suporte-materiais .sidebar li[data-filter]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d6d2cf;
    transition: background 0.2s ease;
}
.baw-suporte-materiais .sidebar li[data-filter]:hover {
    color: #e4492e;
}
.baw-suporte-materiais .sidebar li[data-filter].active {
    color: #1c1c1c;
    font-weight: 700;
}
.baw-suporte-materiais .sidebar li[data-filter].active::before {
    background: #e4492e;
}
.baw-suporte-materiais .content {
    padding: 0;
}
.baw-suporte-materiais .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.baw-suporte-materiais .card {
    position: relative;
    isolation: isolate;
    background: linear-gradient(180deg, #fbfbfb 0%, #f7f6f5 100%);
    border: 1px solid #e6e4e2;
    padding: 22px 18px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 196px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    transition:
        transform 0.24s ease,
        box-shadow 0.24s ease,
        border-color 0.24s ease,
        background-color 0.24s ease;
}
.baw-suporte-materiais .card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #e4492e;
    transform: scaleX(0.36);
    transform-origin: center;
    transition: transform 0.24s ease;
}
.baw-suporte-materiais .card::after {
    content: '\f105';
    font-family: 'flaticon';
    position: absolute;
    right: 14px;
    bottom: 12px;
    font-size: 12px;
    color: #b8b4b1;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.22s ease;
}
.baw-suporte-materiais .card:hover {
    transform: translateY(-4px);
    border-color: #d5d2cf;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}
.baw-suporte-materiais .card:hover::before {
    transform: scaleX(1);
}
.baw-suporte-materiais .card:hover::after {
    opacity: 1;
    transform: translateX(0);
}
.baw-suporte-materiais .icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #e8e5e3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition:
        border-color 0.24s ease,
        transform 0.24s ease,
        box-shadow 0.24s ease;
}
.baw-suporte-materiais .icon img {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    transition: transform 0.24s ease;
}
.baw-suporte-materiais .card:hover .icon {
    border-color: #e3d2cd;
    transform: translateY(-2px);
    box-shadow: 0 9px 18px rgba(228, 73, 46, 0.14);
}
.baw-suporte-materiais .card:hover .icon img {
    transform: scale(1.06);
}
.baw-suporte-materiais .card p {
    margin: 0;
    color: #2a2725;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    max-width: 90%;
}
@media (max-width: 1199px) {
    .baw-suporte-materiais .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .baw-suporte-intro h2 {
        font-size: 32px;
    }
    .baw-suporte-intro-right {
        padding-left: 0;
        padding-top: 22px;
    }
    .baw-suporte-materiais__layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
@media (max-width: 767px) {
    .baw-suporte-materiais .grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .baw-suporte-materiais .sidebar {
        padding: 20px 18px;
    }
    .baw-suporte-materiais .card {
        min-height: 0;
        padding: 16px;
    }
    .baw-suporte-materiais .icon {
        width: 68px;
        height: 68px;
        margin-bottom: 10px;
    }
    .baw-suporte-materiais .icon img {
        width: 36px;
        height: 36px;
    }
    .baw-suporte-materiais .card p {
        max-width: 100%;
    }
}

/* Produtos: barra de 3 categorias em float — garantir que a secção seguinte não encosta no fluxo errado */
.chooseus-style-two.baw-categorias-nav {
    display: flow-root;
}
.solucoes-section {
    clear: both;
}

/* Remove linhas decorativas herdadas que poluem o layout */
.chooseus-block-one .inner-box h3::before,
.chooseus-block-one .inner-box h3::after {
    content: none !important;
    display: none !important;
}

/* Barra de categorias (.baw-categorias-nav): ícone | linha | texto | traço laranja; ativo vs inativo */
.baw-categorias-nav {
    background: #f7f7f7 !important;
}
.baw-categorias-nav.border-top,
.baw-categorias-nav.border-bottom {
    border-color: #e5e5e5 !important;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one .inner-box .icon-box {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    color: #1c1c1c;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one.is-current .inner-box .icon-box {
    color: #e4492e;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one .inner-box h3 {
    padding: 18px 16px 6px;
    margin-bottom: 0;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one .inner-box h3 a {
    display: inline-block;
    padding: 0;
    color: #8f8f8f;
    font-weight: 400;
    transition: color 0.2s ease;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one.is-current .inner-box h3 a {
    color: #2a2a2a;
    font-weight: 700;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one .inner-box h3 a:hover {
    padding-left: 0;
    color: #e4492e;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one .inner-box h3 a i {
    display: none !important;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .baw-categorias-nav__bar {
    display: block;
    width: 44px;
    height: 4px;
    margin: 8px auto 0;
    background: #e4492e;
    border-radius: 1px;
}
.baw-categorias-nav:not(.baw-suporte-categorias-bar) .chooseus-block-one:not(.is-current) .baw-categorias-nav__bar {
    width: 34px;
    height: 3px;
    opacity: 0.5;
}
.baw-categorias-nav.chooseus-style-two.chooseus-three-items .chooseus-block-one .inner-box {
    gap: 0;
    padding-top: 48px;
    padding-bottom: 52px;
    border-right-color: #e8e8e8;
}
.baw-categorias-nav.chooseus-style-two.chooseus-three-items .chooseus-block-one:last-child .inner-box {
    border-right: none;
}

/* Suporte / Perguntas: barra principal */
.baw-suporte-categorias-bar {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    background: #f6f5f4 !important;
}
.baw-suporte-categorias-bar .outer-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.baw-suporte-categorias-bar .chooseus-block-one {
    float: none;
    width: auto;
}
.baw-suporte-categorias-bar .chooseus-block-one .inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 158px;
    padding: 24px 20px;
    border-right: 1px solid #e3e1df;
    background: transparent;
    transition: background-color 0.25s ease;
}
.baw-suporte-categorias-bar .chooseus-block-one:last-child .inner-box {
    border-right: none;
}
.baw-suporte-categorias-bar .chooseus-block-one .inner-box .icon-box {
    font-size: 48px;
    line-height: 1;
    margin: 0 0 14px;
    padding: 0;
    border: none;
    color: #2b2b2b;
}
.baw-suporte-categorias-bar .chooseus-block-one .inner-box h3 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 1;
}
.baw-suporte-categorias-bar .chooseus-block-one .inner-box h3:before,
.baw-suporte-categorias-bar .chooseus-block-one .inner-box h3:after {
    display: none;
}
.baw-suporte-categorias-bar .chooseus-block-one .inner-box h3 a {
    display: inline-block;
    padding: 0;
    font-size: 31px;
    line-height: 1;
    font-weight: 500;
    color: #8f8f8f;
    transition: color 0.2s ease;
}
.baw-suporte-categorias-bar .chooseus-block-one .inner-box h3 a:hover {
    padding-left: 0;
    color: #e4492e;
}
.baw-suporte-categorias-bar .chooseus-block-one .inner-box h3 a i {
    display: none !important;
}
.baw-suporte-categorias-bar .baw-categorias-nav__bar {
    display: block;
    width: 34px;
    height: 3px;
    margin: 10px auto 0;
    background: #e4492e;
    border-radius: 2px;
    opacity: 0.4;
}
.baw-suporte-categorias-bar .chooseus-block-one.is-current .inner-box {
    background: #efeeed;
}
.baw-suporte-categorias-bar .chooseus-block-one.is-current .inner-box .icon-box {
    color: #e4492e;
}
.baw-suporte-categorias-bar .chooseus-block-one.is-current .inner-box h3 a {
    color: #242424;
    font-weight: 700;
}
.baw-suporte-categorias-bar .chooseus-block-one.is-current .baw-categorias-nav__bar {
    width: 44px;
    height: 4px;
    opacity: 1;
}

.baw-suporte-materiais {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
    .baw-suporte-categorias-bar .outer-container {
        grid-template-columns: 1fr;
    }
    .baw-suporte-categorias-bar .chooseus-block-one .inner-box {
        min-height: 122px;
        border-right: none;
        border-bottom: 1px solid #dfdddb;
        padding: 20px 16px;
    }
    .baw-suporte-categorias-bar .chooseus-block-one:last-child .inner-box {
        border-bottom: none;
    }
    .baw-suporte-categorias-bar .chooseus-block-one .inner-box .icon-box {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .baw-suporte-categorias-bar .chooseus-block-one .inner-box h3 a {
        font-size: 25px;
    }

    .baw-suporte-materiais {
        padding-top: 28px;
    }
}

/** shop-page-section **/

.shop-page-section {
    position: relative;
    padding: 114px 0px 120px 0px;
}

.default-sidebar {
    position: relative;
    display: block;
}

.default-sidebar .search-widget {
    position: relative;
    margin-bottom: 40px;
}

.default-sidebar .search-form .form-group {
    position: relative;
    margin: 0px;
}

.default-sidebar .search-form .form-group:before {
    position: absolute;
    content: '';
    background: #e2e2e2;
    width: 1px;
    height: 40px;
    left: 0px;
    bottom: 0px;
}

.default-sidebar .search-form .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 17px;
    color: #827e7d;
    padding-left: 20px;
    padding-right: 30px;
    transition: all 500ms ease;
}

.default-sidebar .search-form .form-group button[type='submit'] {
    position: absolute;
    top: 24px;
    right: 0px;
    font-size: 20px;
    color: #232323;
    cursor: pointer;
    transition: all 500ms ease;
}

.default-sidebar .search-form .form-group input:focus + button,
.default-sidebar .search-form .form-group button:hover {
}

.default-sidebar .sidebar-widget {
    position: relative;
    display: block;
    border: 1px solid #e2e2e2;
    padding-left: 30px;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.default-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    padding: 21px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.default-sidebar .widget-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.default-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 18px 0px 17px 0px;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 30px;
}

.default-sidebar .category-widget .category-list li:last-child {
    border-bottom: none;
}

.default-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
}

.default-sidebar .category-widget .category-list li a span {
    position: relative;
    float: right;
    color: #a9a6a5;
    transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li a:hover {
}

.default-sidebar .category-widget .category-list li a:hover span {
}

.default-sidebar .category-widget .category-list li a span:before {
    position: absolute;
    content: '';
    background: #e2e2e2;
    width: 1px;
    height: 35px;
    left: -29px;
    top: -17px;
    transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li a:hover span:before {
    opacity: 0;
}

.shop-sidebar {
    margin-right: 20px;
}

.default-sidebar .category-widget .category-list li a span:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    left: -94px;
    top: 11px;
    opacity: 0;
    transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li a:hover span:after {
    opacity: 1;
}

.shop-sidebar .filter-widget .range-slider {
    padding-right: 30px;
    padding-top: 34px;
}

.range-slider .price-range-slider {
    margin-bottom: 18px;
}

.range-slider .input {
    position: relative;
    padding-left: 10px;
    float: right;
    width: 80px;
}

.range-slider .input:before {
    position: absolute;
    content: '$';
    left: 0px;
    top: 0px;
}

.range-slider .input:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 100px;
    height: 100%;
    left: -61px;
    top: 0px;
}

.range-slider .input input {
    background: none;
    font-size: 17px;
    color: #827e7d;
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    background: #dfe4e6;
    border-radius: 0px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
    border-radius: 0px;
}

.range-slider .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    margin-left: 0px;
    border-radius: 0px;
}

.shop-sidebar .filter-widget .range-slider .price-range p {
    position: relative;
    float: left;
    color: #827e7d;
}

.shop-sidebar .filter-widget .filter-btn button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Monda', sans-serif;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 11px;
    transition: all 500ms ease;
}

.shop-sidebar .filter-widget {
    padding-bottom: 29px;
}

.shop-sidebar .filter-widget .filter-btn button:hover {
}

.shop-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding: 0px 0px 23px 90px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 106px;
}

.shop-sidebar .post-widget .post:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.shop-sidebar .post-widget .post .thumb-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 70px;
    border: 1px solid #e2e2e2;
}

.shop-sidebar .post-widget .post h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}

.shop-sidebar .post-widget .post h6 a {
    display: inline-block;
    color: #1c1c1c;
}

.shop-sidebar .post-widget .post h6 a:hover {
}

.shop-sidebar {
    margin-top: -18px;
}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
}

.shop-sidebar .post-widget .widget-title {
    margin-bottom: 26px;
}

.our-shop .item-shorting .short-box {
    position: relative;
    display: flex;
    align-items: center;
}

.our-shop .item-shorting .short-box p {
    margin-right: 5px;
}

.our-shop .item-shorting .short-box .nice-select {
    font-size: 17px;
    color: #1c1c1c;
    text-transform: capitalize;
    padding-right: 50px;
    font-weight: 400;
}

.our-shop .item-shorting .short-box .nice-select:after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #a9a6a5;
    border-right: 2px solid #a9a6a5;
    right: 3px;
}

.our-shop .item-shorting .short-box .nice-select .list {
    min-width: 150px;
}

.our-shop .item-shorting {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.shop-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.shop-block-one .inner-box .image-box {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 354px;
    align-items: center;
    justify-content: center;
}

.shop-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #e2e2e2;
    width: calc(100% - 30px);
    height: 1px;
    right: 0px;
    bottom: 0px;
}

.shop-block-one .inner-box .image-box .offer-box {
    position: absolute;
    top: 4px;
    right: 4px;
}

.shop-block-one .inner-box .image-box .offer-box .discount {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Monda', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 9px;
}

.shop-block-one .inner-box .image-box .offer-box .sale {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Monda', sans-serif;
    color: #fff;
    background: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 9px;
}

.shop-block-one .inner-box .image-box h5 {
    position: absolute;
    left: 0px;
    bottom: 14px;
    width: 100%;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.shop-block-one .inner-box .image-box h5 del {
    color: #a9a6a5;
    margin-left: 10px;
}

.shop-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    margin-top: -18px;
}

.shop-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 22px 20px 21px 30px;
}

.shop-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}

.shop-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: #1c1c1c;
}

.shop-block-one .inner-box .lower-content h4 a:hover {
}

.shop-block-one .inner-box .lower-content .review-box {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-block-one .inner-box .lower-content .review-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #f59845;
    margin-right: 5px;
}

.shop-block-one .inner-box .lower-content .review-box .rating li:last-child {
    margin-right: 10px;
}

.shop-block-one .inner-box .lower-content .review-box a {
    position: relative;
    display: inline-block;
    color: #827e7d;
    font-size: 15px;
}

.shop-block-one .inner-box .lower-content .review-box a:hover {
}

/** shop-details **/

.shop-details {
    position: relative;
    padding: 120px 0px;
}

.shop-details-content {
    position: relative;
    display: block;
}

.shop-details-content .bxslider .image-box {
    position: relative;
    display: flex;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    min-height: 530px;
    margin-bottom: 12px;
    border: 1px solid #e2e2e2;
}

.shop-details-content .bxslider .image-box img {
    width: 100%;
}

.shop-details-content .bxslider .thumb-box li {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 126px;
    height: 126px;
}

.shop-details-content .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.shop-details-content .bxslider .thumb-box li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    width: 126px;
    height: 126px;
}

.shop-details-content .bxslider .thumb-box li a.active {
}

.shop-details-content .content-box {
    position: relative;
    display: block;
}

.shop-details-content .content-box .rating-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.shop-details-content .content-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #f59845;
    margin-right: 2px;
}

.shop-details-content .content-box .rating-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #827e7d;
    margin-left: 5px;
}

.shop-details-content .content-box .rating-box a:hover {
}

.shop-details-content .content-box .othre-options h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px;
}

.shop-details-content .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 146px;
    width: 100%;
    float: left;
    padding: 0px 45px;
}

.shop-details-content .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.shop-details-content .item-quantity input.quantity-spinner {
    line-height: 56px;
    height: 54px;
    width: 54px !important;
    padding: 0px !important;
    box-shadow: none !important;
    font-family: 'Monda', sans-serif;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
    border: 1px solid #e2e2e2;
    background-color: #f3f1f1;
    border-radius: 0px;
}

Empresa.html .empresa {
    color: #e4492e;
}

.shop-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.shop-block-one .inner-box .image-box {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 354px;
    align-items: center;
    justify-content: center;
}

.shop-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #e2e2e2;
    width: calc(100% - 30px);
    height: 1px;
    right: 0px;
    bottom: 0px;
}

.shop-block-one .inner-box .image-box .offer-box {
    position: absolute;
    top: 4px;
    right: 4px;
}

.shop-block-one .inner-box .image-box .offer-box .discount {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Monda', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 9px;
}

.shop-block-one .inner-box .image-box .offer-box .sale {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Monda', sans-serif;
    color: #fff;
    background: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 9px;
}

.shop-block-one .inner-box .image-box h5 {
    position: absolute;
    left: 0px;
    bottom: 14px;
    width: 100%;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.shop-block-one .inner-box .image-box h5 del {
    color: #a9a6a5;
    margin-left: 10px;
}

.shop-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    margin-top: -18px;
}

.shop-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 22px 20px 21px 30px;
}

.shop-block-one .inner-box .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}

.shop-block-one .inner-box .lower-content h4 a {
    display: inline-block;
    color: #1c1c1c;
}

.shop-block-one .inner-box .lower-content h4 a:hover {
}

.shop-block-one .inner-box .lower-content .review-box {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-block-one .inner-box .lower-content .review-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #f59845;
    margin-right: 5px;
}

.shop-block-one .inner-box .lower-content .review-box .rating li:last-child {
    margin-right: 10px;
}

.shop-block-one .inner-box .lower-content .review-box a {
    position: relative;
    display: inline-block;
    color: #827e7d;
    font-size: 15px;
}

.shop-block-one .inner-box .lower-content .review-box a:hover {
}

/** shop-details **/

.shop-details {
    position: relative;
    padding: 120px 0px;
}

.shop-details-content {
    position: relative;
    display: block;
}

.shop-details-content .bxslider .image-box {
    position: relative;
    display: flex;
    margin-right: 30px;
    align-items: center;
    justify-content: center;
    min-height: 530px;
    margin-bottom: 12px;
    border: 1px solid #e2e2e2;
}

.shop-details-content .bxslider .image-box img {
    width: 100%;
}

.shop-details-content .bxslider .thumb-box li {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 126px;
    height: 126px;
}

.shop-details-content .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.shop-details-content .bxslider .thumb-box li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    width: 126px;
    height: 126px;
}

.shop-details-content .bxslider .thumb-box li a.active {
}

.shop-details-content .content-box {
    position: relative;
    display: block;
}

.shop-details-content .content-box .rating-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.shop-details-content .content-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #f59845;
    margin-right: 2px;
}

.shop-details-content .content-box .rating-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #827e7d;
    margin-left: 5px;
}

.shop-details-content .content-box .rating-box a:hover {
}

.shop-details-content .content-box .othre-options h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px;
}

.shop-details-content .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 146px;
    width: 100%;
    float: left;
    padding: 0px 45px;
}

.shop-details-content .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.shop-details-content .item-quantity input.quantity-spinner {
    line-height: 56px;
    height: 54px;
    width: 54px !important;
    padding: 0px !important;
    box-shadow: none !important;
    font-family: 'Monda', sans-serif;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
    border: 1px solid #e2e2e2;
    background-color: #f3f1f1;
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 54px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    left: -45px;
    top: -54px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 54px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    right: -45px;
    top: -54px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {
    content: '\f10c';
    font-family: 'flaticon';
    font-size: 12px;
    color: #a9a6a5;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {
    content: '\f10c';
    font-family: 'flaticon';
    font-size: 12px;
    color: #a9a6a5;
    display: inline-block;
    transform: rotate(180deg);
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    display: none;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.shop-details-content .content-box .othre-options .theme-btn {
    padding: 15px 30px;
}

.shop-details-content .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.shop-details-content .content-box h3 del {
    color: #a9a6a5;
    margin-left: 15px;
}

.shop-details-content .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 17px;
}

.shop-details-content .content-box p {
    display: block;
    margin-bottom: 27px;
}

.shop-details-content .content-box .product-highlights {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 37px;
    border-bottom: 1px solid #e2e2e2;
}

.shop-details-content .content-box .product-highlights li {
    position: relative;
    display: block;
    padding-left: 180px;
    margin-bottom: 12px;
}

.shop-details-content .content-box .product-highlights li:last-child {
    margin-bottom: 0px;
}

.shop-details-content .content-box .product-highlights li h5 {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.shop-details-content .content-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.shop-details-content .content-box .othre-options {
    position: relative;
    display: block;
    margin-bottom: 41px;
}

.shop-details-content .content-box .othre-options .item-quantity,
.shop-details-content .content-box .othre-options .cart-box,
.shop-details-content .content-box .othre-options .like-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.shop-details-content .content-box .othre-options .like-box {
    margin-right: 0px;
}

.shop-details-content .content-box .othre-options .like-box a {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 60px;
    font-size: 20px;
    background-color: #f3f1f1;
    border: 1px solid #e2e2e2;
    text-align: center;
}

.shop-details-content .content-box .othre-options .like-box a:hover {
    color: #fff;
}

.shop-details-content .content-box .share-option .share-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.shop-details-content .content-box .share-option .share-links li:last-child {
    margin: 0px !important;
}

.shop-details-content .content-box .share-option .share-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    background: #3b5998;
    color: #fff;
}

.shop-details-content .content-box .share-option .share-links li:nth-child(2) a {
    background: #55acee;
}

.shop-details-content .content-box .share-option .share-links li:nth-child(3) a {
    background: #0071bc;
}

.shop-details-content .content-box .share-option .share-links li:last-child a {
    background: #cd201f;
}

.shop-details-content {
    margin-bottom: 120px;
}

.shop-details-content .content-box {
    margin-top: -6px;
}

.shop-details .product-discription {
    position: relative;
    display: block;
}

.shop-details .product-discription .tabs-content .text p {
    margin-bottom: 15px;
}

.shop-details .product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.shop-details .product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.shop-details .product-discription .tab-btn-box:before {
    position: absolute;
    content: '';
    background-color: #e2e2e2;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.shop-details .product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    color: #a9a6a5;
    text-align: center;
    padding: 13px 27px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    margin: 0px 8.5px;
    transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn {
}

.shop-details .product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f3f1f1;
    border: 1px solid #e2e2e2;
    padding: 32px 30px 32px 125px;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    width: 70px;
    height: 70px;
}

.shop-details .product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
}

.shop-details .product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.shop-details .product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #f59845;
}

.shop-details .product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .single-comment-box .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
}

.shop-details .product-discription .single-comment-box .inner-box h4 span {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
}

.shop-details .product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.shop-details .product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 52px 60px 60px 60px;
    border: 1px solid #e6ebed;
}

.shop-details .product-discription .comment-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 9px;
}

.shop-details .product-discription .comment-box p {
    margin-bottom: 24px;
}

.shop-details .product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shop-details .product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.shop-details .product-discription .comment-box .form-group input[type='text'],
.shop-details .product-discription .comment-box .form-group input[type='email'],
.shop-details .product-discription .comment-box .form-group textarea {
    position: relative;
    width: 100%;
    height: 58px;
    border: 1px solid #e6ebed;
    font-size: 18px;
    color: #707582;
    padding: 10px 20px;
    color: #7c8083;
    transition: all 500ms ease;
}

.shop-details .product-discription .comment-box .form-group textarea {
    height: 120px;
    resize: none;
}

.shop-details .product-discription .comment-box .form-group input:focus,
.shop-details .product-discription .comment-box .form-group textarea:focus {
}

.shop-details .product-discription .comment-box .review-box h6,
.shop-details .product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

.shop-details .product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #f59845;
}

.shop-details .product-discription .comment-box .review-box .rating li:last-child {
    margin: 0px !important;
}

.shop-details .product-discription .comment-box .review-box h6 {
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.shop-details .product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
    margin-top: 8px;
}

.shop-details .related-product .shop-block-one .inner-box {
    margin-bottom: 0px;
}

.custom-controls-stacked {
    position: relative;
}

.shop-details .custom-controls-stacked {
    margin-bottom: 25px;
    margin-top: 10px;
}
