/* ================= */
/*      OVERRIDE     */
/* ================= */
:root {
    --primary-color: #e13725;
    --secondary-color: #3d4749;
    --text-color: #333;
    --border-color: #e1382532;
    --muted-color: #6c757d;
    --gray-color: #e7e7e7;
    /* --navbar-bg-color: #fff;
    --navbar-link-color: #333;
    --navbar-link-hover-color: #e13725;
    --navbar-dropdown-bg-color: #fff;
    --navbar-dropdown-link-color: #333;
    --navbar-dropdown-link-hover-color: #e13725;
    --navbar-search-bg-color: #e1382535;
    --navbar-search-input-color: #fff;
    --navbar-search-input-hover-color: #e13725;
    --navbar-search-icon-color: #fff;
    --navbar-search-icon-hover-color: #e13725;
    --navbar-toggle-icon-color: #333; */
}
.page-item .active, .page-item.active .page-link
{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.pz-gray-text {
    color: var(--secondary-color);
}
.pz-primary-text {
    color: var(--primary-color);
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    /* background: #f8f9fa;
    overflow-x: hidden; */
}
#scrollUp{
    background-color: var(--primary-color);
}
a {
    color: var(--text-color);
}

a:hover {
    color: var(--primary-color);
}

.header .main-menu li a {
    color: #333;
}

.header .main-menu li a:hover {
    color: #e13725;
}

.header .main-header .header-left .header-search .box-header-search {
    /* border-color: #e1382535; */
    border-color: #DDE4F0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
}

.header .main-header .header-left .header-shop .icon-list {
    color: var(--primary-color);
}

.btn.btn-category {
    background: var(--primary-color);
    /* color: #fff;
    border: 1px solid #e13725; */
}

.menu-texts li a,
.dropdown .sidebar-left .menu-texts li .sub-menu li a {
    color: var(--text-color);
}

.menu-texts li a .text-link:hover,
.menu-texts li a .text-link:active,
.menu-texts li a:hover,
.menu-texts li.has-children:hover,
.menu-texts>li.has-children>a.active,
a:hover span {
    color: var(--primary-color) !important;
}

.dropdown .sidebar-left .menu-texts li a .img-link i {
    color: var(--primary-color);
}

.header .main-header .header-left .header-shop .icon-account,
.header .main-header .header-left .header-shop .icon-compare {
    /* Remova a linha de background-image */
    /* background-image: url(../imgs/template/account.svg); */
    position: relative;
    /* Para posicionar o pseudo-elemento */
    display: inline-block;
    width: 24px;
    /* Ajuste o tamanho conforme necessário */
    height: 24px;
    background-image: none;
    margin-right: 40px;
    padding-left: 40px;
    color: #333;
}

.header .main-header .header-left .header-shop .icon-account::before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    padding-right: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .main-header .header-left .header-shop .icon-compare::before {
    content: "\f02e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .main-header .header-left .header-shop .icon-list:hover {
    color: var(--primary-color) !important;
}

@media (max-width: 1550px) {
    .header .main-header .header-left .header-shop .icon-account {
        margin-right: 20px;
    }

    .header .main-header .header-left .header-shop .icon-list {
        padding: 0px 18px 0px 18px;
        width: 25px;
        height: 25px;
    }

    .header .main-header .header-left .header-shop .icon-account,
    .header .main-header .header-left .header-shop .icon-compare {
        margin-right: 10px;
    }
}

/* Menu mobile */
.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
    background-color: #e1382581;
}

.menu-mobile .font-heading,
.mobile-account ul li a,
.font-heading,
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    color: var(--text-color);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
    color: var(--primary-color);
}

.user-name .text-brand,
.mobile-account ul li a:hover,
.mobile-account ul li:hover {
    color: var(--primary-color) !important;
}

.mobile-account ul.mobile-menu {
    columns: unset;
    -webkit-columns: unset;
}

.nav-tabs li a {
    color: #333;
}

.nav-tabs li a.active {
    color: #e13725;
}

.box-sidebar .head {
    background-color: var(--primary-color);
}

.sidebar-border,
.sidebar-border .content-slider {
    /* border: 1px solid #e1382532; */
    border: 1px solid #DDE4F0 !important;
}

