/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */


/* .typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}
 */
.typeahead {
  background-color: #fff;
}
#topsearchelastic_widget form input[type="text"] {
   color: #464646 !important;
}

.alertProdottiPeso{
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}


.mm_has_sub > a .mm_arrow::after {
    vertical-align: 0px;
	margin-left: 5px;
	border:0px;
	font-family: 'Font Awesome 5 Pro';
	content: "\f078";
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* .tt-hint {
  color: #999
} */

.tt-menu {
	z-index: 1000;
  width: 100%;
  margin: 2px 0;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid #ededed;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
          
}

.tt-suggestion {
 padding: 10px 15px;

font-size: 12px;

line-height: 20px;

font-weight: 400;

color: #777;

border-bottom: 1px solid #ededed;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #00B4E4;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #00B4E4;

}

.tt-suggestion p {
  margin: 0;
}

.btn.btn-primary:hover, .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
    color: #fff;
    background-color: #F00A35 !important;
}
.add-to-cart:hover, .add-to-cart.disabled:hover, .add-to-cart:disabled:hover {
    color: #fff;
    background-color: #004F8E !important;
}


/*BO button*/
.riordina-button{
	background: var(--primary);
	padding: 7px;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin: 0px 5px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.annullaordine-button{
	background: #d40606;
	padding: 7px;
	text-align: center;
	display: inline-block;
	color: #fff;
	margin: 0px 5px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.riordina-button:hover{
	color: #fff;
	text-decoration: none;
	opacity: .9;
}
.annullaordine-button:hover{
	color: #fff;
	text-decoration: none;
	opacity: .9;
}
/*BO button*/


/*Check pagina registrazione*/
.register-form .optin{display: none;}
.register-form .customer_privacy{display: none;}
/*Check pagina registrazione*/

/*Pagina condizioni di vendita*/
.terminicondizionipage ul li{
	list-style: none;
	line-height: 24px;
}
.terminicondizionipage ul{
	padding-left: 5px;
}
.tabellacondizioni{
	margin-bottom: 30px;
}
.tabellacondizioni .col-md-2{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f1f1f1;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
.tabellacondizioni .col-md-10{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f7f7f7;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}
/*Pagina condizioni di vendita*/

/*Header paginecms*/
.torna-indietro{
	display: none;
	text-align: center;
	text-decoration: none;
}
.torna-indietro:hover{
	text-decoration: none;
	opacity: .85;
}
.torna-indietro i{
	font-size: 32px;
	margin-bottom: 10px;
}
#cms .torna-indietro{display: block;}
#cms #header{
	padding-bottom: 5px;
}
#cms #header .header-logo{margin-top: 0px !important;}
#cms #header .main-header .header-wrapper{
	padding: 10px 0px 10px;
}
#cms #header .header-logo img{
	max-width: 100px;
	height: auto !important;
}
.classContatti .header-logo img{
	max-width: 100px !important;
	height: auto !important;
}
.classContatti .torna-indietro{
	display: block;
	margin-top: -25px;
}
#cms #header .main-header{
	position: relative !important;
	box-shadow: none !important;
}
.classContatti .main-header{
	padding: 10px 0px 10px;
}
.classContatti #sticky-wrapper{
	height: 135px !important;
}
.classContatti #header .main-header .header-wrapper{
	padding: 43px 0px 0px 0px;
}
.classContatti .main-header{
	position: relative !important;
	box-shadow: none !important;
}
/*Header paginecms*/

/*PAGINA SICUREZZA PAGAMENTI*/
.box-pagamento{
	background: #f1f1f1;
    padding: 25px;
    margin: 15px 0px 30px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
/*PAGINA SICUREZZA PAGAMENTI*/

/*PAGINA INTERNA CHI SIAMO*/
.pagina-interna-mod .container{
	padding: 0px;
}
.pagina-interna-mod h2{
	font-size: 24px;
	color: #444;
	margin-bottom: 0px;
}
.pagina-interna-mod h3{
	font-size: 21px;
	color: #777;
	font-weight: 500;
}
.pagina-interna-mod p{
	font-size: 17px;
    line-height: 25px;
    color: #777;
}
.mautoheight{
	margin-top: auto;
	margin-bottom: auto;
}
.mb-30{
	margin-bottom: 30px;
}
h6.pie-lillo{
	text-align: center;
	margin-top: 50px;
	font-weight: 400;
	color: #999;
}
p.info-azienda{
	color: #005da8;
	font-weight: 500;
}
p.info-azienda span{
	color: #777;
	font-weight: 300;
}
.softline{
	padding: 10px 0px;
	border-top: 1px solid rgba(0,0,0,0.10);
}

/*PAGINA INTERNA CHI SIAMO*/

/*FAQ*/
#pre-cms-accordion{
	margin-left: -15px;
}
.pre-cms-accordion .ui-state-active, .pre-cms-accordion .ui-state-default, .pre-cms-accordion .ui-widget-content .ui-state-active, .pre-cms-accordion .ui-widget-header .ui-state-active {
	border:0px !important;
    border-top: 1px solid #ddd  !important;
background: none !important;
font-weight: 400;
color: #212121;

	
}
 .page-cms .ui-accordion .ui-accordion-header {
    
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #777 !important;
    letter-spacing: -0.3px !important;
}
.page-cms .ui-widget-content {
    border: 0px !important;
   background: none !important;

}
.page-cms .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
	left: auto !important;
    right: .5em !important;
    top: 50%;
    margin-top: -8px;
}
.page-cms .ui-accordion .ui-accordion-icons {
    padding-left: 0px !important;
}
.page-cms .ui-accordion .ui-accordion-content {
    /*padding: 0 0 1em !important;*/
	padding-left: 0 !important;
	padding-top: 0 !important;
	font-family: proxima-soft, sans-serif !important;
	font-weight: 300 !important;
}
.page-cms .ui-accordion .ui-accordion-content p{
	font-size: 20px !important; 
	color: #777;
}
.page-cms .ui-accordion .ui-accordion-header {
 
    padding-top: .7em  !important;
	 padding-bottom: .7em  !important;
}
/*FAQ*/

/* HEADER */

.layout_layout5 .ets_mm_block > .h4 {
    display: none;
}
#header {
   border-bottom: 1px solid #ececec;
}
#header .ets_mm_block_content li {
	text-transform: lowercase;
}
#header .ets_mm_block_content li::first-letter {
	text-transform: uppercase;
}
.ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul {
    height: 560px;
	border-radius: 0 20px 20px 0;

}
#header .layout_layout5:not(.ybc_vertical_menu) .mm_menus_li > a {
position: absolute;
top: -91px;
width: 210px;
/*left: 228px;*/
	left: 180px;
text-transform: none;
background: none !important;
	height: 52px;
}
#header .layout_layout5:not(.ybc_vertical_menu) .mm_menus_li > a:hover {
	height: 92px;
}

#header .desktop-sticky-wrapper.is-sticky .layout_layout5:not(.ybc_vertical_menu) .mm_menus_li > a {
    top: -82px;
    /*left: 180px;*/
	left: 160px;
	height: 85px;
}

.mm_menu_content_title {
    display: inline-block;
    float: left;
    padding: 16px 25px;
    position: relative;
	background-color: #005DA8;
font-size: 15px;
	border-radius: 20px;
}
.ets_mm_megamenu_content .container {
	    /*max-width: 100% !important;*/
}
.ets_mm_megamenu .mm_sub_align_left > .mm_columns_ul {
	background: #F6F8FA !important;
    height: 563px;
	width: 100% !important;
	border-top:3px solid var(--primary);
	padding-top: 25px !important;
	border-bottom: 2px solid #F6F8FA;
	border-radius: 20px;
}
.mm_tab_has_child::after {
    right: 30px
}
.mm_blocks_li {
    padding: 10px 35px !important;
}
.ets_mm_block_content a {
    line-height: 33px !important;
	color: #5d5d5d !important;
}
.mm_tab_toggle_title {
    padding: 6.6px 35px !important;
	width: 100%;
}
.mm_tabs_li:hover .mm_tab_toggle_title{
    background: #fff;
}
.mm_tab_toggle_title a{
	display: inline-block;
	width: 100%;
}

.mm_tab_li_content {
    background-color: #F6F8FA;
    border-color: #ddd;
    border-style: solid;
    border-width: 0px !important;
    float: left;
    margin-bottom: -1px;
    margin-left: 0px;
   
}
.mm_tab_toggle_title img {
    margin-right: 5px;
    width: 26px;
}
.ets_mm_block_content ul li:not(.item_has_img) {
    width: 100%;
}
.aone-featuredcategories .category-block .category-image img {
    margin: 0 auto;
    width: 60px;
	/*transition: transform .2s;*/
}
.aone-featuredcategories .category-block .category-image img:hover {
    filter: none;
	/*transform: scale(1.1);*/
}
.brand-base .logo a:hover img {
    filter: none;
	transform: scale(1.1);
}




#header .layout_layout5 .mm_tabs_li.open .mm_tab_toggle_title a, .layout_layout5 .mm_tabs_li.open .mm_tab_toggle_title a {
	color:var(--primary) !important;
	font-weight: 700 !important;
}
.mm_tabs_li .mm_columns_contents_ul {
    border: 0px !important;
    border-left: 1px solid #ddd !important;
}

#header .layout_layout5 .mm_tabs_li.open .mm_columns_contents_ul li > a:hover, #header .layout_layout5 .mm_tabs_li.open .mm_columns_contents_ul li:hover > a {
	color:#333 !important;
	font-weight: 700 !important;
}

.search-widget {
    width: 70%;
	margin: 0 !important;
    margin-left: auto !important;
	margin-right: 30px !important;
}

.search-widget form input[type="text"] {
    height: 53px;
    padding-right: 53px;
    padding-left: 30px;
    margin-left: -1px;
    border-radius: 50px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.07);
    border-color: #e6e6e6;
    font-size: 15px;
}
.search-widget form [type="submit"] {
border: none;
text-align: center;
padding: 0;
display: block;
position: absolute;
top: 6px;
right: 7px;
width: 41px;
height: 41px;
transition: all .3s;
cursor: pointer;
border-radius: 50px;
font-size: 18px;
	background: #FFD900;
color: var(--primary);
}
#topsearchelastic_widget {
  min-width: 15.63rem;
  width: 100% !important;
}
#topsearchelastic_widget form input[type=text]:focus {
    outline: none;
    color: #232323;
    background: #fff;
	border: 1px solid #00B4E4;
box-shadow: 0px 0px 5px #00B4E4;
}

