html { 
  margin: 0px;
  padding: 0px; 
   
}
.color_template{
  color: var(--color_template) !important;
}

body { 
  color: #333; 
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px; 
  width: 100%;
  height: 100%; 
  position: relative;   

}

img{
pointer-events: none !important;
}

h1{
line-height: 1em;
font-size: 18px;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



.popup {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  box-sizing: border-box;
}

.white-popup {
position: relative;
background: #FFF;
padding: 0px;
width: auto;
max-width: 700px;
margin: 20px auto;
box-sizing: border-box;
}

a {
  text-decoration: none;
  color: var(--color_template);
  transition: all 0.3s;
}
a:hover {
  color: #333;
}
a.active {
  /*color: #A47A32;*/
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a.button, input.button, button.button{
background-color: var(--color_template);
color: #fff !important;
padding: 15px 15px !important;
text-align: center !important;
width: 100%;
display: inline-block;
border: 0px ;
box-sizing: border-box;
}


input[type=number].default,input[type=date].default,input[type=text].default, select.default{
width: 100%;
height: 46px;
line-height: 22px;
border: 1px solid #EFEFEF;
padding: 0 15px;
font-weight: normal;
font-size: 14px;
background-color: #ffffff;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
box-sizing: border-box;
}
label.required{
color: #000000;
font-size: 10px;
letter-spacing: 1px;
font-weight: normal;
text-transform: uppercase;
padding: 0 0 15px 0;
margin: 0;
display: inline-block;
}
input[type=number].default_grey, input[type=password].default_grey, input[type=email].default_grey, input[type=text].default_grey, select.default_grey {
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    height: 45px;
    line-height: normal;
    display: inline-block;
    color: #000;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 15px;

}

textarea.default_grey{

    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    min-height: 145px;
    line-height: normal;
    display: inline-block;
    color: #000;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 15px;
}

.input_search {
border-radius: 10px;
background-image: url(../img/search.svg);
background-repeat: no-repeat;
background-position: left 15px center;
background-size: 18px 18px;
padding-left: 45px !important;


}

input.input_search:focus{
    outline: none;
}

.css-checkbox + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.css-checkbox {
  opacity: 0;
}

.css-checkbox + label:before {
  content: "\2713";
  border: 2px solid #999;
  border-radius: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 4px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;  
}

.css-checkbox + label:active:before {
  transform: scale(0);
}

.css-checkbox:checked + label:before {
  background-color: var(--color_template);
  border-color: var(--color_template);
  color: #fff;
}

.css-checkbox:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.css-checkbox:checked:disabled + label:before {
  transform: scale(1);
  background-color: var(--color_template_2);
  border-color: var(--color_template_2);
}



.scrollup{
position: fixed;
z-index: 9;
display: none;
width: 60px;
height: 60px;
bottom: 10px;
margin-left: -30px;
left: 50%;
background-image: url(../img/scrollup.svg);
background-repeat: no-repeat;
background-position: center center;
background-color: var(--color_template);
border-radius: 100%;
cursor: pointer;
}
#cookieChoiceInfo a {
color: #fff !important;
margin-top: 10px !important;
}

/*a.simple-menu{
display: block;
padding: 19px;
box-sizing: border-box;
}*/

#sidr, #carrello_laterale, #pagine_laterale{
display: none;
}
#carrello_laterale.sidr{
width: 95%;
background-color: #fff;
padding: 20px ;
box-sizing: border-box;
}

#pagine_laterale.sidr{
width: 95%;
background-color: #fff;
padding: 20px ;
box-sizing: border-box;

}


#layer_sidr, #layer_sidr_carrello, #layer_search, #layer_sidr_pagine{
position: fixed;
display: none;
width: 100%;
height: 100%;
background-image: url(../img/bg_layer_slide.png);
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 9;
}

#layer_search{
background-image: none;
background-color: rgba(0,0,0,0.8);
} 



.carrello_laterale_item{
display: inline-block;
width: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #EFEFEF;
}
.carrello_laterale_item_img{
display: inline-block;
width: 65px;
vertical-align: middle;
}
.carrello_laterale_item_text{
font-size: 10px;
display: inline-block;
width: calc(100% - 70px);
padding: 0px 25px;
vertical-align: middle;
line-height: 1.3em;
box-sizing: border-box;
}
.carrello_laterale_item_text strong{
font-weight: 500;
font-size: 13px;
}

