:root{
    --primary: #b40030;
    --secondary: #711325;
    --secondary-rgb: 113, 19, 37;
    --bg-color:#f8f0e5;
}
::selection {
    background-color:  var(--primary);
    color:#fff;
}
.drag{
    background-image: url(../images/wine-cellar-drag.webp);
    color: var(--primary);
}
.drag.facility-list-box-drag{
    background-image: url(../images/win-cellar-fill-drag.webp);
    color: #fff;
}
.contact-fiexd .phone{
    background-color: var(--primary);
}
.contact-fiexd .phone:hover{
    background-color: var(--secondary);
}
.visit{
    background-color:var(--secondary)
}
.visit:before{
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, var(--secondary)), url('../images/logo_icon.png');

}
.visit .container .visit-btn:hover{
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
footer .container .footer-top .contact a{
    background-color: #fefaf2 !important;
}
main#FAQ .FAQ-container .right #wine-cellar ul li .q{
    background-color: #ecd5c6 !important;
}
main#wine-cellar-locations .facility .facility-item{
    background-color: #fefaf2;
}
main#storage_detail .other-storage .other-storage-list ul{
    justify-content: center !important;
}
header .header-main .container .menu>ul>li:last-of-type:hover a{
    color:#83c340 ;
}
@media screen and (max-width:1401px) {
    header .header-main .container .menu{
        position: static !important;
        transform: translateY(0) !important;
    }
    header .header-main{
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width:1060px) {
    header .header-main .container .menu{
        position: absolute !important;
        transform: translateY(100%) !important;
    }
    header .header-main{
        margin-bottom: 0 !important;
        background-color: #fff8eb !important;
    }
    .visit .container .visit-btn{
         background-color: #b3002f !important;
         border-color: #b3002f !important;
         color: #fff !important;
    }
    .visit .container .visit-btn i{
        color: #fff!important;
    }
    
    
}