@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-VariableFont_slnt,wght.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html {
	background-color: #232323;
}
.nbs-flexisel-inner-soci li img {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    padding: 10px;
}

.material-icons,
.material-icons-outlined {
    opacity:0;
}
    
.loading_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 9999999999999;
}
.black_fullscreen {
  position: fixed;
  display:none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2;
}

.loading_fullscreen .middle {
  position: absolute;
  top: 40%;
  width: 100%;
}

.loading_fullscreen .middle .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.loading_fullscreen .middle .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cda557;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading_fullscreen .middle .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.loading_fullscreen .middle .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.loading_fullscreen .middle .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.loading_fullscreen .middle .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}


.dropdown-colonna-immagine-categoria {
	display: none;
}
.row-filters {
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}
.product-flags {
	opacity: 0.7;
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 7px;
    left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}
.product-flags li.product-flag {
    pointer-events: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #4d78bd;
    padding: .3125rem .4375rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: .625rem;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    pointer-events: auto;
    border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.product-flags li.product-flag::before, 
.product-flags li.product-flag::after {
    content: "";
    border-top: 4px solid #846432;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.product-flags li.product-flag::before {
    left: 1px;
    bottom: -3px;
}
.card.card-product:hover .product-flags {
	opacity: 1;
}
.header-filter::before {
    background: rgba(0,0,0,.25);
}
.header-filter::after, 
.header-filter::before {
	height: 101%;
}
.dropdown-menu .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}
.dropdown-menu .arrow::after, 
.dropdown-menu .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
    border-bottom-color: transparent;
	border-style: solid;
}
.dropdown-menu > .arrow {
    top: calc(-.5rem - 1px);
}
.dropdown-menu > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,0.1);
}
.dropdown-menu > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}

.ribbon-sconto-wrapper {
  width: 106px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 5;
}

.ribbon-sconto {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -11px;
  top: 26px;
  width: 150px;
  background-color: #bf5651;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ribbon-sconto:before, 
.ribbon-sconto:after {
  content: "";
  border-top: 4px solid #4e7c7d;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px; }

.ribbon-sconto:before {
  left: 0; }

.ribbon-sconto:after {
  right: 0; 
 }

.bb-solid {
	border-bottom: 1px solid #ddd;
}
.card-description, 
.description, .footer-big p {
	color: #888;
}
/*.owl-dots {
	text-align: center;
	margin-top: 2rem;
}
.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: #000 !important;
}*/



#map.big-map {
	height: 55vh;
	margin-top: 0;
}
.contact-page .main {
	margin-top: -70px;
}
#formModuloContatti .form-group input[readonly] {
	padding-left: 10px;
}
textarea.textarea-bordered {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 5px;
}
.bmd-form-group label {
	color: #212224;
}

.color-item-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.color-item-list .color {
    display: block;
    padding-right: 0 !important;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
    text-align: left;
}



.bg-celeste {
	background-color: #71bedb5e !important;
}
.table > tbody > tr.gold > td, 
.table > tbody > tr.gold > th, 
.table > tbody > tr > td.gold, 
.table > tbody > tr > th.gold, 
.table > tfoot > tr.gold > td, 
.table > tfoot > tr.gold > th, 
.table > tfoot > tr > td.gold, 
.table > tfoot > tr > th.gold, 
.table > thead > tr.gold > td, 
.table > thead > tr.gold > th, 
.table > thead > tr > td.gold, 
.table > thead > tr > th.gold {
	background-color: #ffd700 !important;
}
.table > tbody > tr.gold-chiaro > td, 
.table > tbody > tr.gold-chiaro > th, 
.table > tbody > tr > td.gold-chiaro, 
.table > tbody > tr > th.gold-chiaro, 
.table > tfoot > tr.gold-chiaro > td, 
.table > tfoot > tr.gold-chiaro > th, 
.table > tfoot > tr > td.gold-chiaro, 
.table > tfoot > tr > th.gold-chiaro, 
.table > thead > tr.gold-chiaro > td, 
.table > thead > tr.gold-chiaro > th, 
.table > thead > tr > td.gold-chiaro, 
.table > thead > tr > th.gold-chiaro {
	background-color: #ffd7004d !important;
}
.table > tbody > tr.celeste > td, 
.table > tbody > tr.celeste > th, 
.table > tbody > tr > td.celeste, 
.table > tbody > tr > th.celeste, 
.table > tfoot > tr.celeste > td, 
.table > tfoot > tr.celeste > th, 
.table > tfoot > tr > td.celeste, 
.table > tfoot > tr > th.celeste, 
.table > thead > tr.celeste > td, 
.table > thead > tr.celeste > th, 
.table > thead > tr > td.celeste, 
.table > thead > tr > th.celeste {
	background-color: #71bedb5e !important;
}
.table > tbody > tr.celeste-chiaro > td, 
.table > tbody > tr.celeste-chiaro > th, 
.table > tbody > tr > td.celeste-chiaro, 
.table > tbody > tr > th.celeste-chiaro, 
.table > tfoot > tr.celeste-chiaro > td, 
.table > tfoot > tr.celeste-chiaro > th, 
.table > tfoot > tr > td.celeste-chiaro, 
.table > tfoot > tr > th.celeste-chiaro, 
.table > thead > tr.celeste-chiaro > td, 
.table > thead > tr.celeste-chiaro > th, 
.table > thead > tr > td.celeste-chiaro, 
.table > thead > tr > th.celeste-chiaro {
	background-color: #71bedb2e !important;
}
.table > tbody > tr.celeste-scuro > td, 
.table > tbody > tr.celeste-scuro > th, 
.table > tbody > tr > td.celeste-scuro, 
.table > tbody > tr > th.celeste-scuro, 
.table > tfoot > tr.celeste-scuro > td, 
.table > tfoot > tr.celeste-scuro > th, 
.table > tfoot > tr > td.celeste-scuro, 
.table > tfoot > tr > th.celeste-scuro, 
.table > thead > tr.celeste-scuro > td, 
.table > thead > tr.celeste-scuro > th, 
.table > thead > tr > td.celeste-scuro, 
.table > thead > tr > th.celeste-scuro {
	background-color: #186c8c5e !important;
}

.table.table-pietre > tbody > tr > td, 
.table.table-pietre > tbody > tr > th, 
.table.table-pietre > tbody > tr > td, 
.table.table-pietre > tbody > tr > th, 
.table.table-pietre > tfoot > tr > td, 
.table.table-pietre > tfoot > tr > th, 
.table.table-pietre > tfoot > tr > td, 
.table.table-pietre > tfoot > tr > th, 
.table.table-pietre > thead > tr > td, 
.table.table-pietre > thead > tr > th, 
.table.table-pietre > thead > tr > td, 
.table.table-pietre > thead > tr > th {
	padding: 5px 10px;
}
.table.table-pietre > tbody > tr:not(:last-child) > th {
	border-bottom-color: #71bedbb0 !important;
}

