:root {
    --primary-color: #5e3318;
    --secondary-color: #1c3056;
    --tertiary-color: #3a879e;
}

[v-cloak] {
    display: none;
}

@font-face {
    font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
    src: url('../fonts/paltno.ttf');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif !important;
    font-weight: bold;
}

.header-bottom {
    background-color: var(--secondary-color) !important;
}

.category-dropdown>a {
    background: var(--primary-color) !important;
}

.footer-newsletter.bg-primary {
    background: var(--secondary-color) !important;
}

.footer .btn.btn-rounded {
    background: var(--tertiary-color) !important;
    border: 0;
    border-radius: 2px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--tertiary-color) !important;
}

.category .category-name>a:hover,
.text-secondary {
    color: var(--tertiary-color) !important;
}

.page-content .text-primary {
    color: var(--tertiary-color) !important;
}

.stage-item>svg {
    fill: var(--secondary-color) !important;
}

.btn-dark,
.btn-primary {
    background: var(--tertiary-color) !important;
    border: var(--tertiary-color) !important;
}

.btn-dark.filter-clean {
    background: #fff !important;
}

.header-left .main-nav>.menu>ul a,
.btn-dark.btn-outline {
    color: #fff !important;
}

.page-title,
.banner-subtitle,
.icon-box-primary .icon-box-icon i {
    color: var(--secondary-color) !important;
}

.log img {
    height: 100% !important;
    margin-top: -2.5rem;
/*     margin-bottom: -2.5rem; */
}

.collapse::after {
    display: none;
}

.padding-aboutus {
    justify-content: center;
}

.text-shadow-black {
    text-shadow: 0px 0px 4px #00000087;
}

.text-shadow-white {
    text-shadow: 0px 0px 1px #d0d0d0;
    font-weight: 600;
}

.banner-cat {
    filter: brightness(40%);
}

.menu-categorias {
    min-width: 25rem !important;
}

.category-bar{
    width: 90%;
    padding-left: 10%;
}

.btn-producto {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}

.product-single .product-qty-form{
    margin-bottom: 0;
}