.bg-brand-2 {
    background-color: var(--primary-color) !important;
}

a.color-brand-3,
.color-brand-3 {
    color: var(--text-color) !important;
}

a.btn.btn-cart {
    color: var(--primary-color) !important;
    border: 1px solid #e13825d1 !important;
}

.btn.btn-cart:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.box-newsletter {
    background: var(--secondary-color) url(../demo/assets/imgs/template/bg-newsletter.svg) no-repeat right 10px bottom 10px;
}

.btn.btn-brand-2 {
    background: var(--primary-color);
    /* color: #fff !important; */
}

.btn.btn-brand-2:hover {
    background: #e13825e2;
}

.box-newsletter .color-warning {
    color: var(--primary-color);
}

/* Footer */
.footer-1 {
    background-color: #ffffff !important;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.footer .menu-footer li a {
    color: var(--text-color);
}

.footer .menu-footer li a:hover {
    color: var(--primary-color);
}

.menu-footer strong i {
    color: var(--primary-color);
    margin-right: 10px;
}

.menu-bottom li a {
    color: var(--text-color);
}

.menu-bottom li a:hover {
    color: var(--primary-color);
}

.footer-bottom span {
    color: var(--text-color) !important;
}

.menu-footer .icon-socials {
    font-size: 16px;
    width: 40px;
    height: 40px;
    color: var(--text-color) !important;
    border: 1px solid #e1382532;
    border-radius: 50%;
    padding: 10px 10px;
    text-align: center;
}

.menu-footer .icon-socials:hover {
    background: #e1382536;
    /* color: #fff !important; */
}

.menu-footer .icon-socials:hover i {
    color: var(--primary-color) !important;
}

/* End footer */
.comment-customers {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
}



.comment-customers .user-comment {
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    /* margin-bottom: 10px; */
}

