body {
    margin: 0;
    font-family: 'Open Sans', sans serif;
    background-color: #e6d8bd;
}

a {
    text-decoration: none;
    color: #a19479;
}

a:hover {
    text-decoration: none;
    color: #a19479;
}

img {
    border: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

input {
    /* height:28px; */
    padding-left: 5px;
    font-size: 13px;
    /* width:100px; */
    border: 1px solid #000;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

textarea {
    border: 1px solid #ccc
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

font {
    color: #000000;
}

table {
    font-size: inherit
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

#box {
    /* width:1020px; */
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 1px 20px #cccccc;
}

.hide-element {
    display: none;
}

.title {
    width: 100%;
    /* height:95px; */

}

.title #middle {
    width: 560px;
    height: 85px;
}

.title #login {
    width: 330px;
}

/* .logo-img{
    height: 75px;
    margin-top: 5px;
} */

.slideshow {
    /* height:400px; */
    overflow: hidden;
}

h1.home-h1 {
    color: #a19479;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 10px;
}

/* DOOFINDER */
.df-results .df-card__price--old {
    color: #888;
    text-decoration: line-through;
}

.df-results .df-card__price--new {
    color: green !important;
    font-weight: bold;
    font-size: 16px;
}

/*  FINE DOOFINDER */
.header-top {
    background: #e0dfda;
    /* height: 55px; */
}

/* #header-top-icons{
    width: 350px;
    padding-top: 20px;
} */

#header-top-icons ul {
    float: right;
}

#header-top-icons ul li {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: 18px;
}

#header-top-icons ul li:last-child {
    margin-right: 5px;
}

#header-top-icons ul li img,
#header-top-icons ul li i.fa-heart,
#header-top-icons ul li i.fa-shopping-cart {
    width: 25px;
    display: block;
    margin: auto;
    color: #000;
}

#header-top-icons ul li span {
    text-transform: uppercase;
    margin-top: 5px;
    color: #928565;
    font-weight: bold;
    font-size: 11px;
}

/* .header-message{
    margin: 0;
    display: inline-block;
    line-height: 55px;
    font-weight: 600;
    font-size: 13px;
    color: #666;
} */

.hedaer-lang-drop ul {
    position: relative;
    margin: 0;
    width: auto;
    float: left;
}

.hedaer-lang-drop ul li {
    position: relative;
    list-style-type: none;
    float: left;
    padding: 0px;
    width: 100%;
    vertical-align: top;
    z-index: 1000;
    cursor: pointer;
}

.hedaer-lang-drop ul li:hover #hedaer-lang-drop-ul {
    display: block;
}

#hedaer-lang-drop-ul {
    display: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    top: 20px;
    padding-top: 10px;
    right: 0px;
    /* width: 150px; */
    z-index: 200;
    left: 0px;
    height: auto;
}

#hedaer-lang-drop-ul>ul {
    background-color: white;
    border: 1px solid grey !important;
    padding: 5px;
}

#hedaer-lang-drop-ul li {
    position: relative;
    /* list-style-type: none; */
    /* float: left; */
    /* padding: 0px; */
    width: 100%;
    height: 30px;
    /* vertical-align: top; */
    /* z-index: 1000; */
    /* border: 1px solid red; */
    line-height: 30px;
}

/*
.header-message:nth-child(1){
    margin-left: 10px;
}

.header-message-center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.header-message a{
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 10px;
    font-size: 14px;
} */

.header-message img {
    width: 36px;
}

/* #menu_main {
    margin-top: 57px;
} */

/* .menu{
    opacity: 0;
    width:100%;
    height: 72px;
    letter-spacing: -1px;
    position: relative;
    margin-top:10px;
} */

.menu ul {
    /* display: flex;
    flex-direction: row;
    margin:0;
    padding:0; */
    /* background-color:#e0dfda; */
}

.menu li {
    /* height:auto; */
    /*display:inline;*/
    /* float: left; */
}

.menu a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #000;
    font-weight: bold;
    /*background-color:#e0dfda;*/
    padding: 12px 10px 10px 10px;
    /* border-right:2px solid #fff; */
    /*aggiunto perchè eredita -1*/
    letter-spacing: normal;
    text-transform: uppercase;
}

/* .menu ul li a {
    line-height: 14px;
    height: 50px !important;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
} */

.dmen_divider {
    position: relative;
    height: 25px !important;
    top: 12.5px;
    /* transform: translate(0px, -50%); */
    border-left: 2px solid gray;
}