#topsearchelastic_widget form input[type="text"] {
  height: 53px;
  padding-right: 53px;
  padding-left: 30px;
  margin-left: -1px;
  border-radius: 20px;
  box-shadow: 0 0px 10px rgba(0,0,0,0.04);
  border-color: #d9d9d9;
  font-size: 15px;
	width: 100%;
}
#topsearchelastic_widget form button[type="submit"] {
border: none;
text-align: center;
padding: 0;
display: block;
position: absolute;
top: 6px;
right: 7px;
width: 41px;
height: 41px;
transition: all .3s;
cursor: pointer;
border-radius: 18px;
font-size: 18px;
	background: #FFD900;
color: var(--primary);
}
#topsearchelastic_widget form button[type="submit"]:hover {
	background: var(--primary);
color: #ffffff;
}
#topsearchelastic_widget form button[type="submit"] span{
display: none;
}
#topsearchelastic_result {
  max-height: 510px;
  overflow: hidden;
  background-color: #ffffff;
  border: 0px solid #dedede;
  margin-top: 1px;
  box-sizing: border-box;
 
  font-family: "Poppins", sans-serif;
  color: #344;
  position: absolute;
 box-shadow: 0 5px 10px rgba(0,0,0,0.20);
  display: none;
  z-index: 100;
  right: 0;
  border-radius: 20px;
  
}
#topsearchelastic_result_left {
  box-sizing: border-box;
  border-right: 0px solid #ccc;
  margin-right: -0.5px;
  background: #F6F8FA;
}
#topsearchelastic_result_right {
  box-sizing: border-box;
  border-left: 1px solid #ededed;
  margin-left: -0.5px;
	overflow: auto;
height: 480px;
	padding-bottom: 15px;
}
#product_results .topsearchelastic_item {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  line-height: 41px;
  height: 57px;
  width: 31.3%;
  float: left;
  min-height: 180px;
  text-align: center;
  line-height: 16px;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin: 1%;
  font-weight: 400;
	box-shadow: 0 0px 10px rgba(0,0,0,0.05);
	letter-spacing: -0.3px;
	font-size: 12.5px;
}
#product_results .topsearchelastic_item:hover {
	border: 1px solid #dedede;
	font-weight: 400;
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);

	color:var(--primary);
}
#product_results .topsearchelastic_item:last-child {
  border: 1px solid #ededed;
}

#category_results .topsearchelastic_item, #suggestion_results .topsearchelastic_item {
  line-height: 18px;
  padding: 5.8px 9px 4px;
}
#category_results {
	margin-bottom: 25px;
}

.topsearchelastic_item img {
  float: none;
  margin: 0 auto;
   
  width: 6em;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.results_header {
  width: 100%;
  line-height: 20px;
  text-align: left;
  color: var(--primary);
  background: none;
  font-weight: 700;
  font-size: 14px;
	padding-left: 8px;
margin: 15px 0 5px;
}
.result-left {
  padding: 10px 10px 25px;
}
.result-right {
  padding: 10px 0;
}
.topsearchelastic_item {
	color: #555;
}
.topsearchelastic_item span{
	
	text-transform: lowercase;
	display:block;
}
.topsearchelastic_item span::first-letter {
	text-transform: uppercase;
	
}

.page-not-found .searchbar-wrapper, .page-not-found #topsearchelastic_widget {
	display: none !important;
}
.page-not-found .shadow-box {
    background: #fff;
    padding: 30px 30px;
    border: 0px;
    border-radius: 20px;
}
.slot-modal .slot {
	font-size: 14px;
padding: 9px 14px;
width: 85%;
border-radius: 10px;
letter-spacing: -0.2px;
	color: #666;
	font-weight: 300;
	border:1px solid #E0E0E0 !important;
}

.slot-modal .modal-content {
    padding: 20px;
    border-radius: 18px;
}
.slot-modal .slot.disabled {
	background: #F5F5F5;
	color: #ccc;
}
.slot-modal .slot i{
	font-size: 10px;
	padding-top: 5px;
	color: #23E696;
}
.slot-modal .slot.disabled i{
	color: #F1102A;
}
.slot-modal .slot-col small {
    width: 85%;
    display: block;
    text-align: center;
	font-size: 14px;
color: #999;
	text-transform: uppercase;
}
.slot-modal .slot-col h5 {
    text-align: center;
    width: 85%;
    margin-bottom: 20px;
	font-size: 22px;
letter-spacing: -0.5px;
color: #999;
	text-transform: uppercase;
}

.slot-modal .slot-col.today small, .slot-modal .slot-col.today h5 {
	color: var(--primary);
}

.slot-modal .modal-title {
    line-height: inherit;
    font-size: 24px;
    letter-spacing: -0.3px;
}

.slot-modal .time-type {
    display: inline;
    padding: 10px 20px;
   background: #FFD900;
border-radius: 50px;
color: var(--primary);
    font-size: 14px;
}
#scegli_slot_modal .close {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 42px;
	margin-right: 10px;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: var(--primary) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: var(--primary) !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
  color: var(--primary) !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: var(--primary) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
 
  border-color: var(--primary) !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid var(--primary) !important;
  color: var(--primary) !important;
}
#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: var(--primary) !important;
}
/* HEADER */


/* HERO HOME */
/*#index .hfull {
	max-width: 100% !important;
	padding: 0px !important;
}*/

.hero-banner {
	position: relative;
	
}
.hero-banner .image-wrapper {
    position: relative;
    height: 680px;
}
	.hero-banner .image {
position: absolute;
top: 0;
height: 100%;
width: 100%;
background-size: cover;
background-position-x: 50%;
overflow: hidden;
background-image: url("/img/home-hero.jpg");
}
	.hero-banner .content-wrapper {
    position: relative;
    margin-top: -660px;
}
.hero-banner .content-wrapper h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	font-size: 40px;
	letter-spacing: -0.5px;
}
.hero-banner .content-wrapper .logo-home {
	text-align: center;
	margin-bottom: 30px;
}
.hero-banner .content-wrapper .logo-home img{
	width: 450px;
	margin: 0 auto;
}
.nav-item .nav-link.active {
    color: var(--primary);
}
.nav-tabs .nav-item .nav-link.active:focus, .nav-tabs .nav-item .nav-link.active:hover {
    color: var(--primary);
}
.box-search {
	background: #fff;
	
	border-radius:20px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.09);
	min-height: 200px;
	padding: 2.3rem 2.4rem !important;
}
.box-search .border-bottom {
	border-color: #dfdfdf !important;
}
.box-search .type-search {
	padding: 40px 60px 60px;
}
.box-search .result-search {
	background: #F4F6F9;
	padding: 40px 40px 30px;
}
.box-search p {
	font-weight: 300;
font-size: 14.8px;
line-height: 20px;
color: #575757;
margin-bottom: 0px;
}

.box-search .form-control {
	background-color: #fff !important;
	height: 56px;
	border:0px;
	font-weight: 400;
	border-radius: 50px;
	border:2px solid #EDEDED;
	padding: 6px 20px;
}
.btn {
	border-radius: 50px;
}
.box-search button {
	width: 100%;
}
.box-search .col-md-9 {
	padding-right: 0px !important;
}
.box-search .twitter-typeahead {
	width: 100%;
}



.box-search-result {
	background: #fff;
	padding: 30px;
	border-radius:4px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.09);
	min-height: 200px;
}
.box-search-result h3 {
	font-size: 19px;
	font-weight: 600;
	/*margin-bottom: 5px;*/
	/*margin-bottom: 1px;*/
	margin-bottom: 6px;
margin-top: 3px;
}
.box-search-result p {
	font-weight: 400;
font-size: 16px;
	/*font-size: 14px;*/
line-height: 22px;
color: #777;
	margin-bottom: 20px;
	/*margin-bottom: 10px;*/
}
.box-search-result .col-md-2 {
	padding-right: 0px !important;
}
.box-search-result .col-md-2 img {
	border:1px solid #D7D7D7;
	padding: 5px;
}
.box-search-result p.servizio {
	/*font-size: 14px;
	margin-bottom: 30px;*/
	font-size: 10px;
margin-bottom: 25px;
text-transform: uppercase;
line-height: 16px;
}


.box-search-result p.servizio span{
	/*color:#E42B1F;
	font-weight: 600;
	text-transform: capitalize;*/
	color: #444;
font-weight: 400;
text-transform: capitalize;
display: block;
font-size: 14px;
}



.hero-head {
	position: relative;
	
}
.hero-head .image-wrapper {
    position: relative;
    height: 200px;
}
	.hero-head .image {
position: absolute;
top: 0;
height: 100%;
width: 100%;
background-size: cover;

overflow: hidden;
background-image: url("/img/home-hero.jpg");
background-size: 150%;
background-position: 0 -530px;
background-repeat: no-repeat;
}

#index .hero-head, #checkout .hero-head {
	display: none;
}


/* HERO HOME */


/* HOME PAGE */
.page-content {
	margin-bottom: 6rem;
}

.tutorial .col-md-4 img {
	height: 150px;
	margin-bottom: 20px;
}
.tutorial .col-md-4 {
	background: url("/img/tutorial-bg.png") no-repeat left 80px;
background-size: 135px;
min-height: 270px;
}
.tutorial h3{
font-size: 26px;
}
.tutorial .col-md-4 h4{
margin-top: 40px;
text-align: left;
padding-left: 50px;
font-size: 22px;
line-height: 26px;
	letter-spacing: -0.2px;
}
.teaser {
	font-size: 18px;
	line-height: 30px;
	color: #878787;
}
.teaser h3{
	color: var(--primary);
	font-size: 28px;
	line-height: 32px;
margin-top: 60px;
}

.menu-home {
	background: #f4f4f4;
	padding: 60px 0px 70px;
}
.menu-home h3{
	text-align: center;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 50px;
font-size: 26px;
letter-spacing: -0.3px;
}


.menu-home .banner1 {
		position: relative;
	}
	.menu-home  h4{
		position: absolute;
		bottom: 22px;
		border-left: 17px solid #E42B1F;
		color: #fff;
		font-size: 25px;
		letter-spacing: -0.7px;
		padding: 3px 0;
		padding-left: 13px;
		left: 0;
		text-transform: lowercase;
		line-height: normal;
	}
.menu-home  h4:first-letter{
	text-transform: uppercase;
}

.menu-home  h4 a{
	color: #fff;
	text-decoration: none;
}
.menu-home  h4 a:hover{
	color: #fff;
	text-decoration: none;
}

	