.comment-customers .user-comment .user-img {
    width: 50px;
    min-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-customers .user-comment .user-img img {
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.comment-customers .comment-item .comment-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* CUSTOMERS FEEDBACK */
.card-hover {
    border: 1px solid #e5e5e5 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    /* transform: scale(1.0003); */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.card-shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.quote-icon {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 20px;
    opacity: 0.2;
    color: #e13725;
}

.fade-in {
    animation: fadeIn .3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.swiper-button-prev,
.swiper-button-next {
    color: #4B0082;
    width: 40px;
    height: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    background: #4B0082;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.process-section {
    /* padding: 60px 0; */
    /* background: #f8f9fa; */
}

/* PROCESS */

.process-wrapper {
    display: flex;
    gap: 30px;
}

.menu-list {
    width: 60%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.menu-item {
    border-radius: 8px;
    padding: 15px 0px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
}

/* .menu-item::after {
    content: '';
    position: absolute;
    width: 2px; 
    background: #767676; 
    height: 30px; 
    left: 25px; 
    top: 90%; 
    z-index: -1; 
} */
/* .menu-item:last-child::after {
    height: 0;
} */
.menu-item .icon {
    padding: 10px;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    transition: all 0.3s ease, background 0.5s ease;
}

.menu-item .text h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.3s ease, background 0.3s ease;
    opacity: 0.6;
}

.menu-item .text p {
    color: #767676;
    display: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    max-width: 550px;
    margin-top: 12px;
}

.menu-item .icon i {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.menu-item:hover {
    /* background: #4B0082; */
    /* color: #fff; */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.menu-item:hover .icon {
    background: #e1382536 !important;
    color: #333 !important;
    border: none;
    align-items: center;
    /* padding: 20px; */
    animation: spinAndScale 0.5s ease forwards;
}

@keyframes spinAndScale {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(10deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.menu-item:hover .icon i {
    color: #e13825 !important;
    font-size: 1.75rem;
}

.menu-item:hover .text h5 {
    color: #333;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px;
    opacity: 1;
}

.menu-item:hover .text p {
    display: block;
}

.menu-item.active {
    /* background: #4B0082; */
    /* color: #fff; */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.menu-item.active .text h5 {
    color: #333;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    opacity: 1;
}

.menu-item.active .text p {
    display: block;
}

.menu-item.active .icon i {
    color: #e13825 !important;
    font-size: 1.75rem;
}

.menu-item.active .icon {
    background: #e1382536 !important;
    color: #333 !important;
    border: none;
    padding: 20px;
}

.content-area {
    width: 40%;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    min-height: 300px;
}

.content-area img {
    width: 100%;
    /* max-width: 500px; */
    box-sizing: border-box;
}

.content-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.content-item.active {
    display: block;
    opacity: 1;
}

.content-item h3 {
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.content-item p {
    color: #6c757d;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .process-wrapper {
        flex-direction: column;
    }

    .menu-list,
    .content-area {
        width: 100%;
    }

    .content-area {
        margin-top: 20px;
    }

    .menu-item {
        text-align: center;
    }
}

/* HERO */
.hero-section {
    background: linear-gradient(135deg, #e13725 0%, #3d4749 100%);
    color: #fff;
    /* padding: 50px 0; */
    position: relative;
    overflow: hidden;
}

.hero-section .hero-logo {
    position: absolute;
    top: 10px;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.hero-section .hero-logo img {
    max-width: 200px;
    height: auto;
}

.hero-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    background: url('../demo/assets/imgs/page/homepage5/banner\ promozone_logoless.png') no-repeat center/cover;
    /* background: url('../images/banner/banner_promozone_2.png') no-repeat center/cover; */
    background-blend-mode: overlay;
    /* background-color: rgba(0, 0, 0, 0.2); */
    /* background-color: linear-gradient(135deg, #e13725 0%, #3d4749 100%); */
}

.hero-section .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.2) 100%);

    /* background: linear-gradient(135deg, #e138252e 0%, #ffffffbb 100%); */
}

.hero-content {
    /* text-align: center; */
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 20px;
    margin: 20px 0 30px;
    opacity: 0.9;
    line-height: 28px;
}

.hero-btn {
    background: #fff;
    color: #e13725;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #e13725;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-img {
    max-width: 80%;
    height: auto;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.hero-section .swiper-button-prev,
.swiper-button-next {
    color: #fff;
    width: 40px;
    height: 40px;
}

.hero-section .swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

.hero-section .swiper-pagination-bullet {
    background: #e13725;
    opacity: 0.5;
}

.hero-section .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-section .swiper-slide {
        min-height: 400px;
        flex-direction: column;
    }

    .hero-img {
        max-width: 60%;
    }
}

/*STATISTICS  */
.stats-section {
    padding: 60px 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1200px; */
    margin: 0 auto;
    flex-wrap: wrap;
}

.stats-text {
    flex: 1;
    min-width: 300px;
    padding-right: 50px;
}

.stats-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.stats-text p {
    font-size: 1rem;
    line-height: 18px;
    color: #666;
    margin: 10px 0 0;
}

.stats-numbers {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    min-width: 300px;
}

.stats-item {
    /* text-align: center; */
    padding: 10px;
    border-left: 4px solid #ddd;
    /* background: #f9f9f9; */
    border-radius: 2px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-item span.number {
    font-size: 2rem;
    font-weight: 700;
    color: #e13725;
    display: block;
    margin-bottom: 5px;
}

.stats-item span.label {
    position: relative !important;
    background-color: transparent !important;
    left: 0 !important;
    padding: 0 !important;
    font-size: 1rem;
    line-height: 18px;
    color: #666;
    display: block;
}

@media (max-width: 768px) {
    .stats-section {
        flex-direction: column;
        text-align: center;
    }

    .stats-text,
    .stats-numbers {
        width: 100%;
        margin-bottom: 20px;
    }

    .stats-numbers {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stats-item {
        border-left: none;
        border-top: 4px solid #e13725;
    }
}

/* PRODUCT */
.card-grid-inner {
    border: 1px solid #D5DFE4;
}
.card-grid-inner:hover {
    border: 1px solid var(--border-color) !important;
}

.price-line {
    color: #6c757d;
}

.info-right a.color-brand-3:hover,
.card-grid-style-3 .card-grid-inner .info-right a:hover {
    color: var(--primary-color) !important;
}

/* BLOG */
.card-grid-style-1 .tag-dot {
    background: #6c757d;
    color: #fff;
}

/* STORE */
.card-vendor {
    /* border: 1px solid var(--border-color) !important; */
}

.btn.btn-gray {
    background-color: #F0F3F8;
    color: var(--secondary-color);
}

.btn.btn-gray:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.location,
.phone {
    background-image: none;
    color: var(--secondary-color) !important;
    padding-left: 0;
}
.location i,
.phone i
{
    margin-right: 10px;
}



.store-card {
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid var(--gray-color) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.store-card:hover {
    transform: translateY(-5px);
}

.store-header {
    padding: 10px 20px;
}

.store-line {
    display: flex !important;
    border-bottom: 1px solid var(--gray-color);
    /* border-bottom: 1px solid var(--border-color) !important; */
}

.store-img {
    padding: 10px 0px;
    width: 50%;
    display: flex;
    flex-direction: column;
    object-fit: contain;
}

.store-img span {
    margin-top: 5px;
}

.store-img img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

.store-right {
    width: 50%;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.store-right span {
    font-size: 13px;
    padding: 2px 4px;
    margin-bottom: 10px;
}

.store-right .store-bange {
    border-radius: 4px;
    /* background: var(--border-color); */
    background-color: #e7e7e7;
}

.store-body {
    padding: 5px 20px 20px 20px;
    /* padding-top: 5px; */
    text-align: center;
}

.store-title {
    font-size: 1.075rem;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--text-color);
}

.store-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.store-btn {
    background: #e13725;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.store-btn:hover {
    background: #b82e1f;
    color: #fff;
}

.list-nav-arrow li a {
    color: var(--text-color);
}

.list-nav-arrow li a:hover {
    color: var(--primary-color);
}

.list-nav-arrow li a .number {
    color: var(--text-color);
    background-color: #e7e7e7;
}

.list-nav-arrow li a:hover .number {
    background-color: var(--primary-color);
    color: #fff !important;
}

.pagination li a:hover,
.pagination li a.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pagination li a {
    color: var(--primary-color);
    border: 1px solid var(--border-color);
}

.btn.btn-buy {
    background-color: var(--primary-color);
    border: 1px solid var(--border-color);
}

.btn.btn-buy:hover {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.link-see-more {
    color: var(--primary-color);
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: var(--primary-color);
    background-color: var(--border-color);
}

.dropdown-item {
    color: var(--text-color);
}
.box-info-vendor .avarta img
{
    width: 100%;
    height: 40px;
    /* height: 60px; */
    /* height: 100%; */
    /* border-radius: 50%; */
}
.box-featured-product {
    background-color: #f8f9fa;
}

/*  */
.guarantee-section {
    position: relative;
    /* padding: 100px 0; */
    color: #fff;
    /* text-align: center; */
    /* background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c'); */
    background-image: url('../images/banner/pexels-jack-sparrow-4199490.jpg');
    background-size: cover;
    background-position: top;
    min-height: 550px;
  }

  .overlay {
    padding: 120px 0;
    width: 100%;
    height: 100%;
    background-color: #3119117f;
    display: flex;
    flex-direction: column;
    
  }

  .guarantee-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: start;
  }

  .guarantee-section p {
    font-size: 18px;
    line-height: 1.5;
    opacity: 0.9;
  }

  .guarantee-cards {
    display: flex;
    width: 100%;
    gap: 50px;
  }

  .guarantee-card {
    padding: 30px;
    flex: 1; 
    border-radius: 10px;
    color: #fff;
    backdrop-filter: blur(30px);
  }

  .guarantee-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
  }

  .guarantee-card p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
  }
  .guarantee-card ul {
    list-style-type: disc; /* Bullets redondos */
    padding-left: 20px; /* Espaço para os marcadores */
    font-size: 16px;
    line-height: 1.6;
  }

  .guarantee-card li {
    margin-bottom: 10px; /* Espaçamento entre itens */
  }

  /* Responsividade */
  @media (max-width: 768px) {
    .guarantee-cards {
      flex-direction: column;
      padding: 0 20px;
    }

    .guarantee-card {
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .guarantee-card:last-child {
      border-bottom: none;
    }
  }

  /* FORM */
  .form-control::-webkit-input-placeholder {
    color: #6c757d !important;

}

.form-control::-moz-placeholder {
    color: #6c757d !important;

}

.form-control::placeholder {
    color: #6c757d !important;

}