/* @media (max-width: 1399px) { */
@media (max-width: 1199px) {
    .dmen_divider {
        border-color: #F2EFE8 !important;
    }

    .submenu-minus-margin-medium-device {
        margin-top: -51px !important;
    }
}

@media (max-width: 993px) {
    .submenu-minus-margin-medium-device {
        margin-top: -35px !important;
    }
}

.dmen_first a {
    border-left: 2.75px solid #fff;
    padding: 12px 20px 10px 20px;
}

.menu ul li:last-child a {
    border-right: none;
}

.menu a:hover {
    background-color: #cdbfa5;
    color: #fff !important;
}

.menu_search {
    position: relative;
}

#form_search,
.menu_search {
    min-width: 200px;
    /* max-width: 400px; */
}

.menu_search input {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* margin: 0 3px 3px 3px; */
    color: #C1C1BF;
    font-style: italic;
    padding: 0 5px;
    display: block;
    min-width: 200px;
    /* max-width: 400px; */
    /* width: 100%; */
    flex-grow: 1;
}

#se_bt {
    background: none;
    border: none;
    margin-top: 3px;
}

.dmen_on {
    border-right: 3px solid #fff;
}

.dmen_on a {
    display: inline;
    height: 35px;
    text-align: center;
    color: #000;
    background-color: #cdbfa5;
}

.sub {
    width: 100%;
    position: absolute;
    z-index: 1000;
    background-color: #cdbfa5;
    display: none;
    margin: 0;
    border-top: 2px solid #fff;
    border-bottom: 5px solid #fff;
    /* left: 50%;
transform: translate(-50%, 0px); */
}

.sub h2 {
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.sub ul {
    padding: 10px;
    width: 185px;
    list-style-type: square;
    float: left;

}

.sub li a {
    display: inline-block;
    color: #666;
    /*width:100px; cambito per farci stare tutti gli elementi di tutte le catogorie */
    width: 140px;
    /*width:170px;*/
    margin: 3px 0 0 5px;
}

.sub li a:hover {
    color: #fff;
}

#middle {
    text-align: right;
    padding: 0 10px 0 0;
}



.menu_ist ul {
    margin: 0;
    padding: 0;

}


.menu_ist li {
    display: inline;
    /*margin:0 7px 0 7px;*/
    margin: 0 5px 0 5px;
}

.menu_ist a {
    display: inline-block;
    color: #a19479;
}

.menu_ist a:hover {
    color: #cccbc2;
}

/* STILE PER HEADER NUOVO */

ul#social_2 li {
    position: relative;
    list-style-type: none;
    float: left;
    padding: 0px;
    width: 100%;
    height: 25px;
    vertical-align: top;
}

li.flag {
    text-align: left;
    font-size: 12px !important;
}

.flag img {
    width: 20px !important;
    height: 15px !important;
}

li.flag_big {
    font-size: 14px;
}

.flag_big img {
    width: 25px;
    height: 20px;
}

.flag_big i {
    margin-left: 15px;
}

ul#social_2 li ul#flag_list {
    background-color: white;
    border: 1px solid grey !important;
    display: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    right: 30px;
    width: 130px;
    z-index: 200;
    padding: 5px;
}

ul#social_2 li:hover ul#flag_list {
    display: block;
}

ul#social_2 li ul a:hover,
ul#social_2 li ul li:hover a {
    text-decoration: none;
}

#social_2 {
    position: absolute;
    top: 13px;
    left: 322px;
    width: 180px;
}

/* #middle_2 {
	position: relative;
	width: 523px;
    height: 85px;
} */
/*  FINE */

/* STILE PER HEADER NUOVO CUSTOM */

ul#social_2_custom li {
    position: relative;
    list-style-type: none;
    float: left;
    padding: 0px;
    width: 100%;
    height: 25px;
    vertical-align: top;
    z-index: 1000;
}

li.flag {
    text-align: left;
    font-size: 12px !important;
}

.flag img {
    width: 20px !important;
    height: 15px !important;
}

li.flag_big {
    font-size: 14px;
}

.flag_big img {
    width: 25px;
    /*height: 20px;*/
    height: 15px;
}

.flag_big i {
    margin-left: 5px;
}

ul#social_2_custom li ul#flag_list_custom {

    background-color: white;
    border: 1px solid grey !important;
    display: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    right: 0px;
    width: 150px;
    z-index: 200;
    padding: 5px;
    left: 0px;
}