.carrello_laterale_totals{
text-align: left;
font-size: 16px !important;
display: inline-block;
width: 100%;
margin-bottom: 5px;

}
.carrello_laterale_totals span{
float: right;
font-weight: 700;
font-size: 18px;
}

.carrello_laterale_totals span b{
font-size: 12px;
}

.carrello_laterale_modifica{
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
}
.carrello_laterale_elimina{
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
}

.carrello_laterale_price{
font-weight: 700;
font-size: 12px;
}
.carrello_laterale_price strong{
font-weight: 700;
font-size: 18px;
}

#carrello_laterale_top{

position: absolute;
top: 20px;
height: calc(100% - 210px);
bottom: 0px;
width: calc(100% - 20px);
overflow: auto;
padding-right: 20px;
box-sizing: border-box;
}
#carrello_laterale_top p.title{
font-size: 20px;
}



.subtitle{
clear: both;
padding: 16px 0;
font-size: 10px !important;
color: #000;
letter-spacing: 1px;
line-height: 10px;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
text-align: center;
text-transform: uppercase;
}


#carrello_laterale_bottom{
position: absolute;
bottom: 10px;
width: calc(100% - 40px);
height: 165px;


}

.flex{
position: relative;
}

.flex_order_reverse{
flex-direction: row-reverse;

}

.flex_center{
 align-items: center;
justify-content: center;
} 


.flex_all_device{
display: flex;
width: 100%;
position: relative;
 align-items: center;
}

#tagline{
display:flex; align-items: center; color: var(--color_template); 
font-weight:bold; 
font-size:11px; 
padding:10px 0px
}
#tagline i {
font-size:15px; 
}
#header{
top: 0px;
width: 100%;
z-index: 4;
box-sizing:border-box;
transition: all 0.3s;
position: relative;
}
#header_top{
background-color: var(--color_template);
position: relative;
padding: 20px 0px ;
}


#box_search{
display: none;
position: absolute;
top: -35px;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 99;
border-bottom: 1px solid #F5F5F5;


/*transition-property: all;
transition-duration: .3s;
transition-timing-function: ease;*/

}
#box_search input{
font-size: 15px;
border: 0px ;


position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.position_search_close{
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px;
right: 15px;
}


#header_bottom{
background-color: var(--color_template_2);
position: relative;
padding-bottom: 0px;
}



.open_menu_mobile img{
width: 28px;
}


a.menu_prodotti_header_item{
padding: 10px 0px 0px 0px;

width: 100%;
text-align: center;
border-bottom: 3px solid #fff;
}
a.menu_prodotti_header_item img{
width: 100%;
opacity: 0.8;
transition: all 0.3s;
}

a.menu_prodotti_header_item:hover img, a.menu_prodotti_header_item.active img{
opacity: 1;
}

a.menu_prodotti_header_item.active{
border-bottom: 3px solid var(--color_template);
opacity: 1;
}


 

#logo{
display: none;
}
#logo_mobile{
text-align: center;
}
#logo_mobile img{
width: 100%;
max-width: 125px;
transition: all 0.3s;
}
#menu_desktop{
 display: none;
}



a.open_sottomenu_mobile{
display: inline-block;
width: 100%;
box-sizing: border-box;
font-size: 14px;
padding: 15px ;
text-transform: Capitalize;
background-image: url(../img/right.svg);
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 24px 24px;
color: #333;
}

a.back_mobile{
background-image: none;
}

#menu_mobile_ajax u a{
color: #333;
font-size: 13px;
}


a.link_mobile{
display: inline-block;
width: 100%;
box-sizing: border-box;
font-size: 14px;
padding: 15px ;
text-transform: Capitalize;
color: #333;
}


#sidr a.sublink{
background-color: #FAFAFA; text-transform: none; letter-spacing: normal;
font-size: 14px;
}

a.menu_mobile_back{
background-color: #FAFAFA;
background-image: url(../img/icon_back_menu_mobile.png);
background-position: left 25px center !important;
text-align: center;
}


.div_15{
width: 100%;
}
.div_20{
width: 100%;
}
.div_70{
width: 100%;
}

.div_25{
/*width: calc(25% - 25px);*/
width: 100%;
}
.div_33{
/*width: calc(33% - 25px);*/
width: 100%;
}

