@charset "UTF-8";
/* CSS Document */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    width: 100%;
}
body {
    background-color: #fff !important;
    font-family: Roboto;
}

.nav{
    background-color: rgb(52,73,112);
}
.d-flex{
    display: flex;
}
.row{
    flex-direction: row;
}
.col{
    flex-direction: column;
}
a:has(.homepage_box){
    text-decoration: none;
}
.homepage_box{
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
}
.homepage_box .hbtn{
    /*background-color: rgb(248,212,72);*/
    background-color: #344970;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
}
.homepage_box .hbtn .titolo{
    flex: 0.9;
    font-weight: 700;
    color: #fff;
}
.titolo_categoria{
    font-size: 1.5rem;
  font-weight: 700;
    text-transform: uppercase;
}
.titolo2{
    font-size: 1.2rem;
    font-weight: 700;
}
.titolo_articolo{
    font-size: 1.2rem;
}
.product_badges {
    background: rgba(90, 172, 50, .1);
    color: #383838;
    font-size: .625rem;
    font-weight: 500;
    gap: .5rem;
    padding: 4px;
    letter-spacing: 1px;
    line-height: 1rem;
    text-transform: uppercase;
}
.product_badges_nondisponibile {
    background: rgba(255, 91, 71, .4);
    color: #383838;
    font-size: .625rem;
    font-weight: 500;
    gap: .5rem;
    padding: 4px;
    letter-spacing: 1px;
    line-height: 1rem;
    text-transform: uppercase;
}
.description-box {
  border: .0625rem solid #dbdbdb;
  border-radius: .5rem;
  padding: 1rem;
}
.carosello_cerchi,.slider_frame {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*flex-wrap: wrap;*/
    overflow-x: auto;
    white-space: nowrap;
}
.home_cerchio_categoria{
    width: 6.25rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 12px;
}
.home_cerchio_categoria h2{
    color: #383838;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4px;
}
.home_cerchio_categoria .cerchio{
    align-items: center;
    background-color: #ffd201;
    border-radius: 3.125rem;
    display: flex;
    height: 6.25rem;
    justify-content: center;
    width: 6.25rem;
}
.lista_articoli .articolo{
    margin-bottom: 17px;
}
.lista_articoli .articolo a{
    text-decoration: none;
    color: #000

}
.lista_articoli .articolo .descr{
    margin-top: 4px;
    font-size: 14px;
    text-transform: uppercase;
    word-break: break-word;
}
.lista_articoli .articolo .foto img{
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    max-height: 150px;
    max-width: 150px;
}
.lista_articoli .articolo .foto{
    border: 1px solid #dacc94;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
}

.lista_articoli .articolo .codice{
    font-size: 12px;
    text-transform: uppercase;

}
.lista_articoli .articolo .box_codice{
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 4px;
}
.page-item.active .page-link{
    background-color: #000;
    color: #fff;
    border-color: #ccc;
}
.page-link{
    color: #000;
}
.filter-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f3f3f3;
    border-radius: 24px;
    font-size: .875rem;
    gap: .25rem;
    line-height: 1.25rem;
    height: 40px;
    padding: .5rem .75rem;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
}
.filter-item div{
    display: flex;
    flex-direction: row;
    margin-left: 4px;
}
.filter-item:has(svg){
    border: 1px solid #000;
}
.notice{
    background-color: #fffbc0;
    border-left: #1f73b7 solid 5px;
    padding:10px;
    margin:10px;
    color:black;
    font-style:italic;
    text-align:left;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIB typeahead_search */
.typeahead_search td{
    padding-top: 9px;
    padding-bottom: 9px;
}
.typeahead_search tr.articoli:hover{
    background-color: lightyellow;
}
.typeahead_search .ty_tag_box td{
    padding-left: 30px;
}
.typeahead_search .ty_tag_box td li{
    margin-top: 8px;
    margin-bottom: 8px;
}
.typeahead_search .ty_tag_box a{
    font-weight: 600;
    color: #000;
}
.typeahead_search b{
    font-weight: 600;
    background-color: lightyellow;
}
.nav_bar_footer .box, .box a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ END   typeahead_search  */

/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIB parama btn */
.btn_parama{

}
/* ++++++++++++++++++++++++++++++++++++++++++++++ END   parama btn  */

/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIB OVERRIDE BOOTSTRAP */
.btn{
    border-radius: 0px !important;
}
.breadcrumb-item a{
    color: #000;
    text-decoration: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ END   OVERRIDE BOOTSTRAP  */


/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIN STILE FINESTRE MODALI E LOADING */
.noscroll {
    overflow: hidden;
}
.finestre_modali {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
	position: fixed;
	top: -1000px;
	left: -2010px;
	padding: 0px;
	z-index: 900;
}
.finestre_modali .titolo{
    font-family: "Roboto Condensed";
    font-size: 1.5em;
    font-weight: 700;
    height: 60px;
    margin-top: 10px;
    text-transform: uppercase;
}
.finestre_modali .box{
    padding-left: 20px;
    padding-right: 20px;
}
.finestre_modali .hr{
    border-top: 1px solid #999;
    height: 2px;
}
#loading_layer{
    z-index: 899;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ END STILE FINESTRE MODALI E LOADING  */


/* ++++++++++++++++++++++++++++++++++++++++++++++ BEGIN ACCORDION */
.accordion {
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 7px;
    margin-top: 20px;
    transition: background-color 0.3s;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc;
}
.accordion .titolo2{
    flex: 2;
}
.accordion .titolo2 .valore_attuale{
    font-size: 12px;
    font-weight: 400;
    color: #777;
    letter-spacing: 1px;
}
.panel .opzione{
    display: flex;
    flex-direction: row;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
}
.panel .opzione .voce{
    flex:2;
}
.panel input[type] {
    width: 20px;
    height: 20px;
    accent-color: #000; /* Optional: change the color of the radio button */
}
.accordion.active {
    /*background-color: #f1f1f1;*/
}
.accordion.active .icon svg {
    transform: rotate(180deg);
}

.panel {
    padding: 0 10px;
    padding-left: 30px;
    padding-right: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.panel p {
    margin: 10px 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ END  ACCORDION */