ul#social_2_custom li:hover ul#flag_list_custom {
    display: block;
}

ul#social_2_custom li ul a:hover,
ul#social_2_custom li ul li:hover a {
    text-decoration: none;
}

#social_2_custom {
    position: absolute;
    /*top: 13px;*/
    /*left: 322px;*/
    /*width: 180px;*/
    width: auto;
    margin-left: 78px;
    margin-top: 6px;
}

#middle_2custom {
    position: relative;
    width: 560px;
    height: 85px;
}

/*  FINE */

.social {
    /*margin:10px 0 0 30px;*/
    float: right;
    width: 190px;

    margin-left: 40px;
    position: absolute;
    top: 10px;

}

.social .circle img {
    height: 24px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social .circle img:hover {

    -webkit-box-shadow: 1px 1px 10px #666666;
    -moz-box-shadow: 1px 1px 10px #666666;
    box-shadow: 1px 1px 10px #666666;
}

.social ul {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 190px;
    display: inline-flex;
}

.social li {
    display: inline;
    margin: 0 5px 10px 5px;
}

.social a {
    display: inline-block;
    vertical-align: bottom;
}

li.icon img {
    width: 30px;
}


.flag img {
    height: 18px;
    vertical-align: middle;
    /*margin-top: 5px;*/
}

.flag img:hover {
    -webkit-box-shadow: 1px 1px 10px #666666;
    -moz-box-shadow: 1px 1px 10px #666666;
    box-shadow: 1px 1px 10px #666666;
}


.blog a {
    display: inline-block;
    width: 40px;
    height: 26px;
    background-image: url(../images/blog.png);
    background-position: bottom center;
    background-repeat: no-repeat;

}


.blog a:hover {
    background-image: url(../images/blog.png);
    background-position: top center;
    background-repeat: no-repeat;

}

.phone {
    margin-left: 40px;
    padding-top: 50px;
    color: #afad9d;
    clear: right;
}

/*  LOGIN  */

#login {

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #e0dfda;
}

.benvenuto {
    float: left;
    width: 120px;
    font-weight: bold;
    line-height: 1.2;
}

.login-accesso {
    width: 120px;
    float: left;
    margin-left: -5px;
}

#entry {
    position: absolute;
    top: 30px;
    right: 15px;
}

#login .login input {
    width: 100px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 20px #cccccc;
    margin: 0px 0 2px 4px;
    font-style: italic;
    font-size: 10px;
    padding: 0 0px 0 5px;
    color: #666;
}

#login .login .log-exit {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#login .login a {
    color: #000;
    margin-right: 5px;
    font-weight: bold;
}

#login .login a:hover {
    color: #a19479;
}

.accesso-carrello {
    float: right;
    margin-right: 3px;
    margin-bottom: 18px;
    /*Firefox*/
    margin-top: 3px;
}

#login #cart {
    width: 60px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px;
    text-align: center;

    background-position: 10px 4px;
    background-repeat: no-repeat;
    font-size: 14px;
    border: 1px solid #ccc;
}

#login a #cart {
    color: #928565;
}

#login a:hover #cart {
    color: #666;
}


#login #entry a {
    display: inline-block;
    font-size: 16px;
    color: #928565;
    margin: 0px 0 7px 20px;
}


.vetrina {
    /* width: calc(340px - 30px); */
    /* text-align: left;
    float: left;
    position: relative;
    border-top: 5px solid #fff;
    padding: 0px 15px; */
}

.vetrina-img {
    width: 100%;
    background-color: rgb(155, 201, 199);
}

.back-banner {
    width: calc(100% - 10px);
}

.vetrina-img>img {
    width: 100%;
}

/*.vetrina h1 {
color: #fff;
padding: 5px;
text-transform: uppercase;
letter-spacing: 0.7px;
text-align: center;
border-top: 5px solid #fff;
border-top-right-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
font-size: 20px;
background: rgba(183,222,237,1);
background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(50%, rgba(113,206,239,1)), color-stop(51%, rgba(33,180,226,1)), color-stop(100%, rgba(183,222,237,1)));
background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 );
}*/

.vetrina_text_opacity {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    /* padding: 5px; */
    background: rgb(255, 251, 251);
    width: 100%;
    opacity: 0.8;
}

.vetrina_text {
    color: #444;
    padding: 5px;
    font-size: 16px;
    position: absolute;
    top: 170px;
    left: 5px;
    font-weight: bold;
    width: 320px;
    text-align: center;
}