.div_40{
/*width: calc(33% - 25px);*/
width: 100%;
}
.div_50{
/*width: calc(50% - 25px);*/
width: 100%;
}
.div_60{
/*width: calc(66% - 25px);*/
width: 100%;
}

.div_66{
/*width: calc(66% - 25px);*/
width: 100%;
}
.div_75 {
/*width: calc(75% - 25px);*/
width: 100%;
}
.div_100 {
/*width: calc(75% - 25px);*/
width: 100%;
}

.padding{
padding: 20px ;
box-sizing: border-box;
}
.padding_page{
padding: 20px ;
box-sizing: border-box;
line-height: 1.6em;
}

.div_rounded{
background: #f3f3f3;
border-radius: 50%;
width: 151px;
height: 151px;
padding-top: 30px;
box-sizing: border-box;
margin: 0 auto;
text-align: center;
position: relative;
margin-bottom: 75px;
}
.div_rounded img{
/*width: 100%;*/
}
.div_rounded span{
 position: absolute;
 left: 50%;
 margin-left: -50%;
 top: 75%;
 font-size: 16px;
 font-family: 'Playfair Display', serif;
 width: 100%;
 text-align: center;
}

/*----------------------------*/


.container_1800{
margin: 0px auto;
/*padding: 0px 15px;
box-sizing: border-box;*/
}
.container_1540{
padding: 0px 15px;
box-sizing: border-box;
margin: 0px auto;
}

.container_1440{
padding: 0px 15px;
box-sizing: border-box;
margin: 0px auto;
}
.container_1200{
padding: 0px 15px;
box-sizing: border-box;
margin: 0px auto;
}
.container_780{
padding: 0px 15px;
box-sizing: border-box;
margin: 0px auto;
}


.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-slide img {
width: 100%;
/*display: block;
height: 100%;
object-fit: cover;*/
}

#swiper_home .swiper-slide img {
width: 100vw;
max-width: 100%;
}



/*--- Previous & Next Buttons ---*/
.swiper-button-next, .swiper-button-prev {
background-color: #efefef;
padding: 10px ;
border-radius: 100%;
width: 19px;
height: 19px;
opacity: 0.7;
transition: 0.3s;
}
.swiper-button-next::after, .swiper-button-prev::after{
font-size: 0px !important;
}
.swiper-button-prev{
background-image: url(../img/slide_left.svg);
}
.swiper-button-next{
background-image: url(../img/slide_right.svg);
}

.swiper-button-prev:hover, .swiper-button-next:hover {
opacity: 1;
}

/*--- Pagination Bullets ---*/

/*.swiper-pagination-bullets {
bottom: 18px !important;
}

.swiper-pagination-bullet {
width: 10px !important;
height: 10px !important;
border: 2px solid #fff;
border-radius: 50% !important;
background-color: transparent !important;
opacity: 1 !important;
}

.swiper-pagination-bullet-active {
background-color: #fff !important;
}*/

/*--- Progress Bar ---*/

.carousel-progress {
position: relative;
width: 100%;
height: 4px;
margin-top: -4px;
background-color: var(--color_template_2);
z-index: 0 !important;
}

.progress {
position: absolute;
height: 4px;
background-color: #bfd123;
  animation-name: progress;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

a.link_menu, a.item_sottomenu_categoria, a.item_sottomenu_sottocategoria{
text-transform: lowercase;
}

a.link_menu::first-letter, a.item_sottomenu_categoria::first-letter, a.item_sottomenu_sottocategoria::first-letter{
text-transform: uppercase;
}

#menu_profilo{
text-align: right;
}

#menu_profilo a, #menu_profilo span {
display: inline-block;
position: relative;
transition: transform .8s;
vertical-align: top;
color: #fff;
text-align: center;
font-size: 11px;
line-height: 1.5em;
margin: 0px 5px;
}
#menu_profilo a img, #menu_profilo span img{
width: 28px;
}
#menu_profilo a:hover img,  #menu_profilo span:hover img{
transform: scale(1.1);

}


#menu_profilo span.icon_profilo #box_account{
  text-align: left;
  position: absolute;
  top: -20px;
  width: 300px;
  margin-left: -275px;
  z-index: 9;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s; 
  color: #333;
  background-color: #fff;

  line-height: 1.5em;
  border: 1px solid #ccc;

  box-sizing: border-box;
  box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);    
  
}

/*
#menu_profilo span.icon_profilo:hover #box_account {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}*/