.ui-autocomplete.ui-widget-content {
    border: 1px solid #f0f0f0;
    background: #fff;
    border-radius: 20px;
    padding: 10px 5px;
    font-size: .8125rem;
    overflow: hidden;
	box-shadow: 0 10px 15px rgba(0,0,0,0.15);
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .product {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 600;
    color: #005da8;
    text-transform: lowercase;
	font-size: 14px;
	display: inline-block;
	width: 90%;
	font-family: Poppins;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .cover img {
    border: 1px solid #ededed;
    border-radius: 10px;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .product::first-letter {
	text-transform: uppercase;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item .pprice {
    font-weight: 600;
    color: #f00a35;
    font-size: 12px;
	font-family: Poppins;
}
.ui-autocomplete.ui-menu .search-menu-item .search-item:hover {
	background: #F4F6F9;
	border-radius: 10px;
}

#manufacturer .product-list .grid.columns-4 .product-miniature, #search .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 20%;
    max-width: 20%;
}

#index #wrapper {
	padding-bottom: 0px;
}
#manufacturer #wrapper {
	background: #F4F6F9;
}
#search #wrapper {
	background: #F4F6F9;
}
#category #wrapper {
	background: #F4F6F9;
}
#category .column-block {
    background: #EBEEF3;
	border-radius: 20px;
	padding: 25px 25px 32px;
}
/*#category  .breadcrumb-wrapper {
	background: #F4F6F9;
}
#manufacturer  .breadcrumb-wrapper {
	background: #F4F6F9;
}
#search  .breadcrumb-wrapper {
	background: #F4F6F9;
}*/
.breadcrumb {
    padding: 7px 0;
}
#category #left-column.col-lg-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
#category #center-column.col-lg-9 {
    flex: 0 0 78%;
    max-width: 78%;
}
#category .category-tree > ul > li > a {
    font-size: 13px;
}
#category .category-tree > ul > li > a > span {
   width: 100%;
}
#category .product-list .product-miniature {
    padding: 0 7px;
}
.breadcrumb .breadcrumb-item > a {
    padding: 5px;
    color: #888;
    font-size: 11px;
}
.breadcrumb .breadcrumb-item > a:hover {
    color: var(--primary);
}
.category-tree a.current {
    font-weight: 700;
    color: #333;
}
#search_filters .facet .search-link {
    font-size: 13px;
}
#search_filters .facet .facet-label .custom-checkbox a{
    text-transform: lowercase;
	display: inline-block;
}
#search_filters .facet .facet-label .custom-checkbox a::first-letter{
    text-transform: uppercase !important;
}
#search_filters .facet .custom-checkbox .check-shape, #search_filters .facet .custom-radio .check-shape {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #005da8;
    background-color: #fff;
    background: none;
    border-radius: 4px;
}
#search_filters .facet .custom-checkbox input[type="checkbox"]:checked + .check-shape, #search_filters .facet .custom-radio input[type="radio"]:checked + .check-shape {
    background-color: #005DA8 !important;
    border-color: #005DA8 !important;
    color: #fff;
}
#search_filters .facet .magnitude {
    padding: 0 3px;
    font-size: 11px;
opacity:.8;
    font-weight: 300;
}
#_desktop_search_filters_clear_all {
	display: none;
}
.active-filters {
   padding: 10px 20px;
margin-top: 0px;
border-radius: 15px;
border: 0;
margin-bottom: 20px;
}
.active-filters .filter-block {
    margin: 5px;
    background: #F4F6F9;
    padding: 3px 8px;
    border-radius: 7px;
    font-size: 12px;
}
.active-filters .active-filter-list {
    margin: 0 10px;
}
.active-filters .active-filter-title {
    font-weight: 700;
    white-space: nowrap;
    padding-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #005da8;
}
#search_filters .facet {
    background: #EBEEF3;
    border-radius: 20px;
	 margin-bottom: 30px;
	 padding: 25px 25px 30px;
	border: 0px !important;
}
.pagination .page-list .current a {
    background: none !important;
    color: #005DA8;
}
.pagination .page-list a {
    font-size: 15px;
}

.column-title {
    font-size: 14px;
    font-weight: 700;
    color: #005da8;
	margin: 0 -.9375rem .3375rem;
}
.product-list .product-miniature .product-thumbnail img {
    padding: 25px;
}

.page-content.faq {	
	background: url("/img/faq-bg-home.png") no-repeat bottom center #00529A;
	background-size: cover;
}
.page-content.faq h2{
line-height: 33px;
}

.title-block .view-all-link {
    position: absolute;
    right: 125px;
    border: 2px solid;
    border-radius: 50px;
    font-weight: 700;
    padding: 3px 15px;
	font-size: 13px;
	top:0;
}
.title-block .view-all-link i{
display: none;
}
.aone-homepage .title-block {
	margin-bottom: 25px;
}

.brand-base .logo img {
    margin: auto;
    border-radius: 0px;
    box-shadow: none;
    transition: all .3s;
	padding: 22px;
}
.aone-brands {
    margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
padding-top: 70px;
text-align: center;
}
.aone-brands .title-block {
    display: block !important;
}

.product-list .product-miniature .grid-hover-btn .quick-view, .product-list .product-miniature .product-thumbnail .product-cover-link::before  {
    display: none;
}
.page-heading {
    font-weight: 700;
    color: var(--primary);
    text-transform: lowercase !important;
    font-size: 30px;
	display: inline-block;
}
.page-heading::first-letter {
text-transform: uppercase !important;
}

.products-selection .products-sort-order .sort-label {
    margin-right: 0px;
    font-size: 13px;
    font-weight: 300;
}
.products-selection .products-sort-order .select-title {
    background-color: #f4f6f9;
    border: 0;
    color: #00529a;
    font-weight: 700;
    padding-top: 7px;
}
.products-selection .products-sort-order .sort-select {
    width: auto;
}


/* HOME PAGE */

/* LOCALI */

.box-locale {
	background: #fff;

border-radius: 15px;
margin-bottom: 15px;
font-size: 16px;
font-weight: 400;
border: 1px solid #dedede;
	}
.box-locale a{
	padding: 20px;
	display: block;
}
.box-locale a:hover{
background: #F0F1F5;
	border-radius: 15px;
}
.box-locale a:hover .btn{
background: var(--primary);
	color:#fff;
}

.box-locale:last-child {
	margin: 0px !important;
}
.box-locale .col-2 img {
	width: 80%;
}

.box-locale .btn{
	padding: 9px !important;
width: 36px;
height: 36px;
border-radius: 50%;
}

	.box-locale h3 {
		font-size: 19px;
font-weight: 700;
margin-bottom: 5px;
letter-spacing: -0.3px;
	}
	.box-locale .orari span{
		font-size: 9px;
text-transform: uppercase;
font-weight: 500;
line-height: 10px;
	}
	.box-locale .btn-small.btn-default {
		padding: 13px 15px 13px 60px;
background: #fff;
text-transform: uppercase;
margin-top: 7px;
position: relative;
	}
.box-locale .type-rp img{
	float: left;
	height: 52px;
max-width: none;
}
.box-locale .orari {
	float: left;
text-align: left;
margin-left: 7px;
}
.box-locale .orari .orari-disp{
	font-size: 14px;
	
}
.box-locale .orari .orari-disp::before{
	content: '';
width: 7px;
height: 7px;
border-radius: 50%;
background: #13D36A;
display: inline-block;
vertical-align: middle;
margin-right: 3px;
margin-top: -2px;
}
.box-locale .orari h4{
font-size: 14px;
margin: 0;
line-height: 13px;
margin-top: 5px;
}

.box-resume {
	background: #fff;
	box-shadow: 0 0px 10px rgba(0,0,0,0.09);
	display: inline-block;
	width: 100%;
	display: none;
}
.resume {
	padding: 15px 0 12px;
	font-size: 15px;

font-weight: 400;
}
.resume h3 {

    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
	margin-top: 5px;

}
.resume .col-md-1 img {

    border: 1px solid #D7D7D7;
    padding: 7px;
	width: 80%;

}
/*.resume .col-md-6 {
	padding-left: 0px;

margin-left: -10px;
}*/
.resume .col-md-5 {
	padding-left: 0px;

margin-left: -10px;
}
.resume-info {
	font-weight: 500;
	text-transform: capitalize;
}
.resume-info span{
	font-size: 9px;
font-weight: 400;
text-transform: uppercase;
line-height: 10px;
}
.num {
color: #666;
font-size: 12px;
padding-top: 10px;
	padding: .9rem 0;
}

.box-resume .type-rp img{
	float: left;
	height: 48px;
max-width: none;
}
.box-resume .orari {
	float: left;
text-align: left;
margin-left: 7px;
}
.box-locale .orari .orari-disp{
	font-size: 14px;
	
}
.box-resume .orari .orari-disp::before{
	content: '';
width: 7px;
height: 7px;
border-radius: 50%;
background: #13D36A;
display: inline-block;
vertical-align: middle;
margin-right: 3px;
margin-top: -2px;
}
.box-resume .orari h4{
font-size: 13px;
margin: 0;
line-height: 9px;
margin-top: 5px;
}
.box-resume .orari .orari-disp {
	font-size: 13px;
line-height: 15px;
}

.nodelivery i{
	font-size: 28px;
	color: #E42B1F;
	vertical-align: sub;
}

.nodelivery {
	background: #DDF4FB;
border: 0px;
color: #000;
font-weight: 500;
font-size: 15.4px;
	border-radius: 5px;
	padding: 20px;
}
.nodelivery span{
	color: #E42B1F;
	font-weight: 600;
}
.cat-prodotti {
	padding-top: 30px;
}


.cat-prodotti li a {
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .08) !important;
	border:1px solid #EFEFEF;
border-radius: 20px;
display: flex;
align-items: center;
padding: 1.3rem;
margin: 0.8rem;
font-weight: 700;
color: #005DA8;
font-size: 14px;
min-height: 150px;
flex-direction: column;
justify-content: center;
	margin-bottom: 20px;
	background: #fff;
}
.cat-prodotti li a img {
width: 50px;
	margin-bottom: 7px;
}

.cat-prodotti .slick-next, .aone-featuredcategories .slick-next{
    left: auto;
    right: -8px;
    top: 40%;
}
.cat-prodotti .slick-prev, .aone-featuredcategories .slick-prev{
    left: -8px;
    top: 40%;
}
.aone-featuredcategories {
	margin-top: 50px;
}


.aone-featuredcategories .category-block .category-container {
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .08) !important;
	border:1px solid #EFEFEF;
border-radius: 20px;
display: flex;
align-items: center;
padding: 1.3rem;
font-weight: 700;
color: #005DA8;
font-size: 14px;
min-height: 138px;
flex-direction: column;
justify-content: center;
	margin-bottom: 20px;
	background: #fff;
	transition: all .2s;
}
.aone-featuredcategories .category-block .category-container:hover {
	transform: scale(1.1);
    background: #e7edf4 !important;
    border: 1px solid #e7edf4 !important;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .08) !important;
}
#category .aone-featuredcategories .category-block .category-container:hover {
	transform: scale(1.1);
     background: #e7edf4 !important;
    border: 1px solid #e7edf4 !important;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .08) !important;
}
.aone-featuredcategories .category-block .category-name {
    font-size: 14px;
text-align: center;
text-transform: none;
margin: 0;
padding: 0px;
background: none;
line-height: 16px;
color: #005DA8;	
	text-transform: lowercase;
}
.aone-featuredcategories .category-block .category-name::first-letter {
	text-transform: uppercase;
}
.aone-featuredcategories .title-block {
	display: none !important;
}