.vetrina_hover_text {
    position: absolute;
    bottom: 0px;
    background: white;
    border-radius: 50px;
    padding: 5px 25px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
    white-space: nowrap;
}

.vetrina_text p {
    padding: 0;
    margin: 0;
}

#off_mese {
    height: 100%;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px;
}

#off_mese h1 {
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-align: center;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    font-size: 16px;
    background: #a19479;
}

.off_mese img {
    float: left;
    display: block;
    margin: 2px 5px 5px 0;
    border: none;
}

.off_mese span {
    display: block;
    text-align: left;
}

.off_mese span.price1 {
    font-size: 12px;
}

.off_mese span.price2 {
    font-size: 16px !important;
}

.off_mese .desc {
    text-align: left;
    padding: 5px;
    clear: left;
}

.dvet {
    text-align: center;
}

.dvet img {
    float: left;
    margin-right: 10px;
}

.dvet ul {
    text-align: left;
}

.dvet li {
    display: inline;
    font-size: 12px;
}

.dvet h3 {
    margin: 20px 0 10px 20px;
    line-height: 1.2;
}

.dvet li.price1 {
    margin-right: 10px;
}

.price1 {
    color: #888;
    text-decoration: line-through;
}

/* .price2{
color:green;
font-weight: bold;
font-size: 16px !important;
} */

.dvet a {
    color: #666;
    display: inline-block;
    width: 300px;
    /*height:160px;*/
    padding: 8px;
}

.nov {
    clear: left;
    width: 100%;
}

.nov_tit {
    width: 100%;
    /* height:40px; */
    background-color: #ac9d82;
    color: #fff;
    text-align: left;
}

.nov_tit h1 {
    padding: 5px 0 5px 20px;
    font-size: 1.3rem;
    font-weight: bold;
}



#off {
    width: 100%;
    /*height:255px;*/
    background-color: trasparent;

}

.off {
    width: 100%;
    display: block;
    background-color: #e6e5e1;
}

#off_spec {
    height: 200px;
    width: 340px;
    float: left;
}

#off_spec li {
    height: 200px;
}

.off_spec h1 {
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-align: center;
    border-top: 5px solid #fff;
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-leftt-radius: 15px;
    -moz-border-radius-topleft: 15px;
    font-size: 20px;
    /*background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );*/
}

.doff img {
    float: left;
    display: block;
    margin: 5px 10px 5px 5px;
    border: none;
}

.doff span {
    display: block;
}

.doff .price1 {
    font-size: 14px;
}

.doff .price2 {
    font-size: 20px !important;
}

.doff .nov_desc {
    width: 310px;
    font-weight: bold;
    text-align: left;
    clear: left;
    font-size: 14px;
    padding: 10px;
}

.off #servizi1 {
    width: 250px;
    padding: 8px;
    vertical-align: top;
}

.off #servizi1 .serv {
    width: 240px;
    height: 70px;
    background-color: #cdbfa5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 4px;
    text-align: right;
    padding: 2px 0 0 0;

}

.off #servizi1 a {
    color: #000;
}

.off #servizi1 a:hover {
    color: #666;
}


.off #servizi1 .serv h2 {
    text-align: left;
    width: 70px;
    float: left;
    /*margin: 14px 0 0 10px;*/
    margin-left: 5px;
}


.off #servizi1 .serv h4 {
    margin: 5px 10px 0 90px;
    line-height: 12px;
}

.off #servizi1 .serv h3 {
    color: #cc0000;
    margin: 0 10px 0 0;
    line-height: 18px;
}

/* #servizi2 {
    border-top: 5px solid #cdbfa5;
    height: 235px;
} */

.serv2,
.serv3 {
    width: 237px;
    padding: 5px;
    float: left;
    height: 100px !important;
    margin: 3px;
    display: block;
}

.serv4 {
    /* width: 20%;
    padding: 5px;
    float: left;
    height: 160px;
    margin: 2%; */
    display: block;
    text-align: center;
}

.serv4 img {
    width: 60px;
    height: auto;
}

.serv4 h3 {
    margin: 10px 0 2px;
    /* color: #444;
    text-transform: uppercase; */
    font-size: .9rem;
    font-weight: bold;
}

.serv4 h4 {
    color: black;
}

.serv4 h4:not(font) {
    font-weight: normal;
    font-size: var(--bs-body-font-size);
}