p.title {
  font-size: 30px;
  text-align: left;
  line-height: 35px;
  color: #4A4A4A;
}
a.profile_item {
display: inline-block;
width: 100%;
margin: 1% 0%;
background-color: #F5F5F5;
border: 1px solid  #F5F5F5;
color: #333;
padding: 30px ;
box-sizing: border-box;
font-size: 17px;
}
a.profile_item p.title{
text-align: left;
padding-top: 0px;

margin-top: 0px;
margin-bottom: 15px;
} 
a.profile_item:hover {
background-color: #fff;
}



#box_account .item{
padding:  15px;
border-bottom: 1px solid #e0e0e0;
}

#box_account .item a{
color: #333;
font-size: 15px;
display: inline-block;
width: 100%;
padding: 5px 0px ;
text-align: left;
margin: 0px;
}
#box_account .item a:hover{
color: var(--color_template);
}

.icon_carrello{
position: absolute;
background-color: #e53935;
width: 22px;
height: 22px;
line-height: 22px;
border-radius: 100%;
text-align: center;
font-size: 11px;
top: -12px;
right: 0px;
}



#menu_page{
text-align: right;

}
#menu_page a {
font-size: 15px;
padding: 10px 25px;
display: inline-block;
color: #fff;
transition: transform .8s;
background-color: var(--color_template_3);
margin: 0px -2px;

}
#menu_page a img{
width: 16px;
margin-right: 3px;
vertical-align: middle;
}

#menu_page a:hover{
background-color: var(--color_template);
}
#menu_page a:hover img{
transform: scale(1.1);
}

.title_rounded{
display: inline-block;
width: 100%;
text-align: center;
color: #fff;
font-size: 23px;
font-weight: 700;
padding: 7px ;
box-sizing: border-box;
background-color: #bfd123;
border-radius: 10px;
margin-bottom: 15px;
}

.padding_20{
padding: 20px ;
box-sizing: border-box;
}

.padding_20_no_mobile{
padding: 0px ;
}


.margin_30{
margin-top: 30px;
margin-bottom: 30px;
}


#box_filtri {
display: none;
}

#filtri_order_desktop{
display: none;
}

#filtri_mobile_header {
display:flex; align-items: center; justify-content: center;
background-color: #f0f0f0;
color: var(--color_template);
}

#filtri_mobile_header a{
text-align: center;
display: inline-block;
width: 100%;
color: var(--color_template);
font-size: 15px;
padding: 15px ;
text-transform: uppercase;
font-weight: 500;
box-sizing: border-box;
}
#filtri_mobile_header a:hover, #filtri_mobile_header a.active{
background-color: #e0e0e0;
}

#filtri_mobile_header i{
margin-right: 5px;
}

/*#filtri_order_mobile{
display: none;
}*/

#filtri_order_mobile label{
display: inline-block;
width: 100%;
font-size: 15px;
padding: 7px 0px ;
}

.grid_prodotto{
width: 100%;
display: inline-block;
margin: 20px 0px;
vertical-align: top;
}
.grid_prodotto a{
display: block;
}
.item_prodotto_mobile{
display: flex;
}
.item_prodotto_mobile_sx{
width: 90px;
padding: 0px 10px;
}
.item_prodotto_mobile_dx{
width: calc(100% - 110px);
box-sizing: border-box;
padding-right: 35px;
}






.item_prodotto{
box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
border-radius: 8px;
padding: 15px 5px;
box-sizing: border-box;
width: 100%;
display: inline-block;
margin-right: 2px;
position: relative;
}


.item_prodotto a {
color: #333;
}

.item_prodotto:hover{
box-shadow: 0 4px 5px -2px rgba(0,0,0,.2), 0 7px 10px 1px rgba(0,0,0,.14), 0 2px 16px 1px rgba(0,0,0,.12)
}

.swiper-slide .item_prodotto{
box-shadow:  none;
border: 1px solid #c5c5c5;
}

.swiper-slide .item_prodotto:hover{
box-shadow:  none;
border: 1px solid #999;

}

.item_prodotto_disponibilita {
display: block;
width: 100%;
font-weight: 600;
font-size: 12px;
text-align: left;
color: var(--color_template);
margin-top: -2px;
margin-bottom: 3px;
}

