﻿body {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

.owl-carousel.featured .owl-featured-item:hover {
    background-color: #ffffff;
}

a.test {
    color: #ffffff !important;
}

    a.test:hover {
        background-color: #ffffff !important;
    }

    a.test:active {
        color: rgb(143, 210, 255) !important;
        background-color: rgb(12, 24, 27) !important;
    }


#header li.search .search-box {
    margin-top: 0px !important;
}

#header li.quick-cart .quick-cart-box {
    margin-top: 0px !important;
}

.text-primary {
    color: #8c1f18 !important;
}


.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.font-rivista {
    font-family: 'Libre Baskerville', serif;
    color: rgb(0, 34, 88) !important;
}


.badge-carrello {
    background-color: rgb(217, 83, 79) !important;
    /* bak background-color: rgb(0, 150, 247) !important; */
}

.bordo-colorato {
    border-color: rgb(0, 83, 171) !important;
}

.blu-colore {
    color: rgb(0, 34, 88) !important;
}

.sfondo-testata {
    background-color: rgb(149, 160, 159) !important;
}



.sfondo-testata2 {
    background-image: linear-gradient( to right, rgb(102, 102, 102), rgb(0, 27, 69), rgb(0, 83, 171), rgb(0, 27, 69),rgb(102, 102, 102));
    border-top: 5px solid !important;
    border-color: rgb(0, 34, 88) !important;
}

.interlinea-titolo {
    line-height: 1.4em;
}


.parola-chiave {
    color: rgb(0, 27, 69) !important;
    text-decoration-line: underline !important;
}

.banner {
    background-color: rgba(0,0,0,0.1) !important;
    border-color: #122b40;
}


.colorgrigio {
    background-color: rgb(102, 102, 102);
}


.truncate {
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.list-argomenti .item-argomento {
    background: #eee;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.owl-carousel-2 .owl-dots .owl-dot.active span {
    background-color: #8c1f18;
}

.owl-carousel-2 .owl-dots .owl-dot span {
    background-color: lightgray;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.owl-carousel-2 .owl-dots {
    width: 100%
}


.font-weight-light {
    font-weight: lighter;
}

#topMain.nav-pills > li > a {
    color: #1F262D;
    font-weight: normal;
    font-size: 18px;
    text-transform: lowercase;
    background-color: transparent;
}

small {
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
}

.nav-tabs > li > a {
    padding-left: 0px
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #8c1f18;
}

.nav-tabs {
    border-bottom: 1px solid #8c1f18 !important;
}

.nav-tabs.nav-bottom-border > li > a {
    text-align: left !important;
}

.nav-tabs.nav-bottom-border > li.active > a, .nav-tabs.nav-bottom-border > li.active > a:hover {
    border-bottom: #8c1f18 1px solid !important;
    text-align: left;
}

.copertina-bordo{
    border:1px solid black;
}

.row-speciale .col-md-6:nth-child(2n+1) {
    clear:left;
}

.margin-bottom-5 {
    margin-bottom: 5rem !important;
}

mb-5
{
    margin-bottom: 5rem !important;
}

.card {
    border-radius:5px
}

.card-title{
    font-size:16px !important;
    color:black !important;
}

.card-supporto{
    min-height:320px !important;
}