@charset "UTF-8";
/* CSS Document */

/* PRODOTTI */

.ekko-lightbox .modal-body {
    padding: 0 !important;
}


.image {
	position: relative;
	padding-bottom:100%;
background-size: cover;
background-position: center center;
background-color: #eee;
	
}


.p-item {
	padding-top:1rem;
	padding-bottom:1rem;
	display:flex;
	cursor: pointer;
}

.p-item-var {
	padding-top:1rem;
	display:flex;
	cursor: pointer;
}



.nome-wrap {
	display:flex;
	justify-content: space-between;
	width:100%;
	margin-bottom:0.5rem;
}

.nome-asp { 

	
}
.img-asp { 
	flex:0 0 100px;
	
	
}
.desc-asp { 
	flex:1 0 70%;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}



.allergeni-asp { 
	
	
}

.allergeni-desc {
	max-width:16px;
	vertical-align: sub;
}

.nophoto .desc-asp, .nophoto .allergeni-asp {
	padding-left:0 !important;
}

.prezzo-asp { 
	font-weight:600;
}
.input-asp { 
	
}

.desc-item {
	font-size:14px;
	
  text-align: left;
	color:#585c5c;
}

.desc-scheda {
	
  text-align: left;
	color:#585c5c;
}

.truncatebkp {
	display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.buttonwrapper .btn {
	background-color: var(--primary-color,#999);
	border-radius: 50% !important;
	width:26px !important;
	height:26px !important;
	min-width:26px !important;
	padding: 0 !important;
	font-size:1.25rem;
	line-height:1;
}

.quantity {
    color: var(--primary-color);
    font-weight:600;
	
}

.infolink .fas {
  background-image: radial-gradient(at center, white 40%, transparent 40%);
}
.infolink .fa-search-plus {
  background-image: radial-gradient(circle at 40% 40%, white 40%, transparent 40%);
font-size:1.25rem;
	position:absolute;
	right:10px;
	top:10px;
}

.infolink {
	color: var(--primary-color,#999);
	line-height:1;
}

.infolink:hover {
	color: var(--dark-color,#666);
}

.catlink {
	color: #000;
	 display: inline-block;
    padding: 1rem .5rem;
	  text-transform: uppercase;
	  line-height: 1;
	  font-size: 0.75rem;
	border-bottom:3px solid #dee2e6;
		font-family: 'Montserrat';
	font-weight:400;
}

.fa-lg {
	font-size:1.5rem !important;
	line-height:1;
}

.catlink:hover {
	color: var(--dark-color,#666);
}
  
  .catlink.active {
	  border-bottom:3px solid var(--primary-color);
	  font-weight:700;
  }

.catlink.active:hover {
	color: #000;
}

.infolink .fa-info-circle {
	font-size:1.25rem;
	margin-right:5px;
}

.category-title a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    float: right;
    font-size: 1rem;
    font-weight: 900;
    padding-top: 0.35rem;
    color: #999999;
}

.category h4 {
	background-color: #f8f8f8;
	margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

#filterlink {
	right:16px;
	bottom:60px;
	font-size:32px !important;
	background-color:#fff;
	line-height:1;
	border-radius:16px;
}

#searchlink {
	left:16px;
	bottom:60px;
	font-size:32px !important;
	background-color:#fff;
	line-height:1;
	border-radius:16px;
}

.category-title a.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
}

@media (min-width:576px) {

	
}

@media (min-width:768px) {
	
}

@media (min-width:992px) {
	
}

@media (min-width:1200px) {
	
	

}

@media (min-width:1400px) {
	
	

}