.table.table-perle > tbody > tr > td, 
.table.table-perle > tbody > tr > th, 
.table.table-perle > tbody > tr > td, 
.table.table-perle > tbody > tr > th, 
.table.table-perle > tfoot > tr > td, 
.table.table-perle > tfoot > tr > th, 
.table.table-perle > tfoot > tr > td, 
.table.table-perle > tfoot > tr > th, 
.table.table-perle > thead > tr > td, 
.table.table-perle > thead > tr > th, 
.table.table-perle > thead > tr > td, 
.table.table-perle > thead > tr > th {
	padding: 5px 10px;
}
.table.table-perle > tbody > tr:not(:last-child) > th {
	border-bottom-color: #71bedbb0 !important;
}

.table.table-diamanti > tbody > tr > td, 
.table.table-diamanti > tbody > tr > th, 
.table.table-diamanti > tbody > tr > td, 
.table.table-diamanti > tbody > tr > th, 
.table.table-diamanti > tfoot > tr > td, 
.table.table-diamanti > tfoot > tr > th, 
.table.table-diamanti > tfoot > tr > td, 
.table.table-diamanti > tfoot > tr > th, 
.table.table-diamanti > thead > tr > td, 
.table.table-diamanti > thead > tr > th, 
.table.table-diamanti > thead > tr > td, 
.table.table-diamanti > thead > tr > th {
	padding: 5px 10px;
}
.table.table-diamanti > tbody > tr:not(:last-child) > th {
	border-bottom-color: #71bedbb0 !important;
}

.bt-dashed {
	border-top-style: dashed !important;
}
textarea.form-control {
	resize: none;
}
.main {
	margin-top: -20px;
}

#page_error {
    position: relative;
    height: auto;
    margin-top: -20px;
    overflow: hidden;
}
#page_error .page-error-bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,0,36,.7);
    left: 0;
}
#page_error .page-error .card {
	box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.5);
}
#page_error .page-error-bg {
background-image: url(/images/bg-error.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.page-error .http-code {
    font-size: 7rem;
}
pre.sf-dump, 
pre.sf-dump .sf-dump-default {
	background-color: #111 !important;
	z-index: auto !important;
}


.dropdown-menu-auto .dropdown-header {
    font-size: 0.72rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    text-transform: uppercase;
    color: #3c4858;
    line-height: inherit;
    font-weight: bold;
}
.dropdown-menu-auto .dropdown-item:hover, 
.dropdown-menu-auto a:hover {
	background-color: #4d78bd !important;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(194,153,88,.4) !important;
}
.dropdown-menu-auto .dropdown-colonna a.dropdown-item {
	margin-left: 0;
	padding-left: 1.25rem;
}

body {
	background-color: #FFF;
}
body.body-homepage {
	background-color: #f1f1f1;
}

.page-header.header-small {
	height: 45vh;
	min-height: 45vh;
}
.highlight {
    background-color: yellow;
}
.container {
	position: relative;
	z-index: 2;
}
/*.page-header .title, 
.page-header > .container {
	margin-top: -10vh;
}*/
.page-header h1.title {
  font-size: 2em;
}
.card .card-category .material-icons-outlined {
    position: relative;
    top: 8px;
    line-height: 0;
}
ul li i.material-icons-outlined,
ul li span.material-icons-outlined {
	font-size: 1.2rem;
	vertical-align: bottom;
}
#perPageTopContainer span[data-perpage]:hover {
	cursor: pointer;
}
.nav-item.nav-item-quadrato {
	padding-bottom: 1.3rem;
}
.nav-item.nav-item-quadrato h5 {
	position: absolute;
	bottom: 0;
	z-index: 1;
	font-weight: 500;
}
.nav-link.nav-link-quadrato {
	width: 100%;
	position: relative;
}
.nav-link.nav-link-quadrato::before {
    content: "";
    display: block;
    padding-top: 100%;
    overflow: hidden;
}
.nav-link.nav-link-quadrato img {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px 25px 0 25px;
	margin-bottom:0;
}
.navbar.sticky-top.sticky-top-2 {
	z-index: 1019;
	box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 12px -5px rgba(33,33,33,.46);
	top: 73px;
}
.navbar .navbar-nav .nav-item .nav-link {
	text-transform: capitalize;
	font-size:14px;
}
.navbar .navbar-nav .nav-item .nav-link p.list-item-title {
	text-transform: uppercase;
} 
.navbar .navbar-nav .nav-item .nav-link:not(.btn) .material-icons-outlined {
    /*margin-top: -7px;
    top: 3px;*/
    top: 0;
    position: relative;
    margin-right: 3px;
}
.navbar .navbar-nav .nav-item .nav-link .fa, .navbar .navbar-nav .nav-item .nav-link .material-icons-outlined {
    font-size: 1.25rem;
    max-width: 24px;
    margin-top: -1.25em;
  	margin-left: 0.15em;
}

a .material-icons-outlined {
    vertical-align: middle;
}
.dropdown-menu.dropdown-menu-standard {
	border-radius: .25rem;
}
.dropdown-menu.dropdown-menu-standard .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd !important;
    pointer-events: none !important;
    background-color: transparent !important;
}
.dropdown-menu.dropdown-menu-standard .dropdown-item:focus, 
.dropdown-menu.dropdown-menu-standard .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none !important;
    background-color: #d9dadb !important;
    box-shadow: none !important;
}
.btn.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn.btn-primary {
    color: #fff;
    background-color: #4d78bd;
    border-color: #4d78bd;
}
.btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover {
    color: #fff;
    background-color: #3b557e;
    border-color: #2a3d5a;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px #3b557e61, 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgb(59 85 126 / 22%);
}

.text-rating .material-icons,
.text-rating .material-icons-outlined {
	font-size: 1rem;
}
.text-rating .material-icons:not(.text-muted),
.text-rating .material-icons-outlined:not(.text-muted) {
	color: #e88340 !important;
}
.text-rating .material-icons.text-muted,
.text-rating .material-icons-outlined.text-muted {
	color: #dfdfdf !important;
}
.btn .material-icons-outlined {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: -1em;
    margin-bottom: -1em;
    font-size: 1.1rem;
    vertical-align: middle;
}
.main-product-gift-card hr.hr-share-social {
	border-top: 0;
}
.col-share-social .btn .material-icons,
.col-share-social .btn .material-icons-outlined {
	font-size: 2em;
	margin-bottom: -0.8em;
}
.col-share-social i.fa-2x {
	font-size: 1.5em;
}
span > .material-icons-outlined {
	font-size: 1.1rem;
	margin-top: auto;
	margin-bottom: auto;
}
.material-icons.material-icons-2x,
.material-icons-outlined.material-icons-2x {
	font-size: 2rem;
}
.btn-show-dettagli-ordine {
	position: absolute;
	left: calc(50% - 16px);
	bottom: -14px;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,0.5);
}
.w-30 {
    width: 30% !important;
}
.w-45 {
    width: 45% !important;
}
.btn-show-dettagli-ordine:hover {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,0.8);
}
.btn-show-dettagli-ordine span.material-icons-outlined {
	color: #555;
}
.steps {
    display: flex;
    width: 100%;
}
.steps-light .step-item {
    color: rgba(255,255,255,0.55);
}
.step-item {
    flex-basis: 0;
    flex-grow: 1;
    transition: color 0.25s ease-in-out;
    text-align: center;
    text-decoration: none !important;
}
.step-item .step-count {
	font-weight: 600;
}
.steps-light .step-item.active .step-count, 
.steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: #fe696a;
}

