:root {
    --primary-color: #6F4999;
}

a {
    color: var(--color-secondary)
}

a:hover {
    color: var(--color-primary)
}

.custom-color-text-sample {
    color: var(--text-light) !important;
}

.custom-color-text-light {
    color: var(--text-light) !important;
}

.custom-color-text-dark {
    color: var(--text-dark) !important;
}

.custom-color-link-sample,
.custom-color-link-light,
.custom-color-link-dark {
    text-decoration: underline;
}

.custom-color-link-sample {
    color: var(--text-light) !important;
}

.custom-color-link-sample:hover {
    color: var(--grey-light) !important;
}

.custom-color-link-light {
    color: var(--text-light) !important;
}

.custom-color-link-light:hover {
    color: var(--grey-light) !important;
}

.custom-color-link-dark {
    color: var(--text-dark) !important;
}

.custom-color-link-dark:hover {
    color: var(--grey-dark) !important;
}

.custom-color-background-sample, .custom-color-background-sample:before{
    background: var(--color-primary) !important;
}

.custom-color-background-sample-darker, .custom-color-background-sample-darker:before {
    background: var(--color-secondary) !important;
}

.custom-color-background-light, .custom-color-background-light:before {
    background: var(--background-light) !important;
}

.custom-color-background-dark, .custom-color-background-dark:before {
    background: var(--background-dark) !important;
}

.custom-text-primary,
.custom-link-primary {
    color: var(--color-primary) !important;
}

.custom-fill-primary,
.custom-fill-primary path {
    fill: var(--color-primary) !important;
}

path.custom-fill-white {
    fill: #FFF !important;
}

.custom-link-primary:hover {
    color: var(--color-secondary) !important;
}

.svg-square-icon-md {
    display: inline-flex;
    width: 36px;
    height: 36px;
}

/*Filters and Order*/
.preco label, .numPag label {
    background: var(--background-light);
    border: 2px solid #CCCCCC !important;
    font-weight: 700;
    color: #8B8A8A !important;
}

.preco label.active, .numPag label.active {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: var(--text-light) !important;
    fill: var(--text-light);
}

.preco label svg path, .numPag label svg path {
    fill: #8B8A8A;
}

.preco label.active svg path, .numPag label.active svg path {
    fill: var(--text-light);
}

.menu-area .navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#mobile-sidebar li.active {
    background: var(--color-primary);
    color: var(--text-light);
}

.sidebar li.active {
    color: var(--color-primary);
}

/* Track */
#mobile-sidebar ul::-webkit-scrollbar-track {
    background: var(--background-light);
}
 
/* Handle */
#mobile-sidebar ul::-webkit-scrollbar-thumb {
    background: var(--color-primary);
}

/* Handle on hover */
#mobile-sidebar ul::-webkit-scrollbar-thumb:hover {
    background: var(--background-dark);
}


/*Home Produtos*/
.whastapp-color-btn {
    background: #25D366 !important;
}

.mercadopago-color-btn {
    background: #009ee3 !important;
    max-width: 282px;
}

.custom-color-btn {
    background: var(--color-primary) !important;
}

.custom-color-add-btn {
    background: var(--grey2-light) !important;
}

.custom-color-thumbnail:before {
    opacity: 0.5;
    background: transparent !important;
}

.custom-color-view-btn:hover {
    color: var(--color-primary) !important;
}

.pagination-area .page-numbers {
    background: var(--background-light);
    color: var(--text-dark);
}

.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
    background: var(--color-primary) !important;
    color: var(--text-light) !important;
    border-color: var(--color-primary) !important;
}


/*Produtos*/
.custom-color-tab-dark:hover {
    color: var(--grey2-dark) !important;
}

.custom-color-tab-dark.active {
    color: var(--text-dark) !important;
}

.custom-color-tab-dark:before {
    background: var(--text-dark) !important;
}


/*Pedido*/
.custom-color-verpedido-btn:hover {
    background: var(--color-primary) !important;
    color: var(--text-light) !important;
}

.custom-color.current {
    background: var(--color-primary) !important;
    color: var(--text-light) !important;
}


/*Menu*/
.custom-color-dropdown-border-bottom, .custom-color-dropdown-border-bottom:before {
    border-bottom: none;
}

.custom-color-author-dropdown-border-bottom:before {
    border-bottom: 10px solid var(--color-secondary) !important;
}

.custom-color-dropdown-border-top {
    border-top: 1px solid var(--color-secondary) !important;
}

.dropdown:before {
    border-bottom: 10px solid var(--color-secondary) !important;
}

.dropdown.dropdown--author ul li a {
    color: var(--color-primary) !important;
}

.dropdown.dropdown--author ul li a:hover {
    background: var(--color-secondary) !important;
    color: var(--text-light) !important;
}

/*Show and hide Logo from footer*/
.footer-logo-status {
    display: none;
}

.clickable:hover {
    cursor: pointer;
}

/* MENU */
nav.navbar .row {
    height: 128px;
}

nav.navbar .detail-top {
    height: 20px;
}

nav.navbar .shop-title {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

nav.navbar .shop-subtitle {
    font-size: 12px;
    line-height: 1;
}

nav.navbar .brand {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.05);
}

@media screen and (max-width: 768px) {
    nav.navbar .brand {
        width: 60px;
        height: 60px;
    }
}