#category .aone-featuredcategories {
	margin-top: 0px;
}
#category .aone-featuredcategories .category-block .category-container {
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .08) !important;
border: 1px solid #EFEFEF;
border-radius: 20px;
display: flex;
align-items: center;
padding: 0 1.3rem;
font-weight: 700;
color: #005DA8;
font-size: 14px;
min-height: 94px;
flex-direction: column;
justify-content: center;
margin-bottom: 20px;
background: #fff;
transition: all .2s;
}
#category .aone-featuredcategories .category-block .category-image img {
    margin: 0 auto;
    width: 50px;
    margin-bottom: 5px;
}
#category .aone-featuredcategories .category-block .category-name {
    font-size: 13px;
    line-height: 14px;
}
#category .aone-featuredcategories .slick-prev, #category .aone-featuredcategories .slick-next {
    top: 35%;
}


.product-list .grid .product-miniature .product-price-and-shipping {
    display: inline-block !important;
}
.product-list .product-miniature .product-price-and-shipping span {
    margin: -3px 3px !important;
}
.product-list .product-miniature .product-price-and-shipping span.discount-amount, .product-list .product-miniature .product-price-and-shipping span.discount-percentage {
    font-size: 12px;
    padding: 9px 10px;
    margin-left: 2%;
    background: #F00A35;
    border-radius: 20px 0;
    font-style: normal;
    font-weight: 700;
    margin: 0px !important;
	position: absolute;
	left: 0px;
	top:0px;
}

.product-style {
    transition: all .3s;
    background-color: #fff;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-radius: 20px;
    border: 0px solid #DFDFDF;
    font-size: 14px;
    font-weight: 400;
	position: relative;
}
.product-style:hover {
    box-shadow: 0 0px 15px rgba(0,0,0,0.08);
    border:0px;
}
.product-list .grid .product-miniature .product-name {
    text-align: left;
    padding: 8px 20px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #00529A;
	min-height: 80px;
	line-height: 22px;
	margin-bottom: 0px;
}
.product-list .grid .product-miniature .product-name a {
    display: block;
    text-align: left;
	text-transform: lowercase;
	
}
.product-list .grid .product-miniature .product-name a:first-letter {
	text-transform: uppercase;
}
.product-list .grid .product-miniature .third-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 15px;
    min-height: 36px;
}
.product-style .price {
    font-weight: 700;
	font-size: 24px;
	color: #F00A35;
	letter-spacing: -1px;
}
.product-list .grid .product-miniature .add-to-cart {

    padding: 9px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
.product-list .grid .product-miniature .details-link {
background: #e7edf4;
color: #005da8;
}
.product-list .grid .product-miniature .details-link:hover {
background: #005da8;
color: #fff;
}

.product-list .grid .product-miniature .third-block {
    min-height: 80px;
}
.product-list .grid .product-miniature .add-to-cart.added::after {
	display: none;
}

.product-list .grid .product-miniature .third-block .qty {

	font-size: 13px;
	
	border: 2px solid var(--primary);
border-radius: 50px;
}
.product-list .grid .product-miniature .third-block .qty .bootstrap-touchspin .input-group-btn-vertical {
  width: 30px;
  display: block;
}
.product-list .grid .product-miniature .third-block .qty .step-qty {
height: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width:60px;
	color: var(--primary);
font-weight: 700;
}
.product-list .grid .product-miniature .third-block .qty .btn-add-qty, .product-list .grid .product-miniature .third-block .qty .btn-sub-qty {
	background: none;
	border:0px;
	padding: 7px 0;
font-size: 18px;
color: var(--primary);
width: 100%;
}
.product-list .grid .product-miniature .third-block .qty .btn-add-qty .material-icons, .product-list .grid .product-miniature .third-block .qty .btn-sub-qty .material-icons {
	display: none;
}
.product-list .grid .product-miniature .third-block .qty .btn-add-qty:before {
	
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
	content: "\f067";
}
.product-list .grid .product-miniature .third-block .qty .btn-sub-qty:before {
	
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
	content: "\f068";
}

.notifyjs-bootstrap-success {
	display: block;
font-size: 14px;
padding: 15px 30px !important;

text-align: left;
border-radius: 10px !important;
margin: 0;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2) !important;
border: 2px solid #FFE44C !important;
background: #ffffff;
color: #000;
min-width: 250px;
position: relative;
max-height: 200px;
	background: #FFF6C7 !important;
	color: var(--primary) !important;
	font-weight: 600 !important;
	
}
.notifyjs-bootstrap-success:before {
	
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
	content: "\f07a";
	font-size: 18px !important;
	margin-right: 10px;
}


.title-block {
   
    font-size: 28px;
    font-weight: 700;
    color: #005DA8;
    line-height: 30px;
    letter-spacing: -0.3px;
    text-transform: none;
}
#header .main-header {
	padding: 0px;
}
#header .header-right {
    width: 100%;
    margin: 16px 0 7px;
    background: inherit;
}
.head-top-control {
width: 79%;
background: #F4F6F9;
display: flex;
justify-content: right;
margin-left: auto;
border-bottom-left-radius: 50px;
min-height: 50px;
}
.head-top-control .shop-type {
	font-size: 15px;
	font-weight: 700;
	color:var(--primary);
	padding: 12px;
	margin-top: 2px;
	padding-right: 0;
	    margin-left: auto;
}
.head-top-control .shop-type .btn-sm {
	border-radius: 50px;
border-color: #005DA8 !important;
font-size: 11px;
text-transform: uppercase;
margin-left: 10px;
}
.head-top-control .time-type {
	font-size: 15px;

color: #fff;
padding: 13px 40px 13px 70px;
background: url(/img/wave.svg) no-repeat left bottom var(--primary);
}
.head-top-control .time-type i{
font-size: 20px;
margin-right: 5px;
	transform: rotateY(180deg);
}
.head-top-control .time-type:after {
	vertical-align: 1px;
margin-left: 5px;
border: 0px;
font-family: 'Font Awesome 5 Pro';
content: "\f078";
	font-size: 12px;
}
.head-top-control .shop-type img{
	width: 28px;
	margin-top: -5px;
	margin-right: 5px;
}
#header .header-logo {
    margin-top: -33px;
}
#header .main-header .header-wrapper {
    /*padding: 5px 25px 15px;*/
    padding: 5px 0px 15px;
}
#header .desktop-sticky-wrapper.is-sticky .header-logo  {
	margin-top: 6px;
}
#header .desktop-sticky-wrapper.is-sticky .header-logo img {
    height: 85px;
}
.container-manufacturer {
    height: 16px;
	margin: 0px !important;
}
.product_manufacturer_name {
    color: #757575;
font-size: 11px;
font-weight: 600;
padding: 0 20px 0;
margin-bottom: 0px;
text-transform: uppercase;
letter-spacing: 0.7px;
}
.second-block #prezzounitario {
font-size: 12px;
color: #7F7F7F;
padding: 0px 15px;
margin-bottom: 0;
margin-top: 0;
min-height: 20px;
}
.second-block #prezzounitario p {
margin-bottom: -4px;
}
.second-block .prezzounitario {
  font-style: italic;
  font-size: 11px !important;
}
.second-block .pesoprodotto {
  color: #646464 !important;
  font-weight: 500;
}

.category-home {
	background: #F4F6F9;
	padding: 1rem 0 3rem;
}
.category-home .product-list .product-list-wrapper {
    margin-bottom: 0px;
}
.category-home .category-title-card{
    padding: 60px 30px 40px;
	height: 100%;
	position: relative;
	background: #e7edf4;
	display: flex;
height: 100%;
flex-direction: column;
}
.category-home .category-title-card img{
	width: 90px;
}
.category-home .category-title-card h2{
line-height: 34px;
font-size: 31px;
letter-spacing: -0.5px;
}
.category-home .category-title-card .btn{
padding: 12px 25px;
/*bottom: 40px;
position: absolute;*/
}
.category-home .btn-bottom {
	display: flex;
justify-content: flex-end;
flex-direction: column;
height: 100%;
	width: 100%;
}

@media (min-width:576px) {
    .aone-featuredcategories .category-list.per-row-8 .category-block {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .aone-featuredcategories .category-list.per-row-8 .category-block {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}


/* PER LA FASE DI TEST */

.aone-homepage.home-blocks-bottom {
	background: #E7EDF4;
	padding: 3rem 0;
}
.aone-homepage.home-blocks-middle {
	margin-top: -55px;
}

.aone-homepage.home-blocks-bottom .title-block {
	position: relative;
}
.aone-brands {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ededed;
}
.utility {
    background: #fbfcfd !important;
}

/* PER LA FASE DI TEST */



.ricette-home {
	background: #E7EDF4;
	padding: 3rem 0 4rem;
	display: none;
}

.ricette-home .ricetta-products .card {
	border: 0px;
	border-radius:20px;
	min-height: 223px;
}
.ricette-home .ricetta-products .card-body {
    flex: 1 1 auto;
    padding: 1.65rem;
}
.ricette-home .ricetta-products .product-thumbnail {
float: left;
	margin-right: 10px;
}
.ricette-home .ricetta-products .product-thumbnail img{
	width: 100px;	
}
.ricette-home .ricetta-products .product-name {
    text-align: left;
    padding: 2px 15px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #00529A;
    min-height: 80px;
}
.ricette-home .ricetta-products .product-name a {
    display: block;
    text-align: left;
    text-transform: lowercase;
}
.ricette-home .ricetta-products .product-name a:first-letter {
	text-transform: uppercase;
}
.ricette-home .ricetta-products .second-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:20px;
}
.ricette-home .ricetta-products .price {
    font-weight: 700;
    font-size: 24px;
    color: #F00A35;
    letter-spacing: -1px;
}
.ricette-home .ricetta-products .btn {
padding: 12px 25px;
	}
.ricette-home .ricetta-post div{
position: relative;
}
.ricette-home .ricetta-post div h2{
position: absolute;
bottom: 35px;
left: 20px;
color: #fff;
padding: 0 30px;
line-height: 40px;
font-size: 32px;
letter-spacing: -0.6px;
}
.ricette-home .ricetta-post img{
border-radius: 20px;
	}
.adv-home {
	margin-top: 4rem;
font-size: 15px;
color: #777;
}
.adv-home h4{
	margin-top: 15px;
	margin-bottom: 3px;
	color: var(--primary);
}
.adv-home img{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.adv-home a:hover img{
	opacity: .85;
}

.resume-info.type-rp {
	display: none;
}

.utility {
	text-align: center;
	padding: 3.5rem 0;
}
.utility img{
	width: 100px;
	margin-bottom: 20px;
}
.utility h4{
	font-weight: 700;
	color: var(--primary);
	font-size: 20px;
	padding: 0px 30px;
	line-height: 24px;
	
}


/* LOCALI */



/* SCHEDA PRODOTTO */

[data-magic-slide-id].active-selector img {
    filter: none !important;
}
.mz-thumb.mz-thumb-selected img {
    border: 2px solid #FFE44C !important;
}
a[data-zoom-id] img, .mz-thumb img {
    border-radius: 15px !important;
    border: 1px solid #EFEFEF !important;
	box-shadow: 0 0px 10px rgba(0,0,0,0.07);
	padding-bottom: 0px !important;
}

.main-product-details .product-prices .discount-amount {
    font-size: 12px;
    padding: 8px 10px;
    margin-left: 2%;
	background: #F00A35;
	border-radius: 20px 0;
	font-style: normal;
	font-weight: 700;
}
.main-product-details .product-prices .regular-price {
    margin-left: 3%;
    font-size: .55em;
}

#product .hfull {
	max-width: 100% !important;
	padding: 0px;
	overflow-x: hidden;
}
#product #wrapper {
	background: #F4F6F9;
}
#product .breadcrumb-wrapper {
    background: #fff;
    margin-bottom: 0px;
	padding-bottom: 20px;
    overflow: hidden;
}
#product .category-products .title-block {
	margin-bottom: 25px !important;
	font-size: 28px !important;
}
#product .category-products .separator{
padding-top: 70px;
border-top: 1px solid #ccc;
margin-top: 70px;
}