.serv4 h4 font {
    font-weight: 700;
}

.serv2 a {
    color: #000 !important;
}

.serv2 a:hover {
    text-decoration: underline;
}

.serv2 img {
    float: left;
    margin: 5px 10px 5px 0;
    display: block;
    width: 40px;
}

.serv3 img {
    float: left;
    margin: 10px 3px;
    display: block;
    height: 28px;
}

.serv2 h3 {
    margin: 5px;
    font-size: 14px;
}

.serv3 h3 {
    margin: 5px;
    text-align: center;
    font-size: 14px;
}

.serv2 h4 {
    margin: 5px 5px 5px 50px;
    font-weight: normal;
    font-size: 12px;
}

.serv2 h4 font {
    font-size: 12px;
}

.serv2-separatore {
    height: 100px;
    float: left;
}

.serv2-separatore2 {
    position: absolute;
    top: auto;
    left: auto;
    margin-top: 10px;
}



#evidenza {
    display: inline-block;
    /* margin-top: 30px; */
    padding-bottom: 20px;
    background: #E0DFDA;
}

.evidenza {
    width: 100%;
    text-align: left;
    display: inline-block;
    /*background-color:#FFECD1;/*;*/
    /*D2E5AC*/
}

.evidenza h1 {
    /*color:#cdbfa5;padding:10px 0 0 8px;background-color:#FFFFFF;*/
    background-color: #ac9d82;
    color: #FFFFFF;
    text-align: left;
    padding: 5px 0 5px 15px;
}

#elenco_evidenza {
    display: table;
    margin: 0 auto;
}

#elenco_evidenza li {
    float: left;
    padding: 0;
    text-align: center;
    margin: 20px 5px 0;
    padding-top: 9px;
    background-color: #FFFFFF;
}

#elenco_evidenza li a {
    /*color:#000000;display:inline-block;padding:8px;width:133px; */
    font-weight: bold;
    font-size: 12px;
    width: 158px;
    display: block;
    height: 185px;
    color: #444;
}

#elenco_evidenza li:hover {
    box-shadow: 0 0 5px 2px #ccc;
}

/*#elenco_evidenza li a span{width:100px;}*/
.devidenza img {
    display: block;
    padding-bottom: 14px;
    text-align: center;
    margin: auto;
    border-bottom: 5px solid #fff;
    width: 70%;
    margin-top: 20px;
}

.devidenza-text {
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;
    padding: 0 5px;
    text-transform: uppercase;
    border-top: 1px solid #444;
    margin-top: 15px;
}

#elenco_evidenza li a:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #A19479;
    /*background-color:#E6E5E1;*/
    /*D2E5AC*/
}

.text {
    /* margin: 0 30px; */
    /* text-align: justify; */
}

.text p {
    margin: 20px 30px;
    font-size: 11px;
    color: #666;
}

.text-home {
    display: flex;
    line-height: 22px;
}

.text-home-col-left {
    flex: 50%;
    padding: 0 25px 0 0;
}

.text-home-col-right {
    flex: 50%;
    padding: 0 0 0 25px;
}

/*.brand-slide{
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

/* .brand-slide-text{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#brand-carousel{
    margin-top: 60px;
}

#brand-carousel .image_carousel img{
    margin: 0;
}

#brand-carousel a.prev,
#brand-carousel a.next {
    top: 90px;
} */

/*#brand-carousel .image_carousel li,
#brand-carousel .dcar a{
    height: 180px;
}*/

/* .brand-link-all{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.brand-link-all i{
    color: #000;
} */

/* .marchi{
text-align:center;
padding:20px 26px;
position: relative;
}

.marchi img{
width: 80px;
float:left;
margin:5px;
padding:3px;
-webkit-filter: sepia(1);
 -webkit-filter: sepia(100%);
 -moz-filter: sepia(100%);
 -ms-filter: sepia(100%);
 -o-filter: sepia(100%);
 filter: sepia(100%);
opacity: 0.8;
}

.marchi img:hover{
border-radius:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow:1px 1px 20px #cccccc;
-webkit-filter: sepia(0%);
filter: none;
opacity: 1;
}

.butt_marchi {
display: inline-block;
margin: 20px auto;
clear: left;
}

.butt_marchi a {
color: #fff !important;
background:#a19479;
padding: 10px 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.butt_marchi a:hover {
box-shadow:1px 1px 20px #888;
cursor: pointer;
} */