.steps-light .step-item .step-label {
	color: #a4a4a4;
	font-weight: 500;
}
.steps-light .step-item.active .step-label {
	color: #6c757d;
}
.steps-light .step-item.active.current .step-label {
	color: #6387bf
}

.step-item:first-child .step-progress {
    border-radius: .125rem;
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.steps-light .step-count, 
.steps-light .step-progress {
    color: #fff;
    background-color: #485268;
}
.step-progress {
    position: relative;
    width: 100%;
    height: .25rem;
}
.step-label {
    padding-top: 1.5625rem;
    font-size: 0.9rem;
}

.steps-light .step-item.active .step-count, 
.steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: #fe696a;
}
.steps-light .step-count, 
.steps-light .step-progress {
    color: #fff;
    background-color: #485268;
}
.step-count {
    position: absolute;
    top: -.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -.8125rem;
    border-radius: 50%;
    font-size: .875rem;
    line-height: 1.625rem;
}

.step-label > i {
    margin-top: -.25rem;
    font-size: 1.2em;
    vertical-align: middle;
}

.steps-light .step-item.active.current {
    color: #fff;
    pointer-events: none;
}
.form-control.form-control-noborder {
	border: 0;
	background-image: none;
}
.form-control.disabled, 
.form-control:disabled, 
.form-control[disabled], 
fieldset[disabled][disabled] .form-control {
	padding-left: 10px;
}
.custom-control-label::before {
    background-color: #fff;
    box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.25);
}
.custom-control-label:hover::after, 
.custom-control-label:hover::before {
	cursor: pointer;
}
.custom-control-label.custom-control-label-spedizione::after, 
.custom-control-label.custom-control-label-spedizione::before {
	top: calc(50% - 0.5rem);
}
.custom-control-label.custom-control-label-spedizione img.img-corriere {
	position: relative;
	top: calc(50% - 16px) !important;
}
label.custom-control-label {
	line-height: inherit;
}
.custom-control-label.custom-control-label-middle::after,
.custom-control-label.custom-control-label-middle::before {
	top: calc(50% - 0.5em);
	left: calc(50% - 0.5em);
}
small.partial-small {
	font-size: 85%;
}
.bg-gold {
	background-color: gold;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  min-height: 4rem;
padding-left: 2rem;
padding-top: 0.7rem;
padding-bottom: 0.9rem;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
font-size: 4rem;
line-height: 0.1rem;
margin-right: 0.25rem;
vertical-align: -2rem;
position: absolute;
top: 5.5rem;
left: 2.2rem;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
right: 2rem;
bottom: 2.3rem;
}
blockquote p {
  display: inline;
}