.item_prodotto_preferiti{
position: absolute;
right: 10px;
top: 10px;
background-color: #efefef;
padding: 7px;
border-radius: 4px;
width: 34px;
height: 34px;
box-sizing: border-box;
background-image: url(../img/wish.svg);
background-repeat: no-repeat;
background-size: contain;
background-origin: content-box;
}
.item_prodotto_preferiti.active, .item_prodotto_preferiti:hover{
background-image: url(../img/wish_active.svg);
}
/*.item_prodotto_preferiti img{
width: 100%;
}*/

.item_prodotto_carrello{
position: absolute;
right: 10px;
top: 50px;
background-color: #18609a;
padding: 7px;
border-radius: 4px;
width: 34px;
height: 34px;
box-sizing: border-box;
}
.item_prodotto_carrello img{
width: 100%;
}
.item_prodotto_carrello:hover{
cursor: pointer;
}


.item_prodotto_img img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.item_prodotto_code{
font-size: 10px;
text-align: left;
width: 100%;
display: inline-block;
height: 25px;
/*background-color: green;*/
}

.item_prodotto_name{
font-size: 13px;
text-align: left;
width: 100%;
display: inline-block;
margin-bottom: 10px;
}

.item_prodotto_price{
font-size: 14px;
text-align: left;
width: 100%;
display: inline-block;
color: #fe4141;
}
.item_prodotto_price s{
color: #999;
font-size: 14px;
}

.item_prodotto_price strong{
font-weight: 700;
font-size: 25px;
}

.item_prodotto_risparmio{
position: absolute;
right: 10px;
bottom: 10px;
display: block;
font-size: 11px;
color: #999;
font-weight: 700;
text-align: right
}

#box_newsletter{
display: inline-block;
width: 100%;
background-color: #bfd123;
text-align: center;
padding: 20px ;
box-sizing: border-box;
color: var(--color_template);
font-size: 18px;
/* border-bottom: 3px solid  var(--color_template_3);*/
}
#box_newsletter a{
color: #fff;
}

#footer{
background-color: #263238;
display: inline-block;
width: 100%;
padding: 40px 0px;
box-sizing: border-box;
}
.item_footer{
text-align: center;
color: #fff;
font-size: 14px;
line-height: 1.5em;
}
.item_footer img{
width: 50px;
}

.item_footer span{
font-size: 18px;
color: var(--color_template);
display: inline-block;
width: 100%;
margin-top: 10px;

}
#menu_footer{
text-align: center;
}

#menu_footer span{
font-size: 18px;
color: var(--color_template_2);
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
#menu_footer a {
display: inline-block;
width: 100%;
color: #FFF;
padding: 7px 0px;
font-size: 12px;
}
#menu_footer a:hover {
text-decoration: underline;
}

#bread{
display: inline-block;
width: 100%;
padding: 20px 0px ;

}
#bread a{
color: #333;
margin-right: 5px;
/*border-bottom: 2px solid #fff ;*/
}

#bread a:hover{
/*border-bottom: 2px solid red ;*/
}

#bread a::after{
content: " > ";
display: inline-block;
margin-left: 8px;
}

#bread a.active{
font-weight: bold;
}
#bread a.active::after{
content: "   ";
}




.grid_wishlist{
width: calc(50% - 40px);
display: inline-block;
margin: 20px;
vertical-align: top;
}


#box_thumb{
float: left;
width: 100%;
box-sizing: border-box;
text-align: center;
background-color: #eee;
}
#box_thumb div{
display: none;
}
#box_thumb div.thumb_video{
display: inline-block;
}

.thumb div a img{
margin-bottom: 15px;
margin-top: 15px;
} 
#box_immagine_prodotto{
float: left;
/*width: calc(100% - 70px);*/
width: 100%;
box-sizing: border-box;
padding: 0px ;

}
#box_immagine_prodotto .swiper-slide a img{
/*border-top-left-radius: 10px;
border-top-right-radius: 10px;*/
}

#ajax_carrello{
width: 100% !important;
border-radius: 5px;
font-weight: 500;
padding: 13px 0px !important;

}

.dettaglio_effettua_login {
width: 100% !important;
border-radius: 5px;
font-weight: 600;
padding: 13px 0px !important;
background-color: #fe4141;
display: block;
color: #fff !important;
font-size: 13px;
text-align: center !important;
}


.item_border{
margin-top:25px; 
border:1px solid #EAE7E4; 
box-sizing:border-box; 
border-radius: 5px; 
text-align: left; 
padding: 14px ;
display: flex;
align-items:center;
background-image: url(../img/arrow_right.svg);
background-position: right 15px center;
background-repeat: no-repeat;
background-size: 16px 16px;
color: #333;
}