.bag-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.bag-wrapper .bag {
    position: relative;
    height: 24px;
}

.bag-wrapper .bag .icon {
    font-size: 24px;
    line-height: 1;
}

.bag-wrapper .bag .counter {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.icon-wrapper {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center 
}

.mobile-profile .icon {
    font-size: 24px;
    line-height: 1;
}

/* Menu categoria */
.sidebar-icon {
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}

#mobile-sidebar ul {
    height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
}

#mobile-sidebar {
    position: fixed;
    top: 148px;
    z-index: 20000;
    width: 320px;
    height: 100vh;
    left: -320px;
    background-color: #FFFFFF;
    transition: all .2s ease-in-out;
}

#mobile-sidebar li {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #8c8c8c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
}

#mobile-sidebar .li-title {
    border: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
}

#mobile-sidebar {
    top: 0;
}

#mobile-sidebar .close-wrapper {
    position: absolute;
    top: 0;
    right: .5rem;
    font-size: 16px;
    line-height: 1;
}

#mobile-sidebar div.lnr-cross {
    padding: 5px;
    color: #FFFFFF;
}

.dropdown.dropdown-profile,
.dropdown.dropdown-cart {
    right: 0;
    top: 2.5rem !important;
}

.dropdown.dropdown-profile::before, 
.dropdown.dropdown-cart::before {
    right: 5.5px;
}

.pointer-cursor:hover {
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1040px;
    }
}

.mobile_content .menu_icon {
    position: static;
    right: auto;
    padding: 0;
    color: #000 !important;
}

.mobile_content .offcanvas-menu span.lnr-cross {
    margin-right: .5rem;
    background: none;
    color: #000;
    z-index: 5;
}

.mobile_content .offcanvas-menu .dropdown--author {
    padding: 0;
}

.mobile_content .offcanvas-menu ul li {
    padding: 10px;
    border-bottom: 1px solid #8c8c8c;
}

.dropdown.dropdown-profile,
.mobile_content .offcanvas-menu ul li a {
    color: var(--primary-color);
}

.rounded-5 {
    border-radius: 10px;
}

.offers-title h2 {
    margin-bottom: 3rem;
    color: #000;
    text-transform: uppercase;
}

.offers-imgs.thumb_prod {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.offer-description {
    max-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-prev-arrow,
.custom-next-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 100px;
    color: #FFF;
    cursor: pointer;
}

.custom-prev-arrow {
    left: -55px;
}

.custom-prev-arrow  span {
    display: inline-block;
    transform-origin: center;
    transform: rotate(180deg);
}

.custom-next-arrow {
    right: -55px;
}

.footer-big {
    padding-top: 4rem;
    background: #FFF;
    border: none;
    border-top: 1px solid #CCC;
    color: #8B8A8A;
}

.footer-big a {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-decoration: underline;
}

.footer-big a:hover {
    color: #333;
}

.footer-payment-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}

.banner-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.menu-row {
    min-height: 99px;
}

.gap-4px {
    gap: 4px;
}

.btn-view-mode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    color: #8B8A8A;
    fill: #8B8A8A;
    cursor: pointer;
}

.btn-view-mode.active {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--text-light);
    fill: var(--text-light);
}

.btn-view-mode.active .material-icons {
    color: var(--text-light);
}

.text-lg {
    font-size: 24px;
    line-height: 1;
}

.text-md {
    font-size: 16px;
    line-height: 1;
}

.text-sm {
    font-size: 14px;
    line-height: 1.4;
}

.product-desc.hide-grid .list-name {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1;
    color: #8B8A8A;
}

.share-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--color-primary);
    transition: all 0.25s ease-in;
}

.share-btn:hover {
    opacity: 0.6;
}

.bulma-dropdown-grade-thumbnail {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.video-slide {
    padding-top: 5.45%;
    padding-bottom: 5.45%;
    background-color: #000;
}

.break-words {
    white-space: normal; overflow: hidden; overflow-wrap: break-word; word-wrap: break-word;
}

.dropdown-cart-btn-delete {
    width: 32px;
    height: 32px;
    color: #dc3545;
}

.dropdown-cart-btn-delete:hover {
    opacity: .5;
}

.card {
    border-color: #CCC;
}

@media only screen and (max-width: 1024px) {
    .banner-wrapper.desktop img {
        height: 255px;
    }

    .product-desc.hide-grid .list-name {
        margin-bottom: .25rem;
    }
}

@media only screen and (min-width: 1025px) {
    .banner-wrapper.desktop img {
        height: 350px;
    }
}

@media only screen and (max-width: 1199px) {
    .custom-prev-arrow {
        left: -24px;
    }
    
    .custom-next-arrow {
        right: -24px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile_content .menu_icon {
        position: static;
        right: auto;
        color: #000 !important;
    }

    .banner-home {
        max-height: 270px;
    }
}

@media only screen and (max-width: 575px) {
    .menu-row {
        min-height: 60px;
    }

    .custom-prev-arrow,
    .custom-next-arrow {
        width: 30px;
        height: 30px;
    }

    .custom-prev-arrow span,
    .custom-next-arrow span {
        font-size: 16px;
        line-height: 1;
    }

    .custom-prev-arrow {
        left: -4px;
    }
    
    .custom-next-arrow {
        right: -4px;
    }
}