/*CSS Stylesheet for AlfredLab MIlano by CMD S.r.l.*/
@font-face {
font-family: 'AfterGlow';
src: url('../fonts/AfterglowRegular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
.product-miniature:hover .product-miniature__quickview {
  background: linear-gradient(to right, #e9c6fd 0%, #fff 40%, #fec4dc 60%, #f9aa8f 100%);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'AfterGlow' !important;
}
a, .a {
	color: #000;
}
.header a:hover{
	color: #c366f8 !important;
}
  .header-block--active .header-block, .header-block--active .header-block__icon {
    color: #c366f8;
  }
.header a:not(.dropdown-item):not(.btn):hover, .header a:not(.dropdown-item):not(.btn):hover i {
  color: #c366f8;
}

.product-miniature .product-miniature__quickview_button {
  color: #000;
}
.section-title {
  border-bottom: 1px solid #b3b0b1;
  padding-bottom: 6px;
}
#custom-text .container {
	background: linear-gradient(to right, #e9c6fd 0%, #fff 40%, #fec4dc 60%, #f9aa8f 100%);
	border-radius: 50px;
}
.badge {
	background: linear-gradient(to right, #e9c6fd 0%, #fff 40%, #fec4dc 60%, #f9aa8f 100%);
  color: #000;
}
.btn-primary {
	background: linear-gradient(to right, #e9c6fd 0%, #fff 40%, #fec4dc 60%, #f9aa8f 100%);
  color: #000 !important;
	border-color: #c366f8 !important;
}
.btn:hover {
	color: #838184;
}
.btn-outline-primary {
  color: #000;
  border-color: #c366f8;
}
.btn-outline-primary:hover {
	color: #000;
	background: linear-gradient(to right, #e9c6fd 0%, #fff 40%, #fec4dc 60%, #f9aa8f 100%);
	border-color: #c366f8;
}
.all-product-link.btn i {
  color: #000;
}
.cmd-afterglow{
	font-family: 'AfterGlow' !important;
}
.cmd-1rem {
	font-size: 1rem !important;
}
.cmd-2rem {
	font-size: 2rem !important;
}
.cmd-3rem {
	font-size: 3rem !important;
}
.cmd-4rem {
	font-size: 4rem !important;
}
.cmd-italic {
	font-style: italic !important;
}
.flex-shrink-0 {
  max-width: 100px;
}
#product-availability i {
	display: none;
}