blockquote.primary {
  border-left-color: #728fea;
  background: #ebf0ff;
}
blockquote.primary:before,
blockquote.primary:after {
  color: #728fea;
}
.card.card-transparent {
	background-color: transparent !important;
	box-shadow: none !important;
	border: none;
}
.card.card-preferiti .card-header{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.list-group.list-group-hover .list-group-item:hover {
	background-color: rgba(0,0,0,.075);
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.list-group.list-group-preferiti .list-group-item img {
	background-color: #fff;
}
.list-group.list-group-default {
	padding-top: 0;
	padding-bottom: 0;
}
.list-group.list-group-riepilogo .list-group-item :first-child,
.list-group.list-group-default .list-group-item :first-child {
	margin-right: 0;
} 
.list-group.list-group-compara .list-group-item {
    position: relative;
    display: block;
    padding: .35rem 1.25rem;
    background-color: #fff;
    /*border: 1px solid rgba(0,0,0,.125);*/
    line-height: 1.55rem;
    border-top-width: 1px;
}
.list-group.list-group-compara .list-group-item :first-child {
	margin-right: 1rem;
}
.text-primary-dark {
	color: #a37c3e;
}
.list-group.list-group-compara .list-group-item:first-child {
	border-top: none;
}
.list-group.list-group-compara .list-group-item:last-child {
	border-bottom: none;
}

.list-group.list-group-default .list-group-item {
    position: relative;
    display: block;
    padding: 0;/*.75rem 1.25rem;*/
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-top-width: 1px;
}
.list-group.list-group-default.list-group-preferiti .list-group-item {
	border-left: none;
	border-right: none;
}
.list-group.list-group-default.list-group-preferiti .list-group-item:first-child {
	border-top: none;
}
.list-group.list-group-default.list-group-preferiti .list-group-item:last-child {
	border-bottom: none;
}
.list-group.list-group-default .list-group-item-header {
	background-color: #e9ecef;
}
.list-group.list-group-default .list-group-item .list-group-item-container{
	padding: .75rem 1.25rem;
	margin: 0;
}
.list-group.list-group-default .list-group-item .ticket-response {
	line-height: 1.5;
}
.list-group.list-group-default .list-group-item .ticket-message {
	min-height: 2.5rem;
}
.list-group.list-group-default .list-group-item .ticket-header {
	border-bottom: 1px dotted #aaa;
}
.list-group.list-group-default .list-group-item .ticket-dark-text {
	color: #495057;
}
.list-group.list-group-default .card.card-tickets textarea {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: none;
}
.list-group.list-group-default .card.card-tickets {
	box-shadow: none;
	border-top: 1px solid #ccc;
	border-radius: 0;
	background-color: #f4f4f4;
	margin-bottom: 0;
	margin-top: 0;
}
.list-group.list-group-default .card.card-tickets:first-child {
	margin-top: .5rem;
}
.list-group.list-group-default .card.card-tickets:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;	
}
.list-group.list-group-default .card.card-tickets .col-ticket-owner {
	border-right: 1px solid #ccc;
}
.list-group.list-group-default .card.card-tickets .col-ticket-owner i {
	font-size: 2.5rem;
} 
.list-group.list-group-default .list-group-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.list-group.list-group-default .list-group-item:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.list-group.list-group-default .list-group-item-action:focus, 
.list-group.list-group-default .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group.list-group-default .list-group-item + .list-group-item {
    border-top-width: 0;
}
.card.card-debug {
	box-shadow: 0 0 14px 4px rgba(0,0,0,0.5);
}
.card.card-debug .card-title {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.card.card-debug .list-group-item {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
}
.card.card-debug .list-group-item:first-child {
	border-top: 1px solid #ddd;
}
.card.card-debug .list-group-item:last-child {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.card.card-debug .list-group-item:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.card.card-debug pre.sf-dump {
	margin-top: 10px;
	margin-bottom: 0;
	border-radius: 6px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.6);
}

.card.card-checkout .list-group-item {
	border: 1px solid rgba(0,0,0,.125);
}
.card.card-checkout .list-group-item.active {
	border-color: #007bff;
	color: #FFF;
}
.card.card-checkout .list-group-item.active small {
	color: #FFF;
}
.card.card-checkout .list-group-item-action {
	color: #495057;
}
.profile-page .page-header {
	height: 300px;
}
.dropdown-menu-auto .dropdown-item.noboxshadow:hover, 
.dropdown-menu-auto a.noboxshadow:hover,
.noboxshadow {
	box-shadow: none !important;
}
.text-smaller {
	font-size: 0.8rem;
}
.text-footer-gray {
	color: #b0b0b0;
}
.table-carrello thead tr:first-child th:first-child {
	border-top-left-radius: 6px;
}
.table-carrello thead tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

.table-carrello.mt-radius-0 thead tr:first-child th:first-child {
    border-top-left-radius: 0px;
}
.table-carrello.mt-radius-0 thead tr:first-child th:last-child {
    border-top-right-radius: 0px;
}
.table-carrello.mt-radius-0 .form-check .form-check-sign::before {
	position:relative;
	margin-top: -8px;
}

.table-carrello tbody tr:last-child td {
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.table-carrello tbody tr th.cell-quantity,
.table-carrello tbody tr td.cell-quantity {
	width: 28%;
	max-width: 28%;
}
.table-articoli-preferiti .img-container,
.table-carrello .img-container,
.table-ordini-cliente .img-container {
	width: 120px;
	max-width: 120px;
}
.table-articoli-preferiti .img-container .img,
.table-carrello .img-container .img,
.table-ordini-cliente .img-container .img {
	width: 100%;
	height: 100%;
}
.table-articoli-preferiti tbody tr:first-child td {
	border-top: none !important;
}
p.line-height-small {
	line-height: 1rem;
}
label {
	/*color: #3c4858;*/
	color: #212224;
}
.image.detail-view {
	background-repeat: no-repeat;
	background-size: cover;
}
.image.detail-view:hover {
	cursor: zoom-in;
}
.product-page .tab-content {
	margin-top: 30px;
	margin-bottom: 0;
}
.product-page .flexi-nav {
    margin: 10px 0 30px;
}
.product-page .tab-content.image-container {
	box-shadow: 0px 11px 10px -4px rgba(0,0,0,0.2);
	border-radius: 10px;
	transition: all 0.3s;
}
.product-page .tab-content.image-container:hover {
    box-shadow: 0px 11px 18px -1px rgb(0 0 0 / 20%);
    transition: all 0.3s;
}
.card-body .price-left,
.card-body .price-right {
	margin-top: 0;
}
.clearfix {
	clear:both;
}
.image-container.image-container-pietra .misure.lunghezza {
    position: relative;
    z-index: 10;
    top: 51px;
    left: 6px;
}
.image-container.image-container-pietra .misure.larghezza {
	position: relative;
	z-index: 10;
	top: 122px;
	left: -114px;
}
.image-container.image-container-pietra .misure.altezza {
	position: relative;
	z-index: 10;
	top: 120px;
	left: -114px;
}


.image-container.image-container-diamante .misure.lunghezza {
    position: relative;
    z-index: 10;
    top: 51px;
    left: 6px;
}
.image-container.image-container-diamante .misure.larghezza {
	position: relative;
	z-index: 10;
	top: 122px;
	left: -114px;
}
.image-container.image-container-diamante .misure.tavola {
    position: relative;
    z-index: 10;
    top: 67px;
    left: 6px;
}
.image-container.image-container-diamante .misure.altezza {
	position: relative;
	z-index: 10;
	top: 120px;
	left: -114px;
}
.card-login .card-body {
	padding: 20px;
}
.login-page .info-horizontal {
    padding: 0 0 20px;
}
.login-page .info .info-title,
.login-page .info-horizontal .icon {
	margin-top: 0;
}

.text-marrone {
	color: #4d78bd;
}
.product-page .main-raised {
    margin: -40vh 0 0;
}
.product-page .flexi-nav > li a {
	width: 100%;
	height: 100%;
	max-width: 125px;
	max-height: 125px;
}
.product-page .flexi-nav > li a:not(.active):hover {
	border: 1px dotted #ddd;
}
.product-page .flexi-nav > li a.active {
	border: 1px solid #fe696a;
}
.product-page .flexi-nav > li a img {
	margin: 0;
}
.nbs-flexisel-nav-left {
	left: -25px;
}
.nbs-flexisel-nav-right {
	right: -25px;
}
.table > tbody > tr {
    position: initial;
}

.header-filter[filter-color="rose"]::after {
    background: linear-gradient(0deg, rgb(236, 236, 236) 0%, rgba(222,141,168,0.8) 29%, rgba(206,69,115,0.8) 61%, rgba(240,98,146,0.8) 100%);
}
.header-filter[filter-color="darkblue"]::after {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(203, 196, 219, 0.9) 20%,rgba(66, 44, 115, 0.64) 40%, rgba(30, 57, 91, 0.8) 61%, rgba(23, 24, 49, 0.93) 100%);
}
.product-page .title-row {
    margin-top: -25vh;
}
span.required {
	color:red;
}
.modal {
	color: #3c4858;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}

.divider-header-2 {
    height: 63px;
    bottom: -3px;
    overflow: hidden;
}
.divider-header, 
.divider-header-2 {
    position: absolute;
    left: -50px;
    right: -50px;
    z-index:2;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.divider-header img, 
.divider-header-2 img {
    width: 120%;
    margin-left: -20%;
}

.table > thead > tr > th.font-weight-bolder,
.font-weight-bolder {
	font-weight: 700;
}
.table-semicondensed > tbody > tr > td, 
.table-semicondensed > tbody > tr > th, 
.table-semicondensed > tfoot > tr > td, 
.table-semicondensed > tfoot > tr > th, 
.table-semicondensed > thead > tr > td, 
.table-semicondensed > thead > tr > th {
    padding: 6px 4px;
}
.table.table-carrello .td-total,
.table.table-carrello .td-price {
	padding-top: 20px;
} 
.table.table-carrello .td-total {
	padding-bottom: 20px;
}
.table-carrello > thead > tr > th,
.table-shopping > thead > tr > th {
	font-weight: 600;
}
.double-border {
	border-color: #c8c8c8 !important;
	border-width: 2px !important;
}
.border-none {
	border: none !important;
}

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
	font-family: Inter !important;
}
.h6, h6 {
	font-size:0.85rem;
}
.card-collapse .card-header a{
	font-weight: 500;	
	color: #e91e63;
}
/*.far.fa-star.rating,*/
.far.fa-star.rating {
	font-size: 0.8em;
}
.fa.fa-star.rating {
	font-size: 0.8em;
	color: #e8c000 !important;
}
.hidden {
	display: none !important;
}
.card-product .price {
    font-size: 18px;
    color: 
    #262626;
    font-weight: bold;
}
.card-product .img-prodotto {
	max-height: 229px;
}
.ml-auto {
	margin-left: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.img-logo-prelogin {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
/*
 * General
 * ----------------------
 */
.pad {
    padding: 10px;
}
.margin {
    margin: 10px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.margin-bottom-none {
    margin-bottom: 0;
}
.margin-r-5 {
    margin-right: 5px;
}
.margin-l-5 {
    margin-left: 5px;
}
.margin-t-5 {
    margin-top: 5px;
}
.margin-b-5 {
    margin-bottom: 5px;
}
.margin-b-5 {
    margin-bottom: 5px;
}
.padding-5 {
    padding: 5px;
}
.padding-t-5 {
    padding-top: 5px;
}
.padding-r-5 {
    padding-right: 5px;
}
.padding-b-5 {
    padding-bottom: 5px;
}
.padding-l-5 {
    padding-left: 5px;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-small {
	font-size: 0.9rem;
}
.border-r-3 {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.user-panel > .info > p > a {
    color: #fff;
}

.user-panel > .image img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.logo-number.users-list > li {
    width: 20%;
}

.wrap-images {
    padding: 10px;
    display: inline-block;
}
.wrap-img {
    float:left;
    position:relative;
    border: 1px solid #e9e9e9;
    margin: 3px;
    width: 100px;
    height: 75px;
    overflow: hidden;
}

.wrap-img .btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wrap-images img {
    width: 100px;
    max-height: 75px;
}

/** Typeahead **/
.typeahead-wrapper .twitter-typeahead {
    width: 100%;
}

.tt-menu {
    color: #292f33;
    width: 100%;
    min-width: 300px;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -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);
    /* scrollable */
    max-height: 20rem;
    scrollbar-width: thin;
    overflow-y: auto;
}

.tt-suggestion {
    padding: 5px 10px;
    font-size: 16px;
}

.tt-suggestion:hover {
    cursor: pointer;
    /*color: #fff;*/
    background-color: #337ab7;
}

.tt-suggestion a {
    color: #292f33;
}

.tt-suggestion:hover a {
    color: #fff;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.tt-menu .empty-message {
    padding: 0 10px;
}
/** END - Typeahead **/

.aa-input-container {
    display: inline-block;
    position: relative;
}

.aa-input-search {
    width: 300px;
    border: 1px solid rgba(228, 228, 228, 0.6);
    padding: 12px 28px 12px 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
    display: none;
}

.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #e4e4e4;
}

.aa-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(228, 228, 228, 0.6);
    min-width: 300px;
    margin-top: 10px;
    box-sizing: border-box;
}

.aa-suggestion {
    padding: 12px;
    cursor: pointer;
}

.aa-suggestion + .aa-suggestion {
    border-top: 1px solid rgba(228, 228, 228, 0.6);
}

.aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.35);
}


.alert[data-notify='container'] span[data-notify='icon'] {
	float:left;
	margin-right: 5px;
	line-height: 1.5;
}
.alert[data-notify='container'] {
	box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.6);
	z-index: 9999 !important;
	border-radius: 10px;
	opacity: 0.95 !important;
}
.alert[data-notify='container'] .progress {
	margin-top: 1em;
	margin-bottom: 0;
}

.navbar {
    padding: .225rem 0;
    box-shadow: none;
    border-radius: 0;
}
.navbar.bg-dark {
    background-color: #414042 !important;
}
.policy-block {
    border-bottom: 1px solid #efefef;
}
.policy-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: -3px;
}
.policy-icon {
    font-size: 30px;
    line-height: 1;
    color: #4d78bd;
    padding-right: 16px;
}


	
.pagination > .page-item.active > a, 
.pagination > .page-item.active > a:focus, 
.pagination > .page-item.active > a:hover, 
.pagination > .page-item.active > span, 
.pagination > .page-item.active > span:focus, 
.pagination > .page-item.active > span:hover {
    background-color: #c09578;
    border-color: #c09578;
}
.pagination > .page-item > .page-link, 
.pagination > .page-item > span {
	color: #555;
}
.pagination > .page-item.page-totals {
	position: absolute;
	right: 1rem;
}

.card.card-product {
	box-shadow: none;
	/*border: 2px solid transparent;*/
    transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
}
.card.card-product .card-body h5.card-title {
	font-size: 0.9rem;
	text-transform: capitalize;
	min-height: 2.75rem;
}
.btn.btn-sm .material-icons, 
.btn.btn-sm:not(.btn-just-icon):not(.btn-fab) .fa {
	font-size: 0.8rem;
}

#tabAcquisti .card .card-header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.card .card-header.card-header-image {
    margin-top: 0;
    background:none;
}
.card.card-product .card-body {
	padding: 1.6rem 1.8rem 0rem 1.5rem;
    background: url(/images/ecommerce/product_card_body_top_divider.png) no-repeat center 3px;    
}
.card.card-product .card-footer {
    padding: 0.1rem 1.5rem 0.9rem 1.5rem;
}
.card.card-product .card-footer .price-container {
	border-top: 1px solid transparent;
}
.card.card-product:hover .card-footer .price-container {
	border-top: 1px solid #ccc;
}
.card.card-product .card-footer .row-hover .btn{
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s !important;
    -moz-transition: opacity 0.5s !important;
    box-shadow: none;
}
.card.card-product .card-footer .row-hover .btn:hover{
    box-shadow: none;
}
button[disabled] {
	cursor: no-drop;
}
.card.card-product:hover {
    background: #ffffff;
	box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.3);
	border: none;
    transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
}
.card.card-product:hover .card-header .product-shadow {
	opacity: 0;
	visibility: hidden;
    transition: all 1s;
    -moz-transition: all 1s;
}
.card.card-product:hover .card-footer .row-hover .btn{
    visibility: visible;
    opacity: 0.5;
    transition: opacity 0.5s !important;
    -moz-transition: opacity 0.5s !important;
}
.card.card-product:hover .card-footer .row-hover .btn:not([disabled]){
    opacity: 1;
}
/*.card.card-product .card-footer .row-hover .btn{
    opacity: 0 !important;
    transition: opacity 2s !important;
    -moz-transition: opacity 2s !important;
}
.card.card-product:hover .card-footer .row-hover .btn {
    opacity: 1 !important;
    transition: opacity 2s !important;
    -moz-transition: opacity 2s !important;
}*/
.card.card-product .card-footer .btn i {
    font-size: 1rem;
}
.product-page .main-price {
	font-weight: 500;
}
.main-price del,
.card.card-product .price del {
	font-size: 0.8em;
}
.card.card-product .price {
	color: #c09578;
	font-size: 1rem;
}
.card .card-header.card-header-image a {
    background-color: #FFF;
}
.card .card-header.card-header-image img {
	box-shadow: none;
	max-height: 198px;
	width: auto;
	max-width: 100%;
}
.card .card-header.card-header-image {
	min-height: 150px;
	min-width: 150px;
}
.row-product-grid .card.card-product .product-shadow {
    position: absolute;
    background: url("/images/ecommerce/grid_product_card_shadow.png") no-repeat;
    background-size: auto;
    background-size: 100%;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    background-size: 100%;
}
.row-product-list .card.card-product .product-shadow {
    position: absolute;
    background: url("/images/ecommerce/list_product_card_shadow.png") no-repeat;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    background-size: 100%;
}