.footer {
    /*border-top: 2px solid #a19479;*/
    text-align: center;
    color: #666;
    padding: 0 0 16px;
}

.footer ul {
    margin: 15px 0 15px 0;
}

.div-menu-footer {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.footer li {
    display: inline;
    margin: 0px;
}

.footer a {
    color: #a19479;
}

.footer a:hover {
    color: #666;
}

.footer-widget .footer-trust-title {
    color: #444;
    text-transform: uppercase;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    margin-top: 30px; */
    font-weight: bold;
}

.footer-widget .serv4 {
    /* height: 70%;
    margin: auto;
    position: relative;
    top: 8%; */
}

/* .serv4-footer{
    position: absolute;bottom: 0;
} */

.serv4-footer h3 {
    color: #444
}

.serv4-footer h4 a {
    color: black;
}

/*.serv4-footer-social{
    transform: translateX(20%);
}*/

.serv4-footer-social ul {
    margin-bottom: 5px;
}

.footer-widget i {
    color: black;
}

.roundedCorners {
    width: 220px;
    padding: 10px;
    background-color: #DDEEF6;
    border: 1px solid #DDEEF6;

    /* Do rounding (native in Safari, Firefox and Chrome) */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

#st_tit {
    clear: left;
    padding: 20px 20px 30px 20px;
    /* margin:20px 0 0 0px; */
    background-color: #fff;
}

#st_tit h1,
h2 {
    color: #a19479;
    /* margin-left:30px; */
}

#st_tit p {
    /* margin-left: 30px; */
    font-size: 14px;
}

.st_div {
    text-align: left;
    width: 220px;
    float: left;
    margin: 0 0 0 30px;

}

.st_div a {
    display: block;
    margin: 2px;
    font-size: 12px;

}

.st_div a:hover {
    color: #ccc;

}

.st_div h3 {
    display: block;
    margin: 12px 2px 4px 2px;
    font-weight: bold;
    color: #A19479;
}

.st_div_txt {
    text-align: left;
    /*width:220px;
float:left;*/
    /* margin-right:30px;
margin-left:30px; */
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    border-top: 2px solid #A19479;
}

.st_div_txt_marche {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    border-top: 2px solid #A19479;
}

.st_div_txt h3 {
    color: #a19479;
}

/* .st_div_txt input{
border: 1px solid #CCCCCC;
border-radius:2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
height:auto;
width:auto;
} */

.menu_reg {
    color: #333333;
    font-size: 12px;
}

.separatore_full_1 {
    background-color: #CCBEA3;
    height: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
}

.separatore_full_5 {
    background-color: #CCBEA3;
    height: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.botton_frm {
    background: url("../images/varie/botton.jpg") repeat-x scroll 0 0 transparent;
    float: right;
    height: 18px;
    margin-right: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.freccia {
    background: url("../images/varie/click_chiaro.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 17px;
    width: 17px;
}

/* .btn{
background-color: #FAFAFA;
border: 1px solid #E0DFDA;
border-radius:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #AEA28B;
display: inline-block;
font-size: 12px;
font-weight: bold;
margin: 10px 0 0;
padding: 3px;
text-align: center;
}
 */
.labelBox {
    width: 300px;
}

.search:focus {
    color: #646464;
    font-style: normal;
    font-style: italic;
}

.search.focused {
    color: #646464;
    font-style: normal;
    font-style: italic;
}

.linkJavascript {
    cursor: hand;
    cursor: pointer;
}

/***** contatti ****/

/*#div_contatti {
  margin: 20px 40px;
}*/

/* #form_contatti {
  font-family: 'Open Sans', sans serif;
}

#form_contatti label {
  width: 150px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
} */

/* #form_contatti input {
  width: 250px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  margin: 5px 0;
} */

/* #form_contatti textarea {
  width: 250px;
  height: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  margin: 5px 0;
} */

/* .error-message {
  color: red;
  margin: -5px 0 5px 0;
  display: none;
} */

/* #form_contatti .input_check {
margin: 8px 0px 0px 8px;
display: inline-block;
float: left;
} */

/* input[type="checkbox"] {
width: auto !important;
height: auto;
margin: 0;
} */

/* #form_contatti label[for="privacy_check"], #form_contatti label[for="newsletter"] {
width: auto !important;
margin-top: 10px;
} */

.fancy_colore {
    font-size: 16px;
    margin: 20px 30px;
}

.priv_ckbox_news {
    margin-bottom: 20px;
}

/* .priv_ckbox {
	float: left;
	width: 180px;
	margin-left: 180px;
} */

/* .new_ckbox {
	clear: left;
	margin-left: 180px;
} */

#invia-form {
    display: block;
    /* clear: left;
	margin: 30px 0 30px 180px;	 */
}

/* SUGGERIMENTI */

#hints_result {
    position: absolute;
    /*top: 26px;*/
    top: 38px;
    /*right: 8px;*/
    right: 6px;
    background-color: #fff;
    /*width: 190px;*/
    width: 260px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 10000;
}

.evidence {
    background-color: lightgreen;
    cursor: pointer;
}

/* #form_search a {
    border: none !important;
    background: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    transform: translate(0px, -50%);
} */

/* #form_search i{
    cursor: default;
    margin-bottom: 3px;
} */

#form_search input.search {
    font-size: 15px;
    text-transform: capitalize;
}