.item_border div:first-child{
width: 10%;
padding: 0px 10px ;
}
.item_border div:last-child{
width: 90%;
}

.ajax_laterale:hover{
cursor: pointer;
background-color: #EAE7E4;
}

#pagine_laterale p{
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
font-size: 14px;
color: #333;
line-height: 1.5em;
}

#pagine_laterale p.title{
font-size: 18px;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
border-bottom:  1px solid #EAE7E4;

}
#pagine_laterale h3{
font-size: 15px;
}

h3.title_border{
font-weight: 500;
font-size: 16px;
padding: 16px 0px;
border-bottom: 1px solid #e0e0e0;
margin-bottom: 15px;
color: var(--color_template);
}

h1.title_border, p.title_border{
font-weight: 500;
font-size: 28px;
padding: 16px 0px;
border-bottom: 1px solid #e0e0e0;
margin: 15px 0px;
color: var(--color_template);
line-height: 1em;
}

.product_tab_item {
padding: 12px 20px;
margin: 0px;
font-size: 14px;
font-weight: bold;
display: inline-block;
border-bottom:  2px solid #666;
color: #666;
margin-right: 10px;
cursor: pointer;
}


.product_tab_item.active{

border-bottom:  2px solid var(--color_template);
color: var(--color_template);

}


.product_tab{
display: none;
width: 100%;
background-color: #f0f0f0;
padding: 40px 0px ;
line-height: 1.5em;
}

.product_tab.active{
display: inline-block;
}


#header_marchi{
display: inline-block;
width: 100%;
position: relative;
}

#logo_marchi{
width: 150px;
height: 150px;
border-radius: 100%;
border: 2px solid #333 ;
position: absolute;
right: 0px;
top: 0px;
}

#logo_marchi img{
width: 100%;
}


#menu_marchi{
border-radius: 5px;
background-color: #f4f4f4;
text-align: center;

}

#menu_marchi a{
padding: 15px 20px ;
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
display: inline-block;
color: #333;
margin-right: -3px;
}
#menu_marchi a:hover, #menu_marchi a.active{
background-color: #ddd;
color: var(--color_template);
}

a.marche_lettera{
 display: inline-block;
 width: 19%;
 padding: 10px;
 box-sizing: border-box;
 
 border-radius: 5px;
 text-align: center;
 font-size: 16px;
 margin-bottom: 10px;
}

a.marche_lettera:hover, a.marche_lettera.active{
background-color: #e5e5e5;
}


.item_filtro{
display: inline-block;
width: 100%;
padding: 15px 15px 30px 15px;
box-sizing: border-box;
margin-bottom: 35px;
box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
border-radius: 8px;

}

.item_filtro h3{
margin-top: 0px;
}
.item_filtro label{
margin-top: -5px;
margin-bottom: -5px;

}

.menu_page a {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666;
  font-size: 22px;
}
.menu_page a:hover, .menu_page a.active {
color: var(--color_template);
}
.page_text{
  font-size: 17px;
  line-height: 1.5em;  
  padding: 0px 20px ;
  box-sizing: border-box;
}


.box_white{
background-color: #fff;
margin-top: 25px;
margin-right: 2%;
padding: 30px ;
box-sizing: border-box;

}
.box_white:last-child{
margin-right: 0%;

}

.box_carrello{
 display: flex;
 border-bottom: 1px solid #EFEFEF ;
 background-color:#fff;
 width: 100%;
 box-sizing: border-box;

 font-size: 13px;
 color: #333;
}

.box_carrello div{
 width: 50%;
 vertical-align: middle;
 padding: 10px ;
 box-sizing: border-box;
}
.carrello_box_div_desktop{
display: none;
}
.carrello_box_div_mobile{
width: 100% !important;
text-align: left;
font-size: 12px !important;
}
#quantita_carrello_form{
text-align: left;
padding: 0px 10px ;
}
#quantita_carrello{
width:50px; 
text-align:center;
height: 30px;
}


#checkout_dx{
background-color: #fff;
padding: 20px ;
box-sizing: border-box;
}
#checkout_sx .step{
display: inline-block;
width: 100%;
margin-bottom: 10px;
background-color: #fff;
padding: 15px;
box-sizing: border-box;
}
#checkout_sx .step p.title{
font-size: 22px;