.page-header {
    height: auto;
}
.fa-1-5x {
    font-size: 1.5em;
}
.info-horizontal .icon > i.fa,
.info-horizontal .icon > i.fas,
.info-horizontal .icon > i.fab,
.info-horizontal .icon > i.far {
    font-size: 1.25rem;
}




.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}
.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 71px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: 0.25rem;
}
.vertical-timeline-element {
    position: relative;
	margin: 0 0 1.2rem;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1.1rem;
}
.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
-webkit-animation: cd-bounce-1 .8s;
  -moz-animation: cd-bounce-1 .8s;
  -o-animation: cd-bounce-1 .8s;
  -ms-animation: cd-bounce-1 .8s;
animation: cd-bounce-1 .8s;
}
.vertical-timeline-element-icon {
    position: absolute;
    top: 15px;
    left: 64px;
}
.vertical-timeline .badge-timeline:empty {
    display: inline-block;
    border-radius: 10px;
}
.vertical-timeline-element-content .timeline-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    padding: 3px 0 0;
    font-weight: bold;
}
.vertical-timeline-element-icon .badge-timeline-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}
.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -95px;
    top: 12px;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: 1em;
    white-space: nowrap;
}
.vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
    visibility: visible;
-webkit-animation: cd-bounce-2 .6s;
  -moz-animation: cd-bounce-2 .6s;
  -o-animation: cd-bounce-2 .6s;
  -ms-animation: cd-bounce-2 .6s;