.sx_50 {
    width: 50%;
    float: left;
    text-align: center;
    /*background-color: #00d449;*/
}

.dx_50 {
    width: 50%;
    float: right;
    text-align: center;
    /*background-color: #007aff;*/
}

.sx_50 p,
.dx_50 p {
    margin: 0 !important;
}

.sx_50 img,
.dx_50 img {}

.page_text_center {
    width: 90%;
    margin: auto;
    min-height: 260px;
}

.page_text_center p:nth-child(1) {
    margin: 10px 0 !important;
}

#smPopupContainer {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    position: relative !important;
}

.boxBunting {
    padding: 0 !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 980px;
    margin-bottom: 40px;
}

.productSuggestedBuntingTitle {
    font-size: 20px;
    color: #948768;
    margin: 0 5px -5px 5px;
    padding: 7px 15px 0 15px;
    font-weight: bold;
    display: none;
}

/*  DA cancellare iframe SM*/
.iframeSMstyle {
    padding-top: 20px;
    width: 978px;
    /* height: 415px; */
    overflow-y: hidden;
    overflow-x: hidden;
    border: none;
    background: #ffffff;
    max-width: 100%;
    margin: 15px 0 30px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-height: 385px;
}

.iframeSMstyleTitle {
    font-size: 20px;
    color: #948768;
    margin: 0 5px -5px 5px;
    padding: 7px 15px 0 15px;
    font-weight: bold;
    display: none;
}

ul.sliderpagnation {
    margin: auto;
    width: 100%;
    height: 50px;
    text-align: center;
}

ul.sliderpagnation li a {
    color: #444444;
}

ul.sliderpagnation li.selected a {
    color: #cdbfa5;
}

ul.sliderpagnation li {
    padding: 0 3px;
    display: inline-block;
}

.trust-title {
    text-transform: uppercase;
    color: #444;
}

/* .trust-pilot-header{
    width: 500px;position: absolute; top:5px;
} */

/* wishlist */
.action-alert p {
    display: inline-block;
    margin-left: 10px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.action-alert p a {
    text-decoration: underline;
}

/* .div_acq li.wish-link{
    text-align: center;
    padding-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    width: 205px;
    padding-left: 10px;
    padding-right: 10px;
}
.chiedi_info{
    width: 170px!important;
}
.div_acq li.wish-link a{
    font-weight: 500;
    color: black;
    font-weight: bold;
}
.div_acq li.wish-link i{
    margin-right: 10px;
}
.wishlist-item-small a{
    color: black;
    font-size: 18px;
    margin-left: 3px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0dfda;
    border-radius: 3px;
    -webkit-border-radius: 3px;
} */
.wish-button {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    padding: 2px 10px;
    padding: 5px 10px;
    font-size: 12px;
}

.wish-button-add {
    background-color: #FF9900;
}

.wish-button-delete {
    background-color: gray;
}

.wish-button i {
    color: #fff;
}

.wishlist-title {
    text-transform: capitalize;
    color: #a19479;
    margin-left: 30px;
}

.wishlist-table {
    min-height: 250px;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.wishlist-table th {
    background: #ededed;
    padding: 5px;
}

.wishlist-table th {
    text-align: center;
}

.wishlist-table td {
    min-height: 85px;
    margin-top: 20px;
    padding: 10px 9px;
}

.wishlist-table tr:not(:last-child) td {
    border-bottom: 2px dotted #ccc;
}

.product-button .wishlist_login i {
    font-size: 16px;
}

i.into-wishlist {
    color: red !important;
}

i.into-cart {
    color: green !important;
}

.wishlist-login-modal {
    overflow: hidden !important;
    height: 290px !important;
}

/* action-alert */
.action-alert {
    padding: 8px 14px;
    font-size: 15px;
}

.action-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.action-alert-cart {
    background-color: green;
    color: white;
    border-color: #568e56;
}

.action-alert-wishlist {
    background-color: #f14545;
    color: white;
    border-color: #f77c7c;
}

.action-alert-wishlist b,
.action-alert-cart b {
    color: white;
}

/* Buttons */
input#dati {
    background-color: green;
}

/* #user_login_2, #user_pwd_2, #form_login_2 label{
    margin-top: 20px!important;
} */

#sidebar-filters-darkpage {
    background-color: #0003;
    width: 100%;
    height: 100%;
    z-index: 111;
    position: fixed;
    display: none;
    transition: all 300ms ease-in-out;
}

