/*=================================
    CUSTOM THEME FOR LUCAT
==================================*/
.textbanner-text {
    padding: 30px 20px;
}


.nav-list-link {
    padding: 0 20px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.js-products-sale-title {
    font-size: 32px;
}

.js-category-banner-container-3 .textbanner-link {
    border: 1px solid #c3b18f;
}


.js-category-banner-container-2 .textbanner-link {
    border: 1px solid #6a8ac5;
}

.js-category-banner-container-1 .textbanner-link {
    border: 1px solid #d6a3a4;
}

.js-category-banner-container-3 .textbanner-text-primary {
    background: #c3b18f;
}

.js-category-banner-container-2 .textbanner-text-primary {
    background: #6a8ac5;
}

.js-category-banner-container-1 .textbanner-text-primary {
    background: #d6a3a4;
}

.textbanner-text-primary h3 {
    font-size: 23px;
}

.item {
    margin-bottom: 70px;
}

.item:hover .item-actions {
    visibility: visible !important;
    opacity: 1 !important;
}

.item-installments {
    font-size: 13px;
}

.item-installments .product-installment-amount, .item-installments .product-installment-value {
    font-weight: bold;
    color: #64a557;
}

.item-price {
    color: #64a557 !important;
    font-size: 22px;
}

.item-name {
    font-size: 18px;
    font-weight: bold;
    color: #262f5a;
}

.item-image {
    height: 390px !important;
}            

.js-home-main-slider-container .js-live-preview-home-slider-container {
    margin-bottom: 0 !important;
}

.section-topbar {
    display: none !important;
}  