animation: cd-bounce-2 .6s;
	 	
    
}
.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: 0.8rem;
}
.vertical-timeline-element::after {
    content: "";
    display: table;
    clear: both;
}
.badge-timeline {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    min-width: 19px;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-timeline-success {
    color: #fff;
    background-color: #3ac47d;
}
.badge-timeline-warning {
    color: #212529;
    background-color: #f7b924;
}
.badge-timeline-danger {
    color: #fff;
    background-color: #d92550;
}
.badge-timeline-primary {
    color: #fff;
    background-color: #3f6ad8;
}
.badge-timeline:empty {
    display: block;
}
.badge-timeline-dot {
    text-indent: -999em;
    padding: 0;
    width: 8px;
    height: 8px;
    border: transparent solid 1px;
    border-radius: 30px;
    min-width: 2px;
}
.badge-timeline-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.badge-timeline-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 0.25rem;
    position: absolute;
    left: 0.25em;
    top: 0.75em;
    margin: -6px 0 0 0;
    background: #fff;
}





.search-header-autocomplete.form-control {
	color: #FFF;
}
.search-header-autocomplete.form-control.tt-hint {
	color: #717171;
}
.twitter-typeahead .tt-suggestion i.fa {
	border-right: 1px solid #333;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 2em;
    color: #333;
}
.twitter-typeahead .tt-suggestion small.text-muted {
	font-size: 60%;
}
.twitter-typeahead .search-results-dropdown {
	font-weight: bold;
	font-size: 0.85rem;
	padding: 0;
	background-color: #fdf2c6;
}
.twitter-typeahead .search-results-dropdown .list-group-item {
	padding: .75rem 1rem;
}
.twitter-typeahead .search-results-dropdown.loading .list-group-item.disabled {
    background-color: #ffefef;
    color: #8e5a5a;
}
.twitter-typeahead .search-results-dropdown.no-results .list-group-item.disabled {
    background-color: #ffefef;
    color: #8e5a5a;
}
.twitter-typeahead .tt-menu {
    background-color: #fff;
    border-radius: 0;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	margin-top: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.list-group-item.tt-suggestion.tt-selectable:hover {
	background-color: gold !important;
}
.form-group-header-search {
	margin-bottom: 0;
}
.form-group-header-search button{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 3px 10px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
    margin: 15px 12px 0;
}
.btn.btn-header-search {
	background-color: #4d78bd;
	border-color: #4d78bd;
	box-shadow: none; 
}
.form-group-header-search span.twitter-typeahead {
	width: 78%;
}
.tt-menu {
	width: 600px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.tt-menu small.text-muted .tt-highlight {
	font-size: 1.13em;
}
.tt-menu .tt-highlight {
	font-weight: 700;
}
.tt-menu img.img {
	border: 0;
}
.tt-menu .list-group-item :first-child {
	margin-right: 0;
}
.tt-menu .list-group-item {
	border-bottom: 1px solid #ddd;
}
.tt-menu .list-group-item.list-group-item-fornitore {
	background-color: #d1ffb766;
}
.disabled {
	cursor: not-allowed;
}
.input-group.input-group-default .form-control {
	background-image: none;
	border: 1px solid #d2d2d2;
	background: none;
	background-size: 0;
	height: 1.63rem;
	box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14),0 3px 1px -2px hsla(0,0%,60%,.2),0 1px 5px 0 hsla(0,0%,60%,.12);
}
.card .form-check.form-check-custom {
	margin-top: 11px;
}
.form-check.form-check-sm .form-check-sign .check {
	height: 17px;
	width: 18px;
}
.table-carrello .form-check.form-check-sm .form-check-label {
	font-size: 85%;
}
.table .form-check.form-check-sm .form-check-sign {
	top: -1px;
}
.form-check.form-check-sm .form-check-sign .check::before {
	margin-left: 6px;
	margin-top: -4px;
}
.profile-page .profile-tabs {
	margin-top: 3rem;
}
.nav-pills .nav-item .nav-link {
	background-color: hsla(0,0%,78%,.2);
}
.nav-pills .nav-item .nav-link:not(.active):hover {
    background-color: hsla(0,0%,78%,.5);
}
.nav-pills:not(.flex-column) .nav-item + .nav-item:not(:first-child) {
	margin-left: 12px;
}
.profile-page .work {
	padding: 20px 0;
}
.btn-header-search .material-icons-outlined {
	top: -5px !important;
}

#flexiselGalleriaNostriBrands li {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
}
#flexiselGalleriaNostriBrands li:hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.footer-brand {
    font-weight: 300;
    font-family: Inter !important;
}


.footer-black {
    z-index: 1;
    position: relative;
    width: 100%;
    bottom: 0;
}