#sidebar-filters-darkpage.active {
    display: block;
}

#sidebar-filters {
    position: fixed;
    z-index: 112;
    width: 20%;
    min-width: 350px;
    height: 100%;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    transform: translate(-100%, 0px);
    transition: all 300ms ease-in-out;
}

#sidebar-filters.active {
    transform: translate(0px, 0px);
}

@media (max-width: 480px) {
    #sidebar-filters {
        width: 100%;
        min-width: 100%;
    }
}

.slider-price-chiara {
    -webkit-appearance: none;
    width: 98%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider-price-chiara::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #948768;
    cursor: pointer;
}

.slider-price-chiara::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #948768;
    cursor: pointer;
}

.chip,
.chip-price {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: rgba(148, 135, 104, .77);
    display: inline-block;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
    padding: 0 6px;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 2px 2px 2px 0px;
}

.chip-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    min-width: 0;
}

.chip-delete {
    margin-right: -6px;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
    opacity: .7;
}

.filter-section-title {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid;
}

.filter-section-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.filter-section {
    width: 100%;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

#sidebar-filters li.accordion-item {
    padding: 10px 0px;
    font-size: 15px;
    border-bottom: 1px solid #666666;
}

.st_div_txt .accordion-list .chevron-to-open {
    float: right;
    padding-top: 5px;
    transition: all 300ms ease-in-out;
}

.st_div_txt .accordion-list .chevron-opened {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
}

.filter-section-title {
    font-size: 15px;
}

.accordion-item-content {
    display: none;
}

/* .form-check {
    padding: 4px 0px;
} */

.overflow-hidden {
    overflow: hidden;
}

a.main-button-reso {
    font-size: 20px;
    height: 44px;
    line-height: 42px;
    background-color: #ff9500;
    color: white;
    width: 100%;
    display: block;
    border-radius: 10px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
}

/* stile ultimi visti home*/
.ultimi_articoli_visti {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
}


.ultimi_articoli_visti .nov .image_carousel {
    padding-left: 0;
}

.ultimi_articoli_visti .nov .image_carousel .caroufredsel_wrapper #foo_ultimi_visti {
    padding-left: 0.5rem;
}


.offcanvas ul>ul {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.offcanvas .dropdown-toggle {
    outline: 0;
}

.offcanvas .btn-toggle {
    padding: .6rem .5rem;
    font-weight: 500;
    color: var(--bs-emphasis-color);
    background-color: transparent;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.offcanvas .btn-toggle-nav .btn-toggle {
    padding: .5rem .5rem;
}

.offcanvas .btn-toggle:hover,
.offcanvas .btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.offcanvas .btn-toggle-nav .btn-toggle {
    text-transform: none !important;
}

.offcanvas .btn-toggle-nav .link-body-emphasis {
    font-size: 1rem;
}

.offcanvas .btn-toggle::after {
    width: auto;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    padding: 3px;
    border: 1px solid var(--bs-dark);
}

.offcanvas .btn-toggle-nav .btn-toggle::after {
    border: none;
}

.offcanvas .btn-toggle.flag-toggle::after {
    border: none !important;
}

.offcanvas [data-bs-theme="dark"] .btn-toggle::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.offcanvas .btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.offcanvas .btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.offcanvas .btn-toggle-nav a {
    padding: .3rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.offcanvas .btn-toggle-nav a:hover,
.offcanvas .btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.offcanvas .scrollarea {
    overflow-y: auto;
}

div#promo2 {
    background-color: #D6CBB3;
}