@media (min-width:991px) {
#product .slick-next, #product .slick-prev {
    top: -50px !important;
}
}
#products #js-product-list-top {
	display: none;
}
#product .page-heading {
	font-size: 42px;
	line-height: 52px;
	display: block;
}
#product .main-product-details .product-price {
	font-weight: 700;
font-size: 36px;
color: #F00A35;
letter-spacing: -1px;
}
#product .main-product-details .product-prices .tax-shipping-delivery-label {
	display: none;
}
#product .product-actions{
	border-top:2px solid #B6CEE2;
	padding-top: 15px;
	margin-top: 20px;
}
#product .product-bollini {
	margin-top: 50px;
}
#product .product-bollini .pesoprodotto p{
	margin: 0px;
	font-weight: 600;
}
#product .product-bollini .prezzounitario p{
	margin: 0px;
font-size: 14px;
margin-top: 5px;
}
#product .product-bollini img{
	width: 80px;
}
#product .product-bollini li {
	display: inline-block;
}

#product .product-features .card {
    box-shadow: 0 5px 10px rgba(0,0,0,0.03);
    border: 0px;
	border-radius: 20px;
}
#product .product-features .card-body {
	padding: 35px 40px;
}
.product-features dl.data-sheet {
    margin: 0rem !important;
}

.product-features dl.data-sheet dd.value {
    flex: 1 0 40%;
    font-weight: 400;
    background: #fff;
    padding: 12px 0px;
    min-height: 34px;
    word-break: break-word;
    margin: 0;
	text-align: right;
	border-top: 1px solid #DDDDDD;
	font-size: 14px;
	color: #727272;
}
.product-features dl.data-sheet dt.name {
    flex: 1 0 40%;
    font-weight: 600;
    background: #fff;
    padding: 12px 0px;
    min-height: 34px;
    word-break: break-word;
    margin: 0;
	border-top: 1px solid #DDDDDD;
	font-size: 14px;
	color: #727272;
}
.product-features dl.data-sheet dd.value:nth-of-type(2n), .product-features dl.data-sheet dt.name:nth-of-type(2n) {
    background: #fff;
}
.product-features dl.data-sheet dt.name:nth-of-type(1)  {
color: var(--primary) !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	border:0px;
	font-weight: 700;
}
.product-features dl.data-sheet dd.value:nth-of-type(1)  {
color: var(--primary) !important;
	
	font-size: 13px !important;
	border:0px;
	font-weight: 600;
}

.product-right .btn.add-to-cart {
    background-color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
}
.product-right .btn.add-to-cart:hover {
background-color: #E94F45;
}
.main-product-details .product-add-to-cart .add-to-cart {
    min-width: 100%;
}
.product-right .product-quantity-touchspin .input-group {
    height: 56px;
    border: 0px solid #C3C3C3;
    font-weight: 700;
}
.product-right .product-quantity-touchspin .input-group .input-group-btn{
	padding-right: 1px;
}
.product-right .product-quantity-touchspin .input-group .input-group-btn > .btn {
    width: 56px;
    border: 1px solid #b9b8b8;
    border-radius: 50px;
    font-size: 22px;
}
.product-right .product-quantity-touchspin .input-group input[type="number"] {
    font-weight: 600;
    font-size: 22px;
}
.nav-tabs {
    justify-content: flex-start;
}
.nav-tabs .nav-item {
    margin: 0 0px;
	margin-right: 25px;
	
}

.product-tabs .nav-tabs .nav-item .nav-link {
border:0px !important;
	padding: 0px;
    color: var(--primary);
	border-bottom:3px solid transparent !important;
	font-size: 18px !important;
	padding: 25px 0 7px;

}
.product-tabs .nav-tabs .nav-item .nav-link.active {
    border-color: #fff;
    background: none !important;
    position: relative;
    z-index: 1;
	border-bottom:3px solid #F0324A !important;
	padding: 25px 0 7px;
}
.product-tabs .tab-content {
    margin-top: -1px;
    position: relative;
    padding: 30px 0;
}
.main-product-details .product-availability {
    display: inline-block;
    font-weight: 700;
    padding: 0px;
    margin-bottom: 0;
    border: none;
    font-size: 14px;
   
}
.main-product-details .product-availability.alert-warning {
     color: #f00a35;
    background-color: #fff !important;
    border-color: #fff;
}
.main-product-details .product-availability.alert-info {
	 background-color: #fff !important;
}


/* SCHEDA PRODOTTO */


/* CHECKOUT - CART */
.cart-preview .cart-bottom .cart-products-count {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    color: #4a91ca;
}

#cart .product-quantity-touchspin .input-group {
    border: 0px;
}
#cart .product-quantity-touchspin .input-group .input-group-btn > .btn {
    width: 30px;
    height: 30px;
    border: 1px solid #b7b6b6;
    border-radius: 50px;
}
#cart .product-quantity-touchspin .input-group .input-group-btn{
    padding-right: 1px;
}

.product-quantity-touchspin .input-group input[type="number"] {
    font-weight: 600;
    font-size: 16px;
}
.cart-continue-shopping a{
    border-radius: 50px;
}
.col-lg-8 .cart-items {
    padding: 0 .9375rem;
    border: 1px solid #dedede;
    border-radius: 15px;
}
.price-col .product-price {
    font-size: 1em;
    color: #F1102A;
}
.cart-summary {
    position: relative;
    overflow: hidden;
    background: #F4F6F9;
    padding: 30px 40px;
    border-radius: 20px;
}
[data-container-express-checkout] {
    display: none !important;
}
.cart-summary-line.cart-total .price-total {
    color: #F1102A;
    font-size: 27px;
    letter-spacing: -1px;
}
.cart-item.cart-summary-totals {
	padding-top: 25px;
margin-top: 10px;
}
.cart-item.cart-voucher {
	border: 0 !important;
	margin-top: 15px;
}
.cart-item.cart-voucher label a{
font-size: 14px;
color: #444 !important;
font-weight: 600;
	width: 100%;
}
.cart-item.cart-voucher label a:after{
}
.cart-summary .cart-voucher .promo-code .btn {
    padding: 15px;
background: #ffe44c;
color: #005da8;
border-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border: 0;
font-weight: 700;
font-size: 11px;
}
.cart-summary .cart-products-count {
    padding: 15px 0 15px;
margin: 0;
font-weight: 700;
text-align: left;
font-size: 14px;
color: #444;
}
.cart-summary-line {
    font-size: 15px;
}
.cart-summary-subtotals .price {
    font-size: 15px;
    font-weight: 600;
    color: #005da8;
}
.cart-summary-line.cart-total label{
	text-transform: uppercase;
font-size: 18px;
text-align: left;
color: #555;
}
.cart-summary-line.cart-total label small{
font-size: 11px;
}
 #header .checkout-header-version .header-logo {
    margin-top: 0px;
}
#header .checkout-header-version .header-logo img {
	height: 100px;
}
.checkout-step-order .step-part {
    min-width: 25%;
	color: #005da8;
}

.form-control {

    background: #fff;
    height: 50px;
    padding-right: 53px;
    padding-left: 30px;
    margin-left: -1px;
    border-radius: 18px;
    border-color: #ccc;
    font-size: 15px;
}
.shadow-box {
    border-radius: 15px;
}
.shadow-box .form-control {
    height: 50px;
    background: #fff;
    border: 1px solid #ccc;
}
.light-box-bg {
    border: 1px solid #ccc;
	 border-radius: 15px;
}
.checkout-step-order .step-part.current .circle {
    background: #FFE44C;
    color: #ffe44c;
}
.checkout-step-order .step-part .circle {
    position: absolute;
    width: 54px;
    height: 54px;
    border: 1px solid;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
.checkout-step-order .step-part.current .position {
    color: #005da8;
}
.checkout-step-order .step-part.current .part-text {
	font-weight: 700;
}
.checkout-step-order .step-part.reachable.complete .part-icon {
    color: #ffe44c;
}
.checkout-step-order .step-part.current .line {
    color: #FFE44C;
}
.checkout-step-order .step-part.reachable.complete .done {
    color: #005da8;
}
.checkout-step-order .step-part.reachable.complete .circle {
    border-width: 2px;
}
.checkout-step-order .step-part.reachable.complete .done i {

    font-weight: 700;
    font-size: 30px;

}
.checkout-step-order .step-part .line {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    border-top: 2px solid;
}
.checkout-step-order .step-part .position {
    font-size: 140%;
    font-weight: 700;
}
.checkout-step-order .step-part .part-icon {
    line-height: 51px;
}
.checkout-step-order .step-part .part-text {
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 0px 20px;
    letter-spacing: -0.2px;
	color: #005da8;
}
#mdfood-checkout-addresses-step .address-item {
    font-size: 14px;
}
.checkout-step .address-item.selected, .checkout-step .delivery-option .selected, .checkout-step .delivery-slot .selected {
   border: 1px solid #00B4E4;
box-shadow: 0px 0px 5px #00B4E4;
}
.edit-address, .delete-address {
    border: 1px solid var(--primary);
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 12px;
    margin: 0 5px;
}
.checkout-step .delivery-slot .material-icons {
    font-size: 20px;
}
.checkout-step .delivery-slot label {
    font-size: 15px;
    font-weight: 400 !important;
     padding: 20px 30px;
    margin: 0;
}
.checkout-step .delivery-slot .selected label {
    font-weight: 700 !important;
	color: var(--primary);
}
.checkout-step .delivery-slot .selected .material-icons {
    font-weight: 700 !important;
}

