body {
    background: #F4F0DD;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #3c0303; /*#3c0303;*/
}

h2 {
    font-size: 21px;
    font-weight: bold;
}

.heading hr:before {
    height: 2px;
    background: #d07c14;
}

header .search-cate {
    /*min-width: 470px;*/
    min-width: 25%;
    float: right;
}

a {
    text-decoration: underline;
    color: #3c0303; /*#953c3c;*/
    /*font-weight: 600;*/
    font-size: 13px;
}

section {
    background: #e2dab7;
}
/*HEADER*/
.top-bar {
    background: #e2dab7;
}

    .top-bar h1 {
        font-size: 13px;
        margin-top: 9px;
        /* margin-bottom: 10px; */
        font-weight: normal;
        color: #000000;
        display: inline;
        position: absolute;
    }

    .top-bar table tr td {
        padding: 0px 4px;
    }

header .search-cate a {
    display: block
}


.background-color2 {
    background-color: #3c0303;
}

header .search-cate input {
    border-left: unset;
    width: 90%;
    font-size: 20px;
}

/*MENU*/
.cate-bar-in a {
    font-size: 13px;
    line-height: 18px;
}

/*Slider*/
.slid-sec {
    margin-bottom: 0px;
}
/*Briciole*/

#div_briciole a {
    color: #a8a8a8;
}

#ul_briciole {
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
}

    #ul_briciole li {
        float: left;
        display: inline;
        margin-right: 3px;
    }

/*div categorie*/
.div-categorie {
    line-height: 30px;
    margin-top: 0px;
    text-align:left;
}

    .div-categorie .titolo {
        font-weight: 600;
        font-style: italic;
        padding: 0 0 0 5px;
    }


/*home owl-nav*/
.with-nav .owl-nav {
    top: -42px;
}

    .with-nav .owl-nav div:hover {
        background: #d9cea0;
        color: #F4F0DD;
        border: 1px solid #F4F0DD;
    }

/*FORM*/
.btn-round {
    background: #3c0303;
}

.FormRichiesta {
    padding-bottom: 10px;
}

textarea.form-control {
    height: 150px;
}





.newslatter button {
    background: #d07c14;
}
/*HEADER*/
header nav {
    background: #3c0303;
}

.featur-tabs .nav-tabs > li.active a {
    background: #3c0303;
}


header .navbar li a {
    text-align: left;
}


/*MENU*/
header .navbar li.active a:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background: #694343;
}

/*SLIDER*/
.week-sale-bnr h4 {
    background-color: rgba(77, 77, 77, 0.6);
    padding: 10px;
    display: initial;
    border: 2px solid #2c2c2c;
}



/*CATEGORIE*/

.cate-style {
    background: #975402; /*#d07c14;*/
}

header .navbar li a:before {
    background: #bcb38c;
}

/*NEWS*/
.heading h2 {
    display: inline;
}

.newsImg {
    height: 144px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

/*NEWS details*/
.table-news .title a {
    font-size: 21px;
    font-weight: bold;
    font-weight: normal;
    color: #23527c;
    margin: 0 0;
    padding: 0 0;
}

.table-news .row {
    margin-bottom: 15px;
}

.div-newsDettaglio .descrizione {
    margin-top: 15px;
    display: block;
}
/*SEZIONE PRODOTTI*/
.item-col-3 {
    margin: 0 0px;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #694343; /* #3c0303;*/
}

p {
    text-align: justify;
}

.product {
    cursor: pointer;
    margin-bottom: 15px;
}

    .product article {
        padding: 9px;
        display: inline-block;
        width: 100%;
        position: relative;
        border: 0px solid #f4f0dd;
        background: #bcb38c; /* #fffbf5;*/ /*#fafafa;*/ /*#fffce7*/
    }

        .product article img {
            width: unset;
            max-width: 100%;
            max-height: 219px;
        }

        .product article .tittle {
            color: #3c0303;
            min-height: 1px;
            display: block;
        }


        .product article .tag {
            color: #3c0303; /*#d07c14;*/
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 2px 0;
        }



    .product .article {
        padding: 9px;
        display: inline-block;
        width: 100%;
        position: relative;
        /*border: 1px solid #d8b8b8; background: #e2dab7;*/ /*#fafafa;*/ /*#fffce7*/
    }

        .product .article .tittle {
            color: #3c0303;
            min-height: 1px;
            display: block;
        }








    .product .prezzo {
        font-size: 22px;
        color: #3c0303;
        font-weight: 700;
    }

    .product .descrizione {
        display: inherit;
        line-height: 30px;
        letter-spacing: 0.02em;
        font-size: 15px;
        text-align: justify;
    }
    
    .product .info {
        /*font-weight: bold;*/
        color: #755548;
        /* float: left; */
        display: block;
        /* vertical-align: sub; */
        /* bottom: 7px; */
        /* position: absolute; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* left: 20%; */
        position: absolute;
        margin: auto;
        /* top: 0; */
        left: 0;
        right: 0;
        bottom: 8px;
    }

    .product .info .pubblicazione {
        color: #555;
    }

    .product .infoDettaglio {
        font-weight: bold;
        color: #333333;
        display: block;
    }


    .product .altreInfo {
        color: #777777;
        display: block;
    }








.product-wrapper-img {
    position: relative;
    /*width: 100%;*/
    height: 200px;
}

    .product-wrapper-img img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }


.product-wrapper-desc {
    height: 130px;
    text-align: center;
}






.product-detail .info {
    color: #d07c14;
    margin: 24px 3px 23px 0;
    display: block;
}

/* PAGINAZIONE */
.pagination {
    border: none;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #d07c14;
        border-color: #d07c14;
    }





/*FOOTER*/
.clients-img {
    padding: 0px 0;
}

    .clients-img li {
        width: 25%;
    }

        .clients-img li img {
            opacity: 0.9;
        }

footer li {
    list-style: none;
}

/*Newsletter*/
.newslatter {
    background: #444444;
    color: #aaa9a9;
    padding: 40px 10px;
}


.div-newsletter .informativa {
    margin: 5px 0;
}

.newslatter input[type='checkbox'] {
    border-radius: 50px;
    height: unset;
    width: unset;
    color: #000;
    border: none;
    background: #fff;
    padding: 0 20px;
    font-size: 15px;
}





/*ADD WEB*/
/*INIZIO - abilita modifica struttura*/
.div-abilitaModifica {
    position: fixed;
    right: 0;
    top: 30%;
    border: 2px solid #CCC;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    z-index: 100;
}
/*FINE - abilita modifica struttura*/



/*INIZIO - matita window*/
.div-window {
    position: absolute;
    z-index: 99999;
    padding: 0 5px 5px 5px;
    cursor: move;
    background-color: #B1C4EF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .div-window .chiudi {
        text-align: right;
        padding: 15px 2px;
    }

.matita-window {
    width: 800px;
    height: 500px;
    border: 0;
}
/*FINE - matita window*/


/*PAGINA RICERCA*/
.div-ricercaAvanzata table tr td {
    padding: 5px;
}



/*PAGINA PRODOTTO*/
.pdf {
    float: right;
}


@media (max-width: 767px) {
    .top-bar h1 {
        display: none;
    }

    .top-bar .social-top {
        display: inline;
    }

    header .logo img {
        margin: 5px;
        width: 140px;
    }

    .div-categorie {
        overflow-y: scroll;
        height: -webkit-fill-available;
    }

    .div-categorie .titolo {
       text-align:center;
    }

    .cate-bar-in {
        width: 350px;
    }
}