.fc-toolbar h2 {
	font-size: 1.5em;
	text-transform: capitalize;
}
.fc-time-grid .fc-slats td:first-child {
  background-color: #039ad5d4;
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  text-align: center;
}
/*.fc-axis.fc-widget-header,
.fc-time-grid .fc-slats td:first-child {
	min-width: 33px;
}*/
.fc .fc-axis {
	padding: 0 10px 0 4px !important;
}
.fc .fc-view.fc-list-view {
	min-height: 25px;
}
.fc-view-container{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.fc-day-header.fc-widget-header {
  background-color: #039ad5d4;
  color: #FFF;
  font-size: 0.8em;
  text-transform: capitalize;
}
.fc-button {
	padding: 0.3em 0.6em;
    font-size: 0.9em;
}
.fc-view-container tbody td.fc-widget-content {
	cursor: cell !important;
}
.fc-view-container tbody td.fc-widget-content:first-child {
	cursor: default !important;
}

.temp-cell{
	background-color: rgb(255 215 0 / 50%) !important;
	border: 0px !important;
}
.current-hover-cell {
	background-color: gold !important;
	text-align:center;
	color:#444 !important;
	font-weight:bold !important;
	font-size:0.8em !important;
	border: 0px !important;
}
.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 1px 0 1px !important;
}
.fc-button-primary:disabled {
    color: #c7c3c3;
    background-color: #5e5e5e;
    border-color: #565656;
}
.fc-button-primary {
    color: #fff;
    background-color: #2c5074;
    border-color: #2a4c6e;
}
.fc-button-primary:not(:disabled).fc-button-active, 
.fc-button-primary:not(:disabled):active {
    color: #fff;
    background-color: #c93c3cf2;
    border-color: #a93030f2;
}
.fc-day-header.fc-widget-header.fc-disabled-day {
	color: #000;
}

.fc .fc-basic-view .fc-event-status-prenotato .fc-content .fc-footer,
.fc .fc-timeGrid-view .fc-event-status-prenotato .fc-content .fc-footer {
	background-color: #969696;
}
.fc .fc-basic-view .fc-event-status-prenotato,
.fc .fc-timeGrid-view .fc-event-status-prenotato{
	background-color: #CCC;
	border-color: #969696;
	cursor: pointer !important;
	text-align: center;
	background-image: linear-gradient(-45deg, #8b8a947a 25%, #bdbcc47a 25%, #bdbcc47a 50%, #8b8a947a 50%, #8b8a947a 75%, #bdbcc47a 75%, #bdbcc47a 100%);
	background-size: 15px 15px;
}
tbody .fc-day.fc-widget-content.fc-disabled-day,
.fc-nonbusiness.fc-bgevent {
    background: #d7d7d7;
    background-image: linear-gradient(45deg, #cccccc 25%, #7b7c7d 25%, #7b7c7d 50%, #cccccc 50%, #cccccc 75%, #7b7c7d 75%, #7b7c7d 100%);
    opacity: .3;
    background-size: 25px 25px;
}
.fc-unthemed td.fc-today {
    background: #f7fbbb;
}
.fc .fc-basic-view .fc-event-status-prenotato .fc-content .fc-title,
.fc .fc-timeGrid-view .fc-event-status-prenotato .fc-content .fc-title {
  color: #3c3c3e;
  font-weight: bold;
  font-size:0.8em;
  margin-left:0.5rem !important;
  margin-right:0.5rem !important;
}
.fc .fc-basic-view .fc-event-status-prenotato.not-clickable .fc-content .fc-footer,
.fc .fc-timeGrid-view .fc-event-status-prenotato.not-clickable .fc-content .fc-footer,
.fc .fc-basic-view .fc-event-status-prenotato.not-clickable,
.fc .fc-timeGrid-view .fc-event-status-prenotato.not-clickable {
	cursor: default !important;
}
.fc .fc-content {
	height: 100%;
}
.fc .fc-content .fc-footer {
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    /*font-size: 80%;*/
    font-weight: bold;
    padding: 2px;
	text-align: center;	
}
.fc .fc-event {
    color: inherit;
}
.fc .fc-basic-view .fc-event, 
.fc .fc-timeGrid-view .fc-event {
    cursor: pointer !important;
}
.fc-nonbusiness.fc-bgevent {
  background-color: #3c3c3c;
  cursor: no-drop !important;
}


#formPrenotazione .form-control:disabled, 
#formPrenotazione .form-control[readonly] {
	background-color: initial;
}
#formPrenotazione select.form-control:not([size]):not([multiple]) {
    height: 36px;
}

a.nav-link.dropdown-toggle[aria-expanded=true] {
	background-color: #46a833
};

@media (max-width: 575px) {
	.tt-menu {
    	width: 395px;
    	margin-left: -20px;
    }
    
    .h1,h1 {
    	font-size: 2.3rem;
    }
    .h2,h2 {
    	font-size: 2rem;
    }
    .product-page .main-raised {
    	margin: -46vh 0 0;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.container {
	    max-width: 650px;
	}
	.form-inline .form-group.form-group-header-search {
  		flex: 0 0 auto;
  		flex-flow: row;
	}
}

/* Medium devices (portrait phones, 767 and down) */
@media (max-width: 767px) {
	.tt-menu {
    	width: 708px;
    }
	.card.card-product {
	    background: #ffffff;
		box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.3);
		border: none;
	    transition: box-shadow 0.5s;
	    -moz-transition: box-shadow 0.5s;
	}
	.card.card-product .card-header .product-shadow {
		opacity: 0;
		visibility: hidden;
	    transition: all 1s;
	    -moz-transition: all 1s;
	}
	.card.card-product .card-footer .row-hover .btn{
	    visibility: visible;
	    opacity: 0.5;
	    transition: opacity 0.5s !important;
	    -moz-transition: opacity 0.5s !important;
	}
	.card.card-product .card-footer .row-hover .btn:not([disabled]){
	    opacity: 1;
	}
	.pagination > .page-item.page-totals {
		top: 2.5rem;
	}
	.product-page .main-raised {
		padding: 20px;
	}


	.step-label > i {
	    font-size: 2em;
	}
	
	
	.btn-block-sm {
    	display: block;
    	width: 100%;
	}
	
	.footer-black {
		bottom: 0;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.container {
	    max-width: 900px;
	}
	
	.navbar-collapse.collapse.show .dropdown-menu-auto .dropdown-colonna {
		width: 33.3%;
	}
	.btn-sm-inline{
		display: inline;
		margin-top: 16px;
	}
}

@media (max-width: 991px) { 
	.navbar.sticky-top.sticky-top-2 {
		top: 56px;
	}
	.card-filtri-container-shown #sectionsNav,
	.card-filtri-container-shown #sectionsNavSecondary {
		transition: all 0.5s linear;
		transform: translate3d(0px, -120px, 0px);
	}
	.card-filtri {
	    background: white;
	    position: absolute;
	    left: 0;
	    z-index: 10;
	    width: 85%;
	    border-right: 1px solid #aaa;
	    padding-right: 25px;
	    padding-left: 15px;
	    top: 0;
	    border-radius: 0;
	    box-shadow: 1px 0px 12px rgba(0,0,0,0.8);
	}
	.card-filtri.show {
		height: 100vh;
		position: absolute;
		z-index: 1000;
		overflow-y: scroll;
	}
	
	.card-filtri-container {
		height: 100%;
		min-height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		left: -100%;
		
		transition: transform 0.5s, background-color 0.2s linear;
		-webkit-transition: transform 0.5s, background-color 0.2s linear;
		
	}
	.card-filtri-container.show {
		background-color: rgba(0,0,0,0.5);
		transform: translate3d(100%, 0px, 0px);
		transition: transform 0.5s, background-color 3s linear;
		-webkit-transition: transform 0.5s, background-color 3s linear;
	}
	body.card-filtri-container-shown {
		overflow-y: hidden;
	}
	
	.navbar .dropdown .dropdown-menu, 
	.navbar .dropdown.show .dropdown-menu {
		padding-top: 0 !important;
	}
	.dropdown-menu-auto .dropdown-colonna a.dropdown-item {
    	border-bottom: 1px solid #eee;
    }
    .dropdown-menu-auto .dropdown-header {
	    font-size: 0.9rem;
	    padding-top: 1.4rem;
	    padding-bottom: 0.3rem;
	}
	#sectionsNavSecondary .navbar-toggler {
    	padding: 0.7rem 0.75rem;
	}
	.form-group-header-search span.twitter-typeahead {
		width: 80%;
	}
	.twitter-typeahead .tt-menu {
	    border-radius: 6px;
	    margin-top: 2px;
	}
	.tt-menu {
		width: 708px;
		scrollbar-width: auto;
	}
	.tt-menu .list-group-item p {
		font-size: 0.72rem;
	}
	.navbar-collapse.collapse.show .btn.btn-header-search {
	    background-color: #4d78bd;
	    border: 2px solid #4d78bd;
	    box-shadow: none;
	    float: right;
	}
	.navbar-collapse.collapse.show .btn-header-search .material-icons-outlined {
		margin-right: 0 !important;
		top: 0 !important;
	}
	.navbar-collapse.collapse.show .search-header-autocomplete.form-control {
		color: #333 !important;
		background-image: none !important;
		width: 100%;
		background-color: #fff !important;
		border-radius: 5px;
		padding: 8px 10px 8px 10px;
		border: 2px solid #999;
	}
	
