/* CSS Document */
.skip-link {
  background: #319795;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
}

.skip-link:focus {
  transform: translateY(0%);
}


html, body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFF;
}

.text-primary { color: #003153 !important; }
.bg-primary { background-color: #003153 !important; }
.bg-outline-primary { background-color: #003153 !important; }

.btn-primary { background-color: #003153 !important; border-color: #004B7F !important; }
.btn-outline-primary { color: #003153 !important; border-color: #003153 !important; }
.btn-outline-primary:hover, .btn-outline-primary:active { color: #FFF !important; background-color: #003153 !important; border-color: #004B7F !important; }
.btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus { box-shadow: 0 0 0 .2rem rgba(213, 173, 0, 0.24); }

.border-primary { border-color: #003153 !important; }
.text-secondary { color: #4C4C4C !important; }
.bg-secondary { background-color: #4C4C4C !important; }
.btn-secondary { background-color: #4C4C4C !important; border-color: #545454 !important; }
.border-secondary { border-color: #4C4C4C !important; }
.text-red { color: #960018 !important; }
.bg-red { background-color: #960018 !important; }
.btn-red { background-color: #960018 !important; color: #FFF; }
.border-red { border-color: #960018 !important; }
a.btn-red { color: #FFF !important; }

.bg-light { background-color: #EFEFEF !important; }
.btn-info { background-color: #DDD !important; border-color: #DADADA !important; color:#4c4c4c !important; }
.bg-info { background-color: #DDD !important; }

.btn { border-radius: 0 !important; }

a { color: #003153; }
a:hover { color: #004B7F; }

h2, h3 { font-weight: 300; line-height: 1.4; }


.page-link {
    color: #4C4C4C;
}
.page-item.active .page-link {
    background-color: #4C4C4C;
    border-color: #4C4C4C;
}

.mt-25 { margin-top:25px; }
.mr-25 { margin-right:25px; }

.well { padding:15px; border:0.5px solid #cecece; background-color: #fafafa; margin:15px auto; }

i.material-icons { vertical-align: middle; }

/*INPUT*/
input, textarea { border-radius: 0 !important; }

header .bg-info { height: 40px; line-height: 40px; }
header .bg-info .head_info h2 { line-height: 40px; font-size: 12px; font-weight: 300; font-style:oblique; }
header .bg-info .head_link {
    font-size:10px;
}
header .bg-info .head_link i.material-icons {
    font-size:15px;
    color:#003153 !important;
    vertical-align: middle;
    margin-left: 10px;
}
header .bg-info .head_link a { color:#4c4c4c; }

header .container { position: relative; }

header .header-cta i.material-icons.md-32 { color:#003153 !important; padding:10px; }

header .bg-secondary { color:#FFF; }
header .bg-secondary a { color:#FFF !important; }

header #logo { background:url(../images/logo.png) no-repeat center left transparent; max-width:250px; max-height:60px; min-width:100%; min-height:100%; margin:10px 0; display:inline-block; vertical-align:middle; background-size:contain; }
header #logo a { display:block; min-height:60px; }
header #logo a span { float:left; height:0; overflow:hidden; position:relative; text-indent:-9999px; }

/*header #search_box .btn { padding-top:10px; padding-bottom: 4px; }*/

header #wish_box,
header #carrello { cursor: pointer; }

header #wish_box span.badge,
header #num_item { position: absolute; right: 0; top: 0; }

header #p_login_form a.registrati { display: none; }
header #p_login_form a.accedi { display: none; }

header .head-icon-text { font-size:10px; text-align: center; display: block; }

header #main_menu ul li a { 
    font-size: 14px;
    font-weight: 300; 
}
header #main_menu {
    z-index: 999;
    background-color: #4c4c4c;
}
header #main_menu .dropdown-menu { 
    background-color: #4C4C4C;
    border-radius: 0;
}
header #main_menu ul li a:hover {
    color:#003153 !important;
}

.breadcrumb { background-color: transparent; padding: 10px 0; }
.breadcrumb li { font-size:12px; }
.breadcrumb li a { color:#4C4C4C; font-weight: 300; } 
.breadcrumb-item + .breadcrumb-item::before { color:#777; font-weight: 300; content: ">"; }
.breadcrumb li.active a { color:#777; }

aside #aside_category { position: relative; }

aside .aside_subtitle {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 15px 0px;
    font-weight: 600;
    border-bottom: 0.5px solid #cecece;
    border-top: 0.5px solid #cecece;
}
aside nav.filtri {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
aside nav.filtri > ul > li, aside nav#aside_category > ul > li {
    font-size: 14px;
}
aside nav.filtri > ul > li > label, aside nav#aside_category > ul > li > label, aside nav > ul > li > a {
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    color: #555555;
    cursor: pointer;
    margin: 0;
}
aside nav.filtri > ul > li > label > input.filter_options {
    margin-right: 15px;
}
aside .more_nav, aside .less_nav {
    cursor: pointer;
    position: absolute;
    top:-47px;
    right: 0;
}


#open-sidebar { margin-bottom:25px; }
#open-sidebar .material-icons { font-size: 18px; }
#close-sidebar { margin-top:25px; }
#close-sidebar .material-icons { font-size: 18px; }

.box_ordinamento .sort button { color: #575756 !important; }

/*MODAL*/
.modal-content { border-radius: 0; }
.modal-content .modal-header, .modal-content .modal-body, .modal-content .modal-footer { padding: 2rem 3rem; }

#login_form .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
#login_form .modal-body {
    font-size:12px;
}
#login_form .modal-body .pwd_lost {�width: 100%; text-align: center; }
#login_form .modal-footer {
    border-top: 0;
    background-color: #960018;
    font-size:12px;
    justify-content:center;
}
#login_form .modal-footer .registrati { width: 100%; text-align: center; }
#login_form .modal-footer .registrati a { color:#FFF; }
#login_form .modal-footer button { display: block; margin: 0 auto; }
#login_form .btn { width: 100%; }

.promo { font-size: 12px; font-weight: 300; padding: 7px 5px; position: absolute; top:0px; left:0px; color:#003153; border:0.5px solid #003153; }
.novita { font-size: 12px; font-weight: 300; padding: 7px 5px; position: absolute; top:0px; left:0px; color:#960018; border:0.5px solid #960018; }

.banner_categoria { margin-bottom: 25px !important; }

/*PRODOTTTO ELENCO*/
.categoria_content img { margin-bottom: 25px; }
h1.categoria_titolo { font-size: 30px;  margin-bottom: 10px; text-transform: uppercase; color:#505050;}
h1.categoria_titolo span { font-weight: 100; font-size:13px; }
p.categoria_descrizione { font-size:12px; color:#505050; border-bottom: 0.5px solid #cecece; padding-bottom: 10px;  }
p.categoria_descrizione.special { position:static !important; }
p.categoria_descrizione a { color:#545454; }

.prodotto_elenco { border:0; margin-bottom: 20px; cursor: pointer; padding: 20px; position: relative; }
.prodotto_elenco.card { background-color: transparent; }
.prodotto_elenco .prodotto_content { height: 100%; padding-bottom:25px; position: relative; }

.prodotto_elenco h2 { font-size:13px; font-weight: 300; margin-bottom: 5px; color:#4C4C4C; }
.prodotto_elenco h2 span { font-size:16px; font-weight: 400; display: block; color:#111; text-transform: uppercase; line-height: 1; }
.prodotto_elenco h2 a { }
.prodotto_elenco img { padding:0.5px; }
.prodotto_elenco .prodotto_content:hover { background-color: #f8f8f8;}
.prodotto_elenco .prodotto_content .descrizione { height: 50px; }
.prodotto_elenco p { display: none; }
.prodotto_elenco .prezzo { margin-top:15px; }
.prodotto_elenco .prodotto_content .descrizione, .prodotto_elenco .prodotto_content .prezzo { padding:0.5rem; }
.prodotto_elenco .prezzo .importo { font-weight: 700; font-size:14px; color:#111; float: left; margin-right: 10px; }
.prodotto_elenco .prezzo .barrato { font-weight: 100; font-size:14px; color:#777; text-decoration:line-through; }
.prodotto_elenco .prezzo .sconto { 
    position: absolute;
    top:0;
    right: 0;
    border: 0.5px solid #960018;
    background-color: #FFF;
    color: #960018;
    font-weight: 300;
    padding:7px 5px;
    font-size:12px;
} 
.prodotto_elenco .disponibile { position: absolute; left: 0; bottom: 15px; width: 100%; padding:0.2rem 0.5rem; }
.prodotto_elenco .disponibile, 
.prodotto_elenco .disponibile i { font-size:10px; }
.prodotto_elenco .wishlist { position:absolute; bottom: 35px; right: 20px; cursor: pointer; }
.prodotto_elenco .wishlist i { color:#960018; }

.prodotto_elenco .dettaglio {
    color:#333333;
    text-align: center;
    font-size: 13px;
}
.prodotto_elenco .prodotto_content:hover .dettaglio { color:#FFF; }

article .correlati {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}

article .correlati .card {
    max-width: 225px;
    flex: unset;
    display: inline-block !important;
}

article .correlati .card h2, article .correlati .card .prezzo { white-space: normal; }

article .correlati .prodotto_elenco h2 { font-size:12px; }
article .correlati .prodotto_elenco .prezzo .outlet { 
    padding: 10px 15px; 
}

article .prodotto_dettaglio h4 { font-size: 13px; }
article .prodotto_dettaglio #fade-quote-carousel blockquote p { line-height:13px; }
article .prodotto_dettaglio #fade-quote-carousel blockquote p em.small { font-size:11px; }
article .prodotto_dettaglio #fade-quote-carousel blockquote .blockquote-footer { font-size:12px; }

article .prodotto_dettaglio .photos .image { position: relative; }
article .prodotto_dettaglio .photos .image img { max-width: 100%; height: auto; } 
article .prodotto_dettaglio .border { border-width:8px !important; }
article .prodotto_dettaglio .nome { }
article .prodotto_dettaglio .nome .disponibile, 
article .prodotto_dettaglio .nome .disponibile i { font-size:12px; margin: 10px 0; }
article .prodotto_dettaglio .nome h1 { font-size:22px; font-weight: 300; }
article .prodotto_dettaglio .nome h1 strong { font-size:22px; font-weight: 700; display: block;}
article .prodotto_dettaglio .nome p small { color: #777777; text-transform: uppercase; font-weight: 300; font-size:12px; }
article .prodotto_dettaglio .nome h2 { 
    color: #505050;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}
article .prodotto_dettaglio .nome .rate_short { margin: 10px 0; }
article .prodotto_dettaglio .nome .rate_short > div:first-child { float: left; margin-right: 10px; }
article .prodotto_dettaglio .nome .rate_short .reviews_link { font-size:12px; }

article .prodotto_dettaglio .action .prezzo .barrato { font-weight: 300; font-size:22px; line-height: 32px; color:#999; text-decoration:line-through; }
article .prodotto_dettaglio .action .prezzo #importo { font-weight: 400; font-size:28px; line-height: 32px; color:#4C4C4C; float: left; margin-right: 15px; }
article .prodotto_dettaglio .action .prezzo .sconto { color:#003153; font-size:14px; display:block; font-weight: 100; padding: 15px 0; }
article .prodotto_dettaglio .wishlist i { border-width: 0.5px; }
article .prodotto_dettaglio .wishlist i { vertical-align: middle; }
article .prodotto_dettaglio .action { padding: 15px 0; } 
article .prodotto_dettaglio .action .pulsante-group { margin: 15px 0; }
article .prodotto_dettaglio .action .pulsante { text-align: left; margin: 0;}
article .prodotto_dettaglio .action .pulsante a {  font-size:16px; font-weight: 300; }
article .prodotto_dettaglio .action .pulsante a i { vertical-align: text-bottom; }

article .prodotto_dettaglio .action .prezzo_opzioni { font-size: 12px; }

article .prodotto_dettaglio .descrizione, article .prodotto_dettaglio .descrizione_opinioni, .correlati_title { margin-top: 10px; }
article .prodotto_dettaglio .descrizione h3, article .prodotto_dettaglio .descrizione_opinioni h3, .correlati_title h3 { 
    font-size: 13px;
    border-bottom:0.5px solid #cecece;
    padding: 15px 0;
}
article .prodotto_dettaglio .descrizione p.testo { font-size: 13px; color:#666; }


article .prodotto_dettaglio .action .disponibile { padding:0.2rem 0.5rem; }
article .prodotto_dettaglio .action .disponibile,
article .prodotto_dettaglio .action .disponibile i { font-size:10px; }

article .prodotto_dettaglio .benefits ul li {
    font-weight: 300;
    font-size:10px;
    text-align: center;
    padding: 15px 0;
}
article .prodotto_dettaglio .benefits ul li i.material-icons {
    color:#003153;
    display: block;
}

article #richiedi_info { cursor: pointer; }

article .prodotto_dettaglio .prodotto_dati { }
article .prodotto_dettaglio .prodotto_dati dl {
    -webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;
}
article .prodotto_dettaglio .prodotto_dati dt { font-size: 11px; font-weight: 700; color:#4c4c4c; text-transform: capitalize; /*float: left;*/ display: inline !important; margin-right: 10px; }
article .prodotto_dettaglio .prodotto_dati dd { font-size: 11px; font-weight: normal; color:#666; text-transform: capitalize; }

article h2.title, 
article .prodotto_dettaglio h2.title { font-size:16px; color:#231F20; font-weight: normal; margin:25px 0 50px; padding-bottom: 20px; } 
article .prodotto_dettaglio h3.title { font-size:15px; color:#231F20; font-weight: normal; margin:15px 0; } 

article .prodotto_dettaglio p.testo { font-size:13px; }

/*** DISPONIBILITA ***/
.cart_avail, .cart_avail span {color:var(--success);}
.cart_wait_avail, .cart_wait_avail span {color:var(--warning);}
.cart_not_avail, .cart_not_avail span {color:var(--danger);}
.cart_avail span, .cart_wait_avail span, .cart_not_avail span {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.cart_avail span::before {
    content: "\f058";
}
.cart_wait_avail span::before {
    content: "\f056";
}
.cart_not_avail span::before {
    content: "\f057";
}

/*** ATTRIBUTI ***/
#attribute_option {
    padding: 25px 15px 15px;
    background-color: #F8F8F8;
    text-align: left;
}
#attribute_option .attr_select, 
#attribute_option .attr_radio, 
#attribute_option .attr_input_int, 
#attribute_option .attr_input_dec, 
#attribute_option p.attr_color {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
}
#attribute_option p.attr_select strong, 
#attribute_option p.attr_radio strong, 
#attribute_option p.attr_input_int strong, 
#attribute_option p.attr_input_dec strong, 
#attribute_option p.attr_color strong {
    font-weight: 300;
    font-size: 12px;
}
#attribute_option div.attr_color {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 15px 0;
}
#attribute_option div.attr_color label {
    width: 120px;
    height: 120px;
    position: relative;
    vertical-align: top;
    margin-right: 15px;
}
#attribute_option div.attr_color label img {
    width: 120px;
    height: 120px;
}
#attribute_option div.attr_color label input,
#attribute_option div.attr_color label span {
	display:none;
}
#attributo_gruppo div.attr_color label:hover img {
	width:120px !important;
	height:120px !important;
	max-width:120px !important;
	z-index:9998;
}
#attribute_option div.attr_color label:hover span {
	display:block;
	position:absolute;
	background-color:#4c4c4c;
	color:#FFF;
	padding:10px 15px;
	top:00px;
	font-size:13px;
	z-index:9999;
	white-space:nowrap;
}
#attribute_option .attributo_calcolo { display: none; }

/*** FINE ATTRIBUTI ***/

article .prodotto_elenco .wishlist { /*text-align:right;*/ font-size:8px; font-weight: 100; color:#575756; cursor: pointer; padding: 15px 0; }
article .prodotto_elenco .wishlist i { font-size:24px !important; vertical-align: middle; }

.barrato { font-weight: 100; font-size:14px; color:#777; text-decoration:line-through; }

.rating10 i.material-icons,
.rating9 i.material-icons,
.rating8 i.material-icons,
.rating7 i.material-icons,
.rating6 i.material-icons,
.rating5 i.material-icons,
.rating4 i.material-icons,
.rating3 i.material-icons,
.rating2 i.material-icons,
.rating1 i.material-icons,
.rating0 i.material-icons { font-size:14px; color:#F8B717; }

.reviews { padding-bottom: 15px; border-bottom: 0.5px solid #cecece; margin-bottom: 15px; }
.reviews .review_head { font-size: 11px; }
.reviews  .review_body { font-size: 11px; color:#666; font-style: oblique; }
.reviews > span > span { display: none; }

footer .footer_nav { padding: 50px 0; }
footer .footer_bottom { padding:15px; font-weight: 300; font-size:10px; }
footer #credits, footer #credits i { font-size:10px; }

.material-icons.md-12 { font-size: 12px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-32 { font-size: 32px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.pt-20 { padding: 20px 0; }
.pt-50 { padding: 50px 0; }

.linea_filter { }
.linea_filter li { text-align: center;}
.linea_filter li label { font-size:10px; }
.linea_filter input { display: none; }
.linea_filter img { max-width: 80px; }

#logo-bottom {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: .35;
    padding: 20px 0;
}
.social-link a { padding: 5px 25px; }

#slide_home .carousel-item img { 
    /*border-radius: 5px 5px 0 0;*/
    height: auto;
}
#indicatori-slide { 
    width: 100%;
    border-bottom: 3px solid #f2f2f2; 
    border-radius: 5px;
}
#indicatori-slide ol { 
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
}
#indicatori-slide ol li { 
    display: table-cell;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    font-size:13px;
    line-height: 20px;
    position: relative;
}
#indicatori-slide ol li.active { 
    color:#E40046;
    font-weight: 600;
}
#indicatori-slide ol li .arrow-up {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left:-5px;
}
#indicatori-slide ol li.active .arrow-up { 
    display: block;
}

#banner_home .item, #banner_home_sub .item { margin-top:25px; }

.banner_generale { margin: 15px auto; }

.newsletter_footer {
    background-color: #003153;
    margin-top: 25px;
}
.newsletter_footer div {
    text-align: center;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #FFF;
}
.newsletter_footer div a { 
    display: inline-block;
    border: 2px solid #FFF;
    color: #FFF;
    padding: 5px 10px;
    text-transform: uppercase;
}

#ultimi_arrivi {
    background-color: #4C4C4C;
    background-image: url(../images/bg-weed.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 50px;
}

#fascia-header { padding-top: 7px; padding-bottom: 7px; text-align: center; }
#fascia-header h3 { display: inline-block; margin: 0; font-size:12px; font-weight: 300; }
#fascia-header p { display: inline-block; margin: 0; font-weight: 300; font-size:12px; }
#fascia-header a { display: inline-block; margin-left: 0; font-size:11px; text-transform: uppercase; font-weight: 100; }

.countdwn_txt,
.countdwn { font-size:10px; color:#D1D3D4; }

/*** INIZIO CARRELLO ***/
#shopping-cart { margin-top:50px; }

#shopping-cart .cart_item { padding-bottom: 25px !important; }

#shopping-cart .cart_item .action { text-align: center; }
#shopping-cart .cart_item .action .qta { width:50px; text-align: center; border: 0.5px solid #cecece; font-size: 15px; font-weight: 300; }
#shopping-cart .cart_item .action .disponibile { border-top:0.5px solid #efefef; padding-top: 10px; }
#shopping-cart .cart_item .action .disponibile, #shopping-cart .action .disponibile i { font-size: 12px; }

#shopping-cart .cart_item .price { text-align: right; }
#shopping-cart .cart_item .price .barrato { text-decoration: line-through; }

#shopping-cart .cart_v3_col h1, #shopping-cart .cart_v3_col h2 {
    font-size:16px !important;
    font-weight: 700;
}
#shopping-cart .cart_v3_col label, #shopping-cart .cart_v3_col p { 
    font-size:14px;
    font-weight: 100;
    line-height: 18px;
}
#shopping-cart .cart_bottom .cart_v3_col .temp_result { float:right; }
#shopping-cart .cart_v3_col p#subtotale span, #shopping-cart .cart_v3_col p#totale span {
    float: right;
}
#shopping-cart .cart_v3_col p#totale {
    font-weight: 700;
    font-size: 18px;
}

#shopping-cart .cart_v3_btm { margin-top: 25px; }

#shopping-cart #checkout #cassa { display: block; }
#shopping-cart #checkout .mini { display: block; color:#8D8D8D; font-weight: 100; font-size:12px; text-align: center; }

#shopping-cart #prev_step { margin-top: 50px; }

#shopping-cart #payment_list { list-style: none; padding-left: 0; }
#shopping-cart #payment_list input { display: inline-block; }
#shopping-cart #payment_list label { display: inline; }

#shopping-cart #billing_add { text-align: center; }

#shopping-cart #shipping_list div { position: relative; }
#shopping-cart #shipping_list .ico_edit { position: absolute; bottom:5px; right: 5px; }
#shopping-cart #shipping_list .ico_edit i { font-size:14px; }
#shopping-cart #shipping_list #shipping_list_add { text-align: center; }

.box_selected, .box_not_selected { padding: 20px; border:0.5px solid #efefef; margin-bottom: 25px; display: block;}
.box_selected { background-color: #444; color:#fff; }

#user_login_box label { font-size:13px; }
.logged { font-size:12px !important; font-weight:normal; margin: 0; text-align: right; }
.logged a { color:#4c4c4c; margin-left: 15px; }
form .avviso { margin-top:15px; font-size:12px; font-weight: 100; }

.captcha_box { float:left; margin:10px 15px 0 0; text-align: center; }
input[type='text']#captcha { width:290px; }
.pulsante { text-align: center; margin: 15px auto; }
.hidden { display: none; }

div#lista_brand { background-color: #fff; }
section.customer-logos { margin-bottom: 50px; padding: 20px; background-color: #fff; }

#profile-nav ul li h2 {
    font-size:14px;
}
#profile-nav ul li span i.material-icons {
    vertical-align: middle;
}

#payment_button {
    text-align: center;
    padding: 25px;
    border: 1px solid #003153;
}

/*** SUBOTOTALE MOBILE ***/
#totale.fixed-bottom { 
    position:fixed; 
    left:0; 
    bottom:0; 
    width:100%; 
    background-color:#003153;
    margin:0; 
    padding:10px 30px; 
    z-index:3000000000; 
}
#subtotale.fixed-bottom {
    position: fixed;
    bottom: 30px;
    font-size: 10px;
    width: 100%;
    left: 0;
    padding: 10px 30px;
    z-index: 3000000000;
    background-color:#efefef; 
    margin: 0;
}


/*** CARTA ORO NEL CARRELLO ***/
#\31 _0_0.cart_item { padding: 15px 0 !important; margin-bottom:10px; }
#\31 _0_0.cart_item > .action > .qta { display:none; }
#\31 _0_0.cart_item > .action > .add_item { display:none; }
#\31 _0_0.cart_item > .action > .del_item { display:none; }
#\31 _0_0.cart_item > .action > .disponibile { display:none; }

.lista_brand > div > a > img {
	filter: gray;
	-webkit-filter: grayscale(1); 
	opacity:0.7;
}
.lista_brand > div:hover > a > img {
	filter: none; 
	-webkit-filter: grayscale(0); 
	opacity:1;
}

.ordine_ok { margin:25px 0; }
.ordine_ok h1, .ordine_ok h2, .ordine_ok p { text-align: center; }

/*** FINE CARRELLO ***/

/*** COOKIE ***/
#cookie { 
	width: 100%;
	/*.small;*/
	color:#EEE;
	margin:0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #000;
}
#cookie form { 
	padding:20px;
	margin:0;
}
#cookie p { margin:0; font-size:12px; text-align: center; }
#cookie p a { color:#EEE; text-decoration: underline; }
#cookie input[type='submit'] { 
	padding:2px 10px;
    background-color:#EEE;
    color:#000;
    border: 0;
}
/*** FINE COOKIE ***/

#toTop i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    
    color: #777777;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0.6;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 28px;
}

/*** LANGUAGE ***/

header #language { float:right; }
header #language ul { list-style:none; margin:0; padding:0; display:table; }
header #language ul li { display:table-cell; }
header #language ul li a { opacity:0.5; background-size: contain; width:24px; height:24px; margin:9px 5px; text-indent:-9999px; float:left; text-align: left; }
header #language ul li a:hover,
header #language ul li.sel a { opacity:1; }
header #language .lng_ { background-image:url('../images/flags/it.png'); }
header #language .lng_it { background-image:url('../images/flags/it.png'); }
header #language .lng_en { background-image:url('../images/flags/en.png'); }
header #language .lng_es { background-image:url('../images/flags/es.png'); }
header #language .lng_de { background-image:url('../images/flags/de.png'); }

/*** FINE LANGUAGE ***/
    
@media only screen and (max-width: 480px) {
    header .head_info { display: none; }
    header #claim { display: none; }
    header #search_nav_box { position: absolute; top:65px; z-index: 100; /*left: 50%; width: 300px; margin-left: -150px;*/ }
    /*header nav.navbar { padding: 0; }*/
    #indicatori-slide ol li { display: none; }
    #indicatori-slide ol li.active { display: table-cell; }
    .social { margin-top: 25px; }
    
    .logged { font-size:10px !important; }
    
    .breadcrumb li { font-size: 10px; }
    .breadcrumb li a { font-weight: 100; }
    
    .prodotto_elenco { padding:5px; }
    .prodotto_elenco .wishlist { right:5px; bottom:15px; }
    .prodotto_dettaglio .pulsante {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0px;
    }
    .prodotto_dettaglio .pulsante a {
        padding: 15px;
    }
    #shopping-cart .cart_item .image, #shopping-cart .cart_item .descrizione, #shopping-cart .cart_item .price { text-align: center; }
    footer .footer_nav { text-align: center; }
    footer .footer_nav .text-right { text-align: center !important; }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    header .head_info { display: none; }
    header #claim { display: none; }
    #indicatori-slide ol li { display: none; }
    #indicatori-slide ol li.active { display: table-cell; }
    .social { margin-top: 25px; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header .head_info { display: none; }
    header #claim { display: none; }
    .social { text-align: right; }
}
@media only screen and (min-width: 1024px) {
    header .row .navbar { margin: 0px auto; }
    .social { text-align: right; }
    
    header #wish_box i,
    header #login_box i,
    header #carrello i { padding: 10px 10px 0; }/*.material-icons*/
    
    header #main_menu ul { display: table; width:100%; }
    header #main_menu ul li { display: table-cell; }
    
    article .prodotto_dettaglio #gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    article .prodotto_dettaglio #gallery .prodotto_foto,
    article .prodotto_dettaglio #gallery .prodotto_video {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    #aside_close { display: none; }
    #aside_open { display: none; }
}
    
@media only screen and (max-width: 1024px) {
    header #main_menu ul li a { font-size:12px; }
    header #logo { max-height:40px; }
    header #logo a { min-height:40px; }
    header #search_nav_box { position: absolute; top:74px; z-index: 100; /* left: 50%;width: 760px; margin-left: -380px;*/ }
    header .navbar.navbar-expand-lg { padding: 0; }
    header #main_menu_button { 
        padding-left: 0;
        border: 0;
    }
    
    header #wish_box,
    header #login_box,
    header #carrello { padding:0; }
    
    header #wish_box i,
    header #login_box i,
    header #carrello i { font-size: 24px !important; padding: 10px 10px 0; }/*.material-icons*/
    #sidebar.sticky-top { position: initial; }
    
    p.categoria_descrizione {
        overflow: auto;
        max-height: 75px;
    }
    
    .box_page { margin-top: 15px; }
    .box_page .float-right {
        float:none !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}



/*** Autocomplete ***/
@import "/css/jquery-ui-1.10.4.custom.min.css";
.ui-autocomplete-loading {
  background: white url('/images/ui-lightness/ui-anim_basic_16x16.gif') right center no-repeat;
}
.ui-widget {
  font-family: 'Roboto', serif;
  font-size: 0.8em;
}

form#search_box{
  position: relative;
}

form#search_box ul{
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	max-height: 200px;
	overflow: auto;	  
	z-index: 1035;	  
	border:0.5px solid #DDDDDD;
/*	border-radius: 6px;*/	

	background:#FFF !important;
	padding:0;
	border-radius:0 !important;
}
form#search_box ul li {
	list-style:none;
	border-radius:0 !important;
}
form#search_box ul li a {
	display:block;
	text-decoration:none;
	padding:5px;
/*	font-size: 0.9em;*/
	cursor:pointer;
	border-radius:0 !important;
    color: #333;
}
form#search_box ul li a.category_list {
	color:#003153;
	font-weight:bold;
	border-top:1px solid #DDDDDD;	
}
form#search_box ul li a:hover, form#search_box ul li a.category_list:hover {
	color:#FFF;
}
form#search_box ul li a span.highlight {
	color:#003153;
	/*color:#FFF;*/
}
form#search_box button { background-color:#FFF; border: 1px solid #ced4da; border-left:0; }

form#search.form-control:focus { border-color:#CCC !important; }

span.ui-helper-hidden-accessible{
	display: none !important;
}

a.ui-state-focus {
	color: #ffffff !important;
	background: #AAA !important;
	border:0px !important;
	border-radius:0 !important;
}


/*** PUNTI VENDITA ***/
.storelocator-panel {
  /*border: 1px solid #ccc;*/
  overflow: auto;
}
.storelocator-panel .store-list {
  margin: 0;
  padding: 0;
  list-style:none;
}
.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding: 5px;
}
.storelocator-panel .directions-panel {
  font-size: 0.8em;
}

.storelocator-panel .store-list li.store {
	border:1px solid #CCC;	
	margin-bottom:5px;
}
.storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  background: #FFF;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
  background: #ccf;
}

.storelocator-panel .directions {
  display: none;
}

.storelocator-panel .location-search {
  padding: 5px;
}

.storelocator-panel .location-search input {
  width: 95%;
  	border:1px solid #CCC;
}

.storelocator-panel .location-search h4 {
	font-size:14px !important;
	padding:10px 0;	
  margin: 0;
}

.storelocator-panel .store-list .no-stores {
  color: grey;
}

.storelocator-panel .store .features {
  display: none;
}

.storelocator-panel .feature-filter {
  overflow: hidden;
}

.storelocator-panel .feature-filter label {
  display: block;
  font-size: 14px;
  margin: 0 0.4em;
  float: left;
}
.storelocator-panel .feature-filter label input {
	margin-right:10px;
}

.store .title {
  font-weight: bold;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
  font-size: 80%;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  display: block;
}

.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 70%;
  max-width: 250px;
}

.store .features li {
  display: inline;
  float: left;
  padding-right: 0.8em;
}

.store .web a {
  color: green
}

.store .action {
  font-size: 0.8em;
  color: green;
  margin-right: 0.5em;
}

#map-canvas, #panel { height: 500px; }
#panel .feature-filter label { width: 130px; }
p.attribution, p.attribution a { color: #666; }
.store .hours { color: grey; }