#mdfood-checkout-payment-step .selected {
    border: 1px solid #00B4E4;
    box-shadow: 0px 0px 5px #00B4E4;
}
#mdfood-checkout-payment-step .option-text {
	font-size: 18px;
	font-weight: 700;
	color: #848484;
	margin-bottom: 8px;
	display: block;
}
#mdfood-checkout-payment-step .light-box-bg .check-wrap {
    position: absolute;
right: 40px;
top: 50%;
margin-top: -12px;
z-index: 99;
}
#mdfood-checkout-payment-step .light-box-bg {
    padding: 30px;
}
#mdfood-checkout-payment-step .custom-radio .check-shape {
    width: 25px;
    height: 25px;

}
#mdfood-checkout-payment-step .custom-radio .check-shape .material-icons.check-icon {
	font-size: 20px;
}
#mdfood-checkout-payment-step .light-box-bg .custom-radio {
	display: inline-block;
}
#mdfood-checkout-payment-step .light-box-bg .pp__pl-2 {
	display: inline-block;
	margin-left: 10px;
}
#mdfood-checkout-payment-step .additional-information {
	font-size: 13px;
}
#mdfood-checkout-payment-step .light-box-bg .alert-info {
    display: inline-block;
border-radius: 10px;
padding: 8px 16px;
font-size: 13px;
}
#mdfood-checkout-payment-step .custom-checkbox .check-shape {
    border-radius: 4px;
}
#mdfood-checkout-payment-step .js-terms {
	font-size: 14px;
}
.form-control-comment {
    padding-top: 7px;
    font-style: italic;
    font-size: 12px;
}
.form-group .custom-checkbox, .form-group .custom-radio {
	font-size: 14px;
}
.form-group .custom-checkbox em {
	font-size: 12px;
}
.form-group .custom-checkbox .check-shape {
    border-radius: 4px;
}
#my-account .ls-wp-container, #order-detail .ls-wp-container, #order-slip .ls-wp-container {
	display: none;
}
.page-addresses .address {
	font-size: 14px;
}
.page-addresses .address .address-footer a {
    border: 1px solid var(--primary);
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 12px;
    margin: 0 5px;
}
.page-addresses .address .address-footer a + a {
    margin-left: 0 !important;
}

.page-my-account #content .links a span.link-item {
    display: block;
    text-align: center;
    height: 100%;
    background: #fff;
    padding: 25px .9375rem;
    border: 1px solid #ededed;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.03);
    color: #005da8;
    text-transform: none;
}
.footer-account-links {
	font-size: 14px;
}
.column-block {
    background: #F4F6F9;
    padding: 25px 32px 32px;
    border: 0px solid #c7c7c7;
    border-radius: 12px;
    font-size: 14px;
}
.table-labeled {
    font-size: 14px;
}
.table-labeled .label {
    font-weight: 700;
    border-radius: 15px;
    padding: .45rem .375rem;
    color: #fff;
    white-space: normal;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 13px;
    width: 100%;
    text-transform: uppercase;
}
.alert {
	border-radius: 10px;
}
#history .table-bordered, #history .table-bordered td, #history .table-bordered th {
	border:0px;
}
#history .table-bordered td, #history .table-bordered th{
	border-top: 1px solid #c7c7c7;
}
.thead-default th {
    color: inherit;
    background-color: #f4f6f9;
	color: #005da8;
font-size: 13px;
line-height: 16px;
	text-transform: uppercase;
}
#order-detail .table-labeled .label {
    font-weight: 700;
    border-radius: 15px;
    padding: .45rem .975rem;
    color: #fff;
    white-space: normal;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 13px;
    width: auto;
    text-transform: uppercase;
}
#order-detail .light-box-bg {
    padding: 25px;
}
#order-history h4 {
	color: var(--primary);
	margin-bottom: 20px;
	margin-top: 40px;
}

.input-group .input-group-btn > .btn {
    box-shadow: none;
    margin-left: 0;
    padding: 14px 15px;
    background: #fff;
    min-width: 60px;
    font-size: 10px;
	border-radius: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
    border: 1px solid #ccc;
    border-left: 0;
}
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
#authentication .form-control-comment, #checkout-guest-form .form-control-comment{
    display: none;
}
#authentication .custom-checkbox, #checkout-guest-form .custom-checkbox{
	font-size: 14px;
}
.checkout-step .step-title {
	color: var(--primary)
}


/* FOOTER */



/*#footer .footer-main {
    padding: 0px 0 30px !important;
}*/
#footer .copyright {
	font-size: 13px;
}
#footer .copyright img {
	float: left;
	width: 60px;
	margin-right: 15px;
}
#footer .footer-bottom {
   padding: 1.2rem 0;
	padding-bottom: 2rem
}
#footer .social-footer a {
	color: #fff;
}
#footer .social-footer i {
	font-size: 20px;
}
#footer .social-footer h6 {
	margin: 0px 0px 10px 0px;
	color: #87ADCF;
	font-weight: 500;
}
#footer .copyright a {
	color: #87ADCF;
}
#footer .footer-menu .linklist {
	margin-top: 20px;
}
#footer .footer-menu .linklist h4 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.3px;
}
#footer .footer-menu .linklist li {
	font-size: 13px;
	
}

/* FOOTER */


#header .mobile-header-version .mobile-menu-icon {
    height: 34px;
    width: 34px;
    font-size: 40px;
    border-radius: 3px;
    transition: all .3s;
    cursor: pointer;
    user-select: none;
    background: none;
    color: #005DA8;
}
.main-content .mobile-main-content {
    display: flex;
    flex-direction: column;
}
.category-tree .collapse-icons .material-icons.add::before {
    content: "\e5cf";
}
.category-tree .collapse-icons .material-icons.remove::before {
    content: "\e5ce";
}
#header .mobile-header-version .header-bottom {
		display: none !important;
	}
	#header .mobile-header-version .header-logo img {
    height: 80px;
	}
	#header .mobile-header-version .header-logo {
    margin-top: 0px !important;
	}
	#header .mobile-header-version .main-header .header-wrapper {
    padding: 0px 0px 0px !important;
	}
#header .mobile-header-version .customer-signin-module {
    top: 26px;
right: 55px;
	}
	#header .mobile-header-version .shopping-cart-module {
    position: absolute;
top: 27px;
right: 10px;
	}
	#header .mobile-header-version .mobile-menu-icon {
    transition: none;
   background: none;
position: absolute;
top: 26px;
width: auto;
left: 10px;
	}
	
	#header .mobile-header-version .mobile-display-left {
    flex: none;
    position: inherit !important;
    z-index: 999;
	}
	#header .mobile-header-version .search-widget {
    width: 100%;
	}
	
	#header .mobile-header-version .search-widget form input[type="text"] {
    height: 50px;
    padding-right: 53px;
    padding-left: 20px;
    margin-left: -1px;
    border-radius: 50px;
    box-shadow: none;
    border-color: #d7d5d5;
    font-size: 13px;
	}
	#header .mobile-header-version .search-widget form [type="submit"] {

    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    width: 41px;
    height: 41px;
    transition: all .3s;
    cursor: pointer;
    border-radius: 50px;
    font-size: 17px;
    background: #FFD900;
    color: var(--primary);
	}
	
	#header .mobile-header-version .is-sticky .search-widget form input[type="text"] {
    height: 40px;
    padding-right: 53px;
    padding-left: 20px;
    margin-left: -1px;
    border-radius: 50px;
    box-shadow: none;
    border-color: #d7d5d5;
    font-size: 12px;
	}
	#header .mobile-header-version .is-sticky .search-widget form [type="submit"] {

    text-align: center;
padding: 0;
display: block;
position: absolute;
top: 4px;
right: 5px;
width: 32px;
height: 32px;
transition: all .3s;
cursor: pointer;
border-radius: 50px;
font-size: 15px;
background: #FFD900;
color: var(--primary);
	}

	
	#header .mobile-header-version .main-header {
    padding-bottom: 0px;
	}
	#header .mobile-header-version .mobile-menu-icon {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
	text-align: center;
	}
	#header .mobile-header-version .mobile-menu-icon span {
    display: block;
    margin-top: -3px;
	}
	#header .mobile-header-version .mobile-menu-icon i {
    font-size: 34px;
    display: block;
	}
	#header .mobile-header-version .user-info .account-link {
    border-width: 0px;
	}
	#header .mobile-header-version .user-info .account-link span{
    display: none;
	}
	#header .mobile-header-version .cart-preview .cart-header .cart-products-count {
    right: -5px !important;
		left: auto !important;
    margin-left: -8px;
	}
	
	#header .mobile-header-version .header-right {
    padding-bottom: 15px;
	}
	#header .mobile-header-version .cart-preview .cart-header .cart-design img {
    width: 28px;
    margin-bottom: 0px;
	}
	#header .mobile-header-version .user-info .account-link img {
    width: 26px;
    margin-bottom: 0px;
	margin-top: 3px;
	}
	#header .mobile-header-version .is-sticky .header-logo img {
    height: 60px !important;
	} 
	#header .mobile-header-version .is-sticky .mobile-menu-icon {
    background: none;
    position: absolute;
    top: 16px !important;
    width: auto;
    left: 13px;
	}
	#header .mobile-header-version .is-sticky .customer-signin-module {
    top: 16px !important;
	}
	#header .mobile-header-version .is-sticky .shopping-cart-module {
    top: 17px !important;
	}
	.st-menu-right {
	/*width: auto !important;*/
	}
	.st-menu-right .cart-preview .cart-product-line .product-name {
	  display: block;
  	  line-height: 16px;
		text-transform: lowercase;
		margin-top: 2px;
	}
#cart .product-line-grid .product-name {
  padding: 0;
  color: #3d3d3d;
  font-weight: 600;
  font-size: 16px;
	text-transform: lowercase;
	margin-top: 3px;
}
#cart .product-prices .price {
	font-weight: 600;
	color:var(--primary);
}
#cart .product_manufacturer_name {
  padding: 0px;
  font-size: 10px;
}