.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    font-size:1rem;
    color:#fff;
}

.dropdown-header {
    color: #bbb;
    font-size: 1rem;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.container {
	    max-width: 960px;
	}
	.dropdown-colonna-immagine-categoria {
		display: block;
	}
	.dropdown-menu-auto .dropdown-colonna:not(:last-child) div.dropdown-item,
	.dropdown-menu-auto .dropdown-colonna:not(:last-child) a.dropdown-item {
		border-right: 1px solid #ddd;
	}
}

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {
	.container {
	    max-width: 1140px;
	}
	
	.lg-pull-right {
		float: right;
	}
	.lg-pull-left {
		float: left;
	}
}




#showInstallPromotionModal .modal-footer {
    border-top: 1px solid #ddd;
}
.fade.show {
    background-color: rgba(0, 0, 0, 0.5);
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #EFF2F7;
}

.divider {
    padding-top: 2rem;
    padding-bottom: 1.8rem;
    position: relative;
    border: 0;
    width: 100%;
}
.divider-fade::before {
    content: '';
    display: block;
    width: 80%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: radial-gradient(ellipse at center, #dee4ef 0, rgba(255, 255, 255, 0) 100%);
}

.container-articles-homepage .card-articolo  img {
	max-width: 100%;
    height: auto;
}
.w-18 {
	width: 18%;
}
.w-20 {
	width:20%;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width:80%;
}
.w-90 {
	width: 90%;
}
.form-classic .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-classic .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-classic .form-control.is-invalid, 
.form-classic.was-validated .form-control:invalid
.form-classic .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-classic .form-control.is-invalid:focus, 
.form-classic.was-validated .form-control:invalid:focus
.form-classic .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}
.form-control:read-only, .form-classic .form-control:read-only, .form-classic .form-control:read-only, .form-classic .form-control[readonly] {
    background-image: linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsl(0deg 0% 82% / 37%) 0) !important;
    background-color: unset;
}
#navWebAppGiaInstallata {
    font-size: 14px;
}
.radio-player {
            transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
            transform: translateY(100%);
            opacity: 0;
            border-radius: 10px 10px 0 0;
        }
        .radio-player.visible {
            transform: translateY(0);
             transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
           opacity: 1;
        }
        .radio-toggle-button {
            cursor: pointer;
        }
        .radio-status {
            font-size: 14px;
            font-weight: bold;
        }
.volume-control {
    max-width: 100px;
    min-width: 50%;
    margin-left: 10px;
    margin-right: 10px;
}
        @media (max-width: 576px) {
            .radio-player .card-body {
                flex-wrap: wrap;
                gap: 10px;
            }
            .radio-player audio,
            .radio-player .dropdown,
            .radio-player .volume-control {
                max-width: 100%;
            }
        }
        .radio-player {
    background-color: #f8f9fa;
    color: #212529;
}
.card.bg-dark {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}
div#radio-player {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    margin-bottom: 0;
    margin-top:0;
    border-radius: 0;
  box-shadow: 0 -6px 12px -4px rgba(0, 0, 0, 0.3); /* Ombra solo in alto */
  transition: all 0.3s ease-in-out;
  background-color: #f0f0f0;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  
  
}
.visualizer span {
  display: inline-block;
  width: 4px;
  height: 10px;
  margin: 0 2px;
  background: #fff;
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  0% { height: 10px; }
  100% { height: 30px; }
}
div#radio-player button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}
#radio-page-station-dropdown {
	margin-left: -33px !important;	
}
#radio-page-station-dropdown .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
button#radio-page-station-select {
    text-transform: capitalize;
}
.volume-control::-webkit-slider-thumb {
  margin-top: -4px; /* Centra verticalmente il thumb */
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  cursor: pointer;
}

.volume-control::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(to right, #00c9ff, #92fe9d);
  border-radius: 2px;
}
.badge-live {
  background-color: #e63946;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  animation: pulseLive 1.5s infinite;
}
#radio-page-station-dropdown.dropdown-menu {
  top: auto !important;
  bottom: 100% !important;
  transform: none !important;
}
#radio-page-station-dropdown.dropdown-menu a:hover {
    background-color: #4dbdaf !important;
}
@keyframes pulseLive {
  0% { opacity: 1; }
  50% { opacity: 0.6; }
  100% { opacity: 1; }
}
#badge-radio-playing {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    right: 5%;
    cursor: pointer;
}
#badge-radio-playing .badge {
	font-size: 1rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#radio-page-station-dropdown .dropdown-item, 
#radio-page-station-dropdown li > a {
    padding: 6px 20px;
}
#radio-page-station-dropdown .dropdown-item:last-child {
    border-bottom: none !important;
}