﻿.c-winemag-home {
    color: #6c1548 !important;
}
.c-check-in {
    color: #6c1548 !important;
}
.border-check-in {
    border-color: #6c1548 !important;
}
.bg-check-in-light {
    background-color: #f3d2e0!important;
}
.bg-check-in {
    background-color: #6c1548 !important;
}
.bg-winemag-top {
    background-color: #fff !important;
    color: #6c1548 !important;
}
.bg-winemag-top-border {
    border-bottom: 1px solid #6c1548;
}

.btn-scrivi-commento:hover {
    background-color: #6c1548 !important;
    color: #fff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #6c1548 !important;
}
.at-icon {
}
.addthis_custom_sharing > div > div > a > span > .at-icon {
    background-color: #6c1548 !important;
    fill: #fff !important;
    border-radius: 50% !important;
    padding: 3px !important;
    margin-bottom: 3px !important;
}
.addthis_custom_follow.header > div > div > a > span > .at-icon {
    background-color: #fff !important;
    fill: #6c1548 !important;
    border-radius: 50% !important;
    padding: 3px !important;
    margin-bottom: 3px !important;
}

.addthis_custom_sharing.header > div > div > a > span > .at-icon {
    background-color: #fff !important;
    fill: #6c1548 !important;
    border-radius: 50% !important;
    padding: 3px !important;
    margin-bottom: 3px !important;
}

 .breadcrumb > li.active{
    color:#6c1548!important;
}
.btnRegistrati, .btnAbbonati {
    background-color: #6c1548;
}
.btnRegistrati:hover, .btnAbbonati:hover {
    background-color: #6c1548;
}
.flash-news {
    border-color: #6c1548 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='50' viewBox='0 0 30 30'><path stroke='rgba(105,21,71)' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}
.btnCerca-page {
    background-color: #6c1548;
}
@layer components {
    .btn-primary {
        color: #fff !important;
        background-color: #6c1548 !important;
        border-color: #6c1548 !important;
    }
    #searchModal .search-form input[type="radio"]:checked {
        accent-color: #6c1548 !important;
    }

    /* Dissolvenza a sinistra per suggerire lo scroll orizzontale sulle sezioni mobile */
    .mob-cat-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2.5rem;
        height: 100%;
        pointer-events: none;
        z-index: 99;
        opacity: 0;
        transition: opacity 0.18s;
        background: linear-gradient(to right, #6c15484a 0%, rgba(253,233,224,0.01) 100%) !important;
        display: block;
    }
    
}
@layer override {
    /* Dissolvenza a sinistra per suggerire lo scroll orizzontale sulle sezioni mobile */
    .mob-cat-inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2.5rem;
        height: 100%;
        pointer-events: none;
        z-index: 99;
        opacity: 0;
        transition: opacity 0.18s;
        background: linear-gradient(to right, #6c15484a 0%, rgba(253,233,224,0.01) 100%) !important;
        display: block;
    }
}