text-align: center;
margin: 5px 0px;
}

.checkout_metodo_sx{
border-bottom: 1px solid #cbcbcb;
padding-bottom: 20px;
}


.step_box{
display: inline-block;
width: 100%;
border-top:  1px solid #cbcbcb;
margin-top: 15px;
padding-top: 15px;
padding-bottom: 30px;

}

h4{

font-size: 18px;
font-weight: normal;
color: #666;

}
.step_box_input{
/*width: calc(50% - 25px);*/
display: inline-block;
width: 100%;
margin-bottom: 10px;
vertical-align: top;
}
.step_box_input label{
font-size: 11px;
display: inline-block;
width: 100%;
margin-bottom: 5px;
text-transform: uppercase;
}
#checkout_totals{
margin-top: 10px;
clear: both;
padding: 16px 0;
font-size: 14px;
color: #666;
letter-spacing: 1px;
line-height: 1.6em;
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
text-align: left;

}

 .item_indirizzo{
 cursor: pointer;
 display: inline-block;
 width: 100%;
 margin-bottom: 15px;
 border: 1px solid #ddd ;
 /*border-radius: 5px;*/
 padding: 15px ;
 box-sizing: border-box;
 font-size: 13px;
 /*box-shadow: 0 2px 1px 0 rgba(0,0,0,.16);*/
 min-height: 190px;
 vertical-align: top;
 }
.item_indirizzo.active {
 /*background-color: #ddd;*/
 border: 1px solid #000 ;
 background-image: url(../img/icon_prev_black.png);
 background-position: right 20px center;
 background-repeat: no-repeat;
}  

table.border{
  width: 100%;
}
table.border tr td {
  padding-top: 9px;
  padding-bottom: 9px;
}
table.border tr td {
border-bottom: 1px solid #EFEFEF;
}

table#ordini{
background-color: #fff;
}
table:not(#ordini){
max-width: 600px;
margin-right: auto;
margin-left: 0px;
} 

/*table:not(#ordini) tr td{
font-size: 11px;

padding-top: 5px;
padding-bottom: 5px;
}*/

table#ordini tr td {
border-top: 1px solid #EFEFEF;
padding-top: 10px;
padding-bottom: 9px;
padding-left: 10px;
padding-right: 10px;

}
table#ordini tr:first-child td{
border-top: 0px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;
}

table#ordini tr:last-child td {
border-top: 1px solid #EFEFEF;
border-bottom: 1px solid #EFEFEF;

}


table#ordini tr.no_border td {
border-top: 0px !important;
}

#swiper_offerte{
margin-bottom: 25px;
}

/* solo in ghomepage offerte e più venduti non si applica mai la visualizzazione mobile*/
#swiper_offerte .item_prodotto_mobile, #swiper_venduti .item_prodotto_mobile, .swiper_carousel .item_prodotto_mobile{
display: inline-block;
width: 100%;
}
#swiper_offerte .item_prodotto_mobile_sx, #swiper_venduti .item_prodotto_mobile_sx, .swiper_carousel .item_prodotto_mobile_sx{
display: inline-block;
width: 100%;
padding: 0px ;
}
#swiper_offerte .item_prodotto_mobile_dx, #swiper_venduti .item_prodotto_mobile_dx, .swiper_carousel .item_prodotto_mobile_dx{
display: inline-block;
width: 100%;
padding: 0px ;
}

#swiper_offerte .swiper-slide, #swiper_venduti .swiper-slide, #swiper_banner .swiper-slide, .swiper_carousel .swiper-slide  {
width: 60%;
position: relative;
}





.mobile{
display: block !important; 
}
.tablet{
display: none !important;
}
.desktop{
display: none !important;
}
.mobile_inline{
display: inline-block !important;
}
.desktop_inline{
display: none !important;
}

#copyright{
border-top: 1px solid #2b373d;
display: inline-block;
width: 100%;
box-sizing: border-box;
padding: 15px 15px 0px 15px;
margin-top: 30px;
font-size: 13px;
color: #CCCCCC;
}
#copyright a{
color: #CCCCCC;
margin-right: 10px;
}
#copyright a:hover{
color: var(--color_template) ;
}

#footer a.social{
font-size: 38px;
color: var(--color_template);
margin-right: 15px;
}
#footer a.social:hover{
color: #fff;
}