.sidebar-cart .product_manufacturer_name {
  color: #757575;
  font-size: 9px;
  font-weight: 600;
  padding: 0px 0;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

    .st-menu .sidebar-account {
		display: none;
	}
	.st-menu .sidebar-menu {
    padding: 30px 0;
    border-top: 0px solid #c7c7c7;
    background: #fff;
	}
	.st-menu .sidebar-menu .category-tree > ul > li > a {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: lowercase;
    padding: 12px 30px;
    border-top: 1px solid #dedede;
    letter-spacing: -0.4px;
	}
	.st-menu .sidebar-menu .category-tree > ul > li {
    margin: 0px;
	}
	.st-menu .sidebar-menu .category-tree > ul > li > a img {
    max-height: 28px;
    width: auto;
    margin-left: 0px;
    margin-right: 15px;
	}
	/*.st-menu .sidebar-menu .category-tree .collapse-icons {
    position: absolute;
    right: 25px;
    top: 7px;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    user-select: none;
		padding-top: 10px;
	}*/

	.st-menu .sidebar-menu .category-tree .collapse-icons {
  	position: absolute;
  	right: 0px;
  	top: 0px;
  	padding: 0;
  	font-size: inherit;
  	cursor: pointer;
  	text-align: right;
  	width: 100%;
  	height: 52px;
  	border: none;
  	user-select: none;
  	padding-top: 17px;
  	padding-right: 25px;
	}

	.st-menu .st-menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    padding: 8px;
	}
	.st-menu .st-menu-close i {
    font-weight: 400;
    font-size: 30px;
    color: var(--primary);
	}
	.st-menu .st-menu-title {
    padding: 30px 30px 0;
    text-align: left;
    font-size: 1.125rem;
    margin: 0;
    color: var(--primary);
	}
	.st-menu .category-tree .category-sub-menu {
    padding-left: 0px;
    overflow: hidden;
    background: #F4F6F9;
	}
	.category-tree .category-sub-menu > ul > li::before {
    display: none;
	}
	.category-tree .category-sub-menu > ul > li::after {
    display: none;
	}
	.st-menu .sidebar-language {
    border-top: 0px solid #c7c7c7;
    padding: 20px 10px;
	}
	.st-menu .sidebar-menu .category-tree .category-sub-menu > ul > li > a  {
    font-size: 16px;
   
    align-items: center;
    font-weight: 300;
    padding: 12px 30px 12px 52px;
    border-top: 1px solid #dedede;
    letter-spacing: -0.4px;
		display: inline-block !important;
width: 100%;
	text-transform: lowercase;
		color: #333;
		
	}
	.st-menu .sidebar-menu .category-tree .category-sub-menu li {
		margin: 0;
	}
	
	.st-menu .sidebar-menu .category-tree .category-sub-menu a::first-letter  {
	text-transform: uppercase !important;
		display: inline-block;
	}
	.st-menu .category-tree .collapse-icons .add, .category-tree .collapse-icons .remove {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
		color: #999 !important;
	}
	/*.st-menu .category-tree .category-sub-menu > ul > li .collapse-icons {
    right: 25px;
    top: 5px;
	}*/
.st-menu .category-tree .category-sub-menu > ul > li .collapse-icons {
  right: 0px;
  top: -3px;
  height: 44px;
  padding-right: 30px;
}
.st-menu .category-tree .category-sub-menu > ul > li .category-sub-menu > ul > li > a {
	margin-left: 15px;
font-size: 14px;
}

	.st-menu .category-tree .category-sub-menu .collapse-icons .add, .category-tree .category-sub-menu .collapse-icons .remove {
		font-weight: 700;
font-size: 17px;
margin-top: 0px;
color: #999;
	}
	#header .mobile-header-version .header-nav {
		background: #005DA8;
	}
	#header .mobile-header-version .head-top-control {
    width: 100%;
    background: #F4F6F9;
    
    display: flex;
    justify-content: right;
    margin-left: auto;
    border-bottom-left-radius: 0px;
    min-height: 20px;
	}
	#header .mobile-header-version .head-top-control .time-type {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    background: none;
		margin: 0 auto;
	}
	#header .mobile-header-version .head-top-control .time-type i {
    font-size: 16px;
    margin-right: 5px;
    transform: rotateY(180deg);
}
	#header .mobile-header-version .head-top-control .shop-type {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
        padding-right: 12px;
    margin-top: 2px;
    padding-right: 0;
    margin-left: auto;
		display: none;
	}
	#header .mobile-header-version .mobile-sticky-wrapper.is-sticky .sticky-background {
    height: 200px !important;
	}
	#product .back-btn {
		display: none;
	}
#product .category-products .slick-next, #product .category-products .slick-prev {
  top: 50%;
}


@media (max-width:1219.98px) {
		.menu-home  h4{
		position: absolute;
        bottom: 15px;
        border-left: 13px solid #E42B1F;
        color: #fff;
        font-size: 22px;
        letter-spacing: -0.5px;
        padding: 3px 0;
        padding-left: 9px;
        left: 0px;
		}
	#manufacturer .product-list .grid.columns-4 .product-miniature, #search .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 25%;
    max-width: 25%;
	}
	
	
	}


	
	
	@media (max-width:991.98px) {
		#manufacturer .product-list .grid.columns-4 .product-miniature, #search .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 33.3%;
    max-width: 33.3%;
	}
		.menu-home  h4{
		position: absolute;
        bottom: 11px;
        border-left: 10px solid #E42B1F;
        color: #fff;
        font-size: 17px;
        letter-spacing: -0.5px;
        padding: 2px 0;
        padding-left: 5px;
        left: 0px;
		} 
.slot-modal .slot {
    padding: 9px 14px;
    width: 100%;
}
.slot-modal .time-type {
    font-size: 11px;
}
.slot-modal .modal-title {
    font-size: 20px;
}
.slot-modal .slot-col h5 {
    font-size: 20px;
	width: 100%;
}
.slot-modal .slot-col small {
    font-size: 12px;
	width: 100%;
}
		
.title-block .view-all-link {
    position: relative;
    border: 0px solid;
    border-radius: 0px;
    font-weight: 400;
    padding: 0px;
	font-size: 14px;
	right: auto;
}
.title-block .view-all-link i{
display: inline-block;
}


}

/*@media (max-width:767.98px) {*/
@media (max-width:811.98px) {
	.menu-home  h4{
		position: absolute;
		bottom: 22px;
		border-left: 17px solid #E42B1F;
		color: #fff;
		font-size: 27px;
		letter-spacing: -0.5px;
		padding: 3px 0;
		padding-left: 13px;
		left: 0;
	}
	
	#topsearchelastic_result_left {
		display: none !important;
}
	
	.aone-featuredcategories .categories-mobile-slider .category-block {
    min-width: 37%;
	}
	#header .mobile-header-version .header-bottom {
		display: none !important;
	}
	#header .mobile-header-version .header-logo img {
    height: 80px;
	}
	#header .mobile-header-version .header-logo {
    margin-top: 0px !important;
	}
	#header .mobile-header-version .main-header .header-wrapper {
    padding: 0px 0px 0px !important;
	}
	.ls-v6 {
				height: 300px !important;
			}
	.ls-bg {
		display: none !important;
	}
	.aone-featuredcategories {
    margin-top: 25px;
	}
	.aone-featuredcategories .category-block {
    padding: 0 7px;
	}
	.aone-featuredcategories .category-block .category-container {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .08) !important;
    border: 1px solid #EFEFEF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 1rem 1.3rem;
    font-weight: 700;
    color: #005DA8;
    font-size: 13px;
    min-height: 108px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    background: #fff;
    transition: transform .2s;
	}
	.aone-featuredcategories .container {
    padding-right: 0px !important;
	}
	.aone-featuredcategories .category-block .category-container:hover {
    transform: scale(1.0);
	}
	.product-list .product-miniature .product-thumbnail img {
    padding: 15px;
	}
	.product-list .grid .product-miniature .add-to-cart {
    padding: 9px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: 100%;
	}
	.product-list .grid .product-miniature .third-block .qty .step-qty {
	  height: auto;
	  padding-left: 0px;
	  padding-right: 0px;
	  text-align: center;
	  width: 30%;
	  color: var(--primary);
	  font-weight: 700;
	}
	
	.product-list .grid .product-miniature  .buttons-sections {
    margin: 0 0px !important;
    width: 100%;
	}
	.product-list .grid .product-miniature .product-name {
    text-align: left;
    padding: 8px 15px;
        padding-bottom: 8px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #00529A;
    min-height: 90px;
    line-height: 19px;
    margin-bottom: 0px;
	}
	.product_manufacturer_name {
    padding: 0 15px 0;
	}
	.product-list .grid .product-miniature .second-block > div {
    margin: 8px 0;
	}
	.second-block #prezzounitario {
    font-size: 11px;
    line-height: 16px;
	}
	.product-list .grid .product-miniature .third-block {
    align-items: initial;
	}
	.product-style .price {
    font-weight: 700;
    font-size: 21px;
	}
	.category-home .product-list-wrapper {
		display: flex;
flex-wrap: nowrap;
justify-content: left;
overflow-x: scroll;
overflow-y: hidden;
touch-action: auto;
margin-right: 0;
margin-top: -10px;
scrollbar-width: none;
	}
	.category-home .product-list .product-miniature {
    min-width: 46% !important;
	}
	.category-home .product-list .product-miniature {
    flex: 0 1 auto !important;
    max-width: none !important;
    margin-top: 10px;
	}
	.product-list .grid .product-miniature .third-block {
    flex-direction: column;
	}
	.category-home .category-title-card {
    padding: 40px 15px 12px;
	}
	.category-home .category-title-card .btn {
    padding: 10px 15px;
	bottom: 12px;
	}
	.category-home .category-title-card h2 {
    line-height: 24px;
    font-size: 21px;
	}
	.category-home .category-title-card img {
    width: 70px;
	}
	.brand-base .logo img {
    padding: 10px;
	}
	#category #center-column.col-lg-9 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	#category #left-column.col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.products-selection .filter-button #search_filter_toggler {
    width: 100%;
    padding: 10px 0px;
    color: #005da8;
    background-color: #FFDF33 !important;
    font-size: 14px;
	}
	.mobile-search-fillter {
    margin-top: -10px;
    padding: 15px 15px;
    border: 0px;
    border-radius: 15px;
	}
	#search_filters .facet {
    background: #EBEEF3;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px 25px !important;
	border: 0px !important;
	}
	#search_filters .fa-angle-double-right {
		display: none;
	}
	.products-sort-order .justify-content-end {
    justify-content: flex-start !important;
	}
	.main-content .mobile-main-content .sidebar-column {
    margin-top: 15px;
	}
	.num {
    padding: 0;
	}
	.products-selection .products-sort-order .select-title {
	padding-left: 0px;
	}
	body.touch-screen .product-style:hover {
    transform: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
	}
	.mobile-breadcrumb-wrapper {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
	}
	.mobile-header-version .customer-signin-module {
    top: 26px;
right: 55px;
	}
	#header .mobile-header-version .shopping-cart-module {
    position: absolute;
top: 27px;
right: 10px;
	}
	#header .mobile-header-version .mobile-menu-icon {
    transition: none;
   background: none;
position: absolute;
top: 26px;
width: auto;
left: 10px;
	}
	/*.mobile-sticky-wrapper {
		height: auto !important;
	}*/
	#header .mobile-header-version .mobile-display-left {
    flex: none;
    position: inherit !important;
    z-index: 999;
	}
	.mobile-header-version .search-widget {
    width: 100%;
	}
	
	.search-widget form input[type="text"] {
    height: 50px;
    padding-right: 53px;
    padding-left: 20px;
    margin-left: -1px;
    border-radius: 50px;
    box-shadow: none;
    border-color: #d7d5d5;
    font-size: 13px;
	}
	.mobile-header-version .search-widget form [type="submit"] {

    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    width: 41px;
    height: 41px;
    transition: all .3s;
    cursor: pointer;
    border-radius: 50px;
    font-size: 17px;
    background: #FFD900;
    color: var(--primary);
	}
	
	.mobile-header-version .is-sticky .search-widget form input[type="text"] {
    height: 40px;
    padding-right: 53px;
    padding-left: 20px;
    margin-left: -1px;
    border-radius: 50px;
    box-shadow: none;
    border-color: #d7d5d5;
    font-size: 12px;
	}
	.mobile-header-version .is-sticky .search-widget form [type="submit"] {

    text-align: center;
padding: 0;
display: block;
position: absolute;
top: 4px;
right: 5px;
width: 32px;
height: 32px;
transition: all .3s;
cursor: pointer;
border-radius: 50px;
font-size: 15px;
background: #FFD900;
color: var(--primary);
	}
	.mobile-header-version .is-sticky {
	
	}
	
	#header .mobile-header-version .main-header {
    padding-bottom: 0px;
	}
	#header .mobile-header-version .mobile-menu-icon {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 600;
	text-align: center;
	}
	.mobile-menu-icon span {
    display: block;
    margin-top: -3px;
	}
	.mobile-menu-icon i {
    font-size: 28px;
    display: block;
	}
	.mobile-header-version .user-info .account-link {
    border-width: 0px;
	}
	.mobile-header-version .user-info .account-link span{
    display: none;
	}
	.mobile-header-version .cart-preview .cart-header .cart-products-count {
    right: -5px !important;
		left: auto !important;
    margin-left: -8px;
	}
	.search-widget form [type="submit"] {
    top: 0px;
    right: 7px;
    font-size: 14px;
	}
	#header .mobile-header-version .header-right {
    padding-bottom: 15px;
	}
	.cart-preview .cart-header .cart-design img {
    width: 28px;
    margin-bottom: 0px;
	}
	.user-info .account-link img {
    width: 26px;
    margin-bottom: 0px;
	margin-top: 3px;
	}
	.mobile-header-version .is-sticky .header-logo img {
    height: 60px !important;
	} 
	.mobile-header-version .is-sticky .mobile-menu-icon {
    background: none;
    position: absolute;
    top: 16px !important;
    width: auto;
    left: 13px;
	}
	.mobile-header-version .is-sticky .customer-signin-module {
    top: 16px !important;
	}
	.mobile-header-version .is-sticky .shopping-cart-module {
    top: 17px !important;
	}
	.ricette-home .ricetta-post div h2 {
    position: absolute;
    bottom: 15px;
    left: 0px;
    color: #fff;
    padding: 0 30px;
    line-height: 25px;
    font-size: 22px;
    letter-spacing: -0.3px;
	}
	.sidebar-account {
		display: none;
	}
	.sidebar-menu {
    padding: 30px 0;
    border-top: 0px solid #c7c7c7;
    background: #fff;
	}
	.sidebar-menu .category-tree > ul > li > a {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: lowercase;
    padding: 12px 30px;
    border-top: 1px solid #dedede;
    letter-spacing: -0.4px;
	}
	.sidebar-menu .category-tree > ul > li {
    margin: 0px;
	}
	.sidebar-menu .category-tree > ul > li > a img {
    max-height: 28px;
    width: auto;
    margin-left: 0px;
    margin-right: 15px;
	}
	.sidebar-menu .category-tree .collapse-icons {
    position: absolute;
    right: 25px;
    top: 7px;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    user-select: none;
		padding-top: 10px;
	}
	.st-menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    padding: 8px;
	}
	.st-menu-close i {
    font-weight: 400;
    font-size: 30px;
    color: var(--primary);
	}
	.st-menu-title {
    padding: 30px 30px 0;
    text-align: left;
    font-size: 1.125rem;
    margin: 0;
    color: var(--primary);
	}
	.category-tree .category-sub-menu {
    padding-left: 0px;
    overflow: hidden;
    background: #F4F6F9;
	}
	.category-tree .category-sub-menu > ul > li::before {
    display: none;
	}
	.category-tree .category-sub-menu > ul > li::after {
    display: none;
	}
	.sidebar-language {
    border-top: 0px solid #c7c7c7;
    padding: 20px 10px;
	}
	.sidebar-menu .category-tree .category-sub-menu > ul > li > a  {
    font-size: 16px;
   
    align-items: center;
    font-weight: 300;
    padding: 12px 30px 12px 52px;
    border-top: 1px solid #dedede;
    letter-spacing: -0.4px;
		display: inline-block !important;
width: 100%;
	text-transform: lowercase;
		color: #333;
		
	}
	.sidebar-menu .category-tree .category-sub-menu li {
		margin: 0;
	}
	
	.sidebar-menu .category-tree .category-sub-menu a::first-letter  {
	text-transform: uppercase !important;
		display: inline-block;
	}
	.category-tree .collapse-icons .add, .category-tree .collapse-icons .remove {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
		color: #999 !important;
	}
	.category-tree .category-sub-menu > ul > li .collapse-icons {
    right: 25px;
    top: 5px;
	}
	.category-tree .category-sub-menu .collapse-icons .add, .category-tree .category-sub-menu .collapse-icons .remove {
		font-weight: 700;
font-size: 17px;
margin-top: 0px;
color: #999;
	}
	.header-nav {
		background: #005DA8;
	}
	.head-top-control {
    width: 100%;
    background: #F4F6F9;
    
    display: flex;
    justify-content: right;
    margin-left: auto;
    border-bottom-left-radius: 0px;
    min-height: 20px;
	}
	.head-top-control .time-type {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    background: none;
		margin: 0 auto;
	}
	.head-top-control .time-type i {
    font-size: 16px;
    margin-right: 5px;
    transform: rotateY(180deg);
}
	.head-top-control .shop-type {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
        padding-right: 12px;
    margin-top: 2px;
    padding-right: 0;
    margin-left: auto;
		display: none;
	}
	#header .mobile-header-version .mobile-sticky-wrapper.is-sticky .sticky-background {
    height: 200px !important;
	}
	.aone-featuredcategories .slick-next {
    left: auto;
    right: 0px;
    top: 62%;
	}
	.aone-featuredcategories .slick-prev {
    left: 0px;
    top: 62%;
	}
	.buttons-sections .add-to-cart-button {
		width: 100%;
	}
	#topsearchelastic_result {
  max-height: none;
  padding: 0;
  overflow-y: scroll;
  max-height: 450px;
}
	#topsearchelastic_result .row{
	margin: 0px;
	}
	
	#topsearchelastic_result_right {
  overflow: inherit;
  height: auto;
	}
	.result-right {
  	padding: 10px;
	}
	
	
}

@media (max-width:767.98px) {
	.slot-modal .text-right {
		text-align: center !important;
	}
.slot-modal .time-type {
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
}
	.slot-modal .modal-title {
    font-size: 22px;
		text-align: center;
	}
	#manufacturer .product-list .grid.columns-4 .product-miniature, #search .product-list .grid.columns-4 .product-miniature {
    flex: 0 0 50%;
    max-width: 50%;
	}
	#product .breadcrumb-wrapper {
  	display: none;
	}
	#product .back-btn {
		display: inline-block;
width: 100%;
padding: 12px 0 10px;
border-bottom: 1px solid #ededed;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
	}
	#product .back-btn i {
	margin-right: 5px;
	}
	#product .back-btn a{
	cursor: pointer;
		color: var(--primary);
	}
	
}

@media (max-width:575.98px) {
	
.box-search {
  padding: 2.3rem 1.6rem !important;
}
	.box-locale a {
  padding: 10px;
	}
	
	.product-list .product-style {
	border-radius: 15px;
border: 1px solid #ededed;
	}
	.aone-featuredcategories .category-block .category-image img {
    width: 50px;
	}
	.aone-featuredcategories .category-block .category-name {
    font-size: 13px;
	line-height: 15px;
	}
	.btn {
    font-size: 15px;
    text-transform: none;
    padding: 15px 30px;
	}
	.st-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-bottom: 30px;
	}
	.box-search .col-md-9 {
    padding-right: 15px !important;
	}
	.box-search .type-search {
    padding: 40px 25px 50px;
	}
	.box-search .nav-tabs .nav-item .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 28px;
	}
	.hero-banner .content-wrapper .logo-home {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
	}
	.box-search .result-search {
    padding: 20px 15px 20px;
	}
	.box-locale .btn {
    padding: 9px !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
	}
	.box-locale {
    background: #F4F6F9;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    border: 0px solid #e6e6e6;
	}
	.box-search .result-search {
    padding: 15px;
		background: #fff;
	}
	.box-locale .col-2 {
    padding: 0 5px !important;
	}
	.box-locale .col-8 {
    padding: 0px !important;
	}
	.box-locale h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: -0.3px;
	}
	.box-search p {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #777;
    margin-bottom: 0px;
	}
	.main-product-details .product-add-to-cart .qty {
    width: 100%;
    max-width: 100%;
	}
	#product .page-heading {
    font-size: 36px;
    line-height: 46px;
    display: block;
}
	.product-add-to-cart-button .btn {
    font-size: 17px;
    text-transform: none;
    padding: 20px 30px;
	}
	
	/*#index .mobile-sticky-wrapper {
		max-height: 140px;
	}
	#index .mobile-sticky-wrapper.is-sticky {
		max-height: none;
	}*/
	
	.cart-summary {
    padding: 20px 20px;
	}
	.shop-selected img {
		height: 25px !important;
	}
	.shipping-address .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
	}
	.shipping-address .col-10 {
    padding-left: 15px !important;
	}
	.product-list .product-miniature .details-link {
  	display: inline-block;
	}
	.product-list .product-miniature .product-price-and-shipping span.discount-amount, .product-list .product-miniature .product-price-and-shipping span.discount-percentage {
  font-size: 11px;
  padding: 6px 8px;
	}
	#product_results .topsearchelastic_item {
  width: 47.8%;
	}
	
}
		
		@media (max-width:399.98px) {
		.menu-home  h4{
		position: absolute;
        bottom: 20px;
        border-left: 14px solid #E42B1F;
        color: #fff;
        font-size: 24px;
        letter-spacing: -0.5px;
        padding: 3px 0;
        padding-left: 10px;
        left: 0px;
		}
			
		
	}

