.s404{
  font-size: 10em;
}

@media screen and (max-width: 767px){
  .navbar-light .navbar-nav .nav-link{
    text-align: center;
  }
}

.card{
  border-width: 0px !important;
}

html, body{ height: 100%; }
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-group .small{
  font-weight: 400;
}

.btn-sm{
  padding: 0.4rem 1rem 0.3rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 2px;
}

.customBtn{
  text-align: center;
}

.nav-item.show{
  position: relative;
}

.show.dropdownUtente > .dropdown-menu {
    display: block;
    right: 0;
    left: initial;
}

#spanPayPal{
  text-align: center;
}

.customBtn.btn-xs{
  font-size: 11px;
  letter-spacing: 2px;
  padding: 4px 12px 2px 12px;
}

.rigaRubrica{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  cursor: pointer;
}

.panel-footer>div{
  display: flex;
  align-items: center;
}

#showPulzand{
  padding-top: 10px;
}

.quantity{
  width: auto !important;
  padding: initial !important;
}

.a{ color: #0275d8; }
.a:hover{ text-decoration: underline; }

.socialLink{}
.nav-link{ cursor: pointer; }

.textPolicy p{
  word-break: break-word;
}

.panel-title.separate{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_figcaption[style="float:right"]{ margin: 2rem 0 2rem 2rem; }
.custom_figcaption[style="float:left"]{ margin-right: 2rem 2rem 2rem 0; }
.custom_figcaption figcaption{
  border-top: 2px solid #d8d8da;
  font-style: italic;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 8px;
}

.menuContainer{
	background: #FFFFFF;
	box-shadow: #CCC 0px 0px 7px;
}

.scontato{
    text-decoration: line-through;
}

.blogTrattino{
    display: inline-block;
    padding: 0px 5px;
}

.btn.btn-xs, .btn-group-xs > .btn {
    padding: 0.16rem 0.2rem 0.15rem 0.2rem;
    font-size: 0.65rem;
    border-radius: 0.2rem;
}

.recensioni{ font-size: 1em; }

.list-group-item .active{ font-weight: 700; }

/****** Style Star Rating Widget *****/
fieldset.rating, .rating label { margin: 0; padding: 0; }
.rating {
  border: none;
  float: left;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.stellina{
    color: #FFD700;
    font-size: 0.8em;
    margin-right: 5px;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
  cursor: pointer;
  line-height: 15px;
}

.blockQuantita:not(.d-none) + .nonDisponibileDisclaimer{
  display: none;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

#nascondiFatturazione {
    opacity: .3;
    position: relative;
}

#nascondiFatturazione .smarmella {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

#nascondiFatturazione.abilitato {
    opacity: 1;
}

#nascondiFatturazione.abilitato .smarmella {
    display: none;
}

#loadingPanelSpedizioni{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
}

#loadingPanelSpedizioni>span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

/* MENU ACTIVE */
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: red;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: green;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
}

.navbar-default{
	border-width: 0px;
	border-radius: 0px;
}

.upperFooter, .lowerFooter{
	padding: 20px;
}

.upperFooter{
	background: #e7e7e7;
}

.lowerFooter{
	background: #f8f8f8;
}

.etichettaVariante{
  position: relative;
  display: block;
}

.req::after{
  content: "*";
}

.etichettaVariante>input{
    position: absolute;
    left: 2px;
    top: 5px;
}

.etichettaVariante>span{
}

#passwordStrength>span{
    display: inline-block;
    width: 23.6%;
    height: 3px;
    background: #d7d7d7;
    transition: 0.3s all;
}

#passwordStrength { margin-top: 3px; line-height: 0px; }
#passwordStrength.veryweak>span.c1 { background: #d9534f; }
#passwordStrength.weak>span.c1, #passwordStrength.weak>span.c2 { background: #f0ad4e; }
#passwordStrength.good>span.c1, #passwordStrength.good>span.c2, #passwordStrength.good>span.c3 { background: #5cb85c; }
#passwordStrength.verygood>span.c1, #passwordStrength.verygood>span.c2, #passwordStrength.verygood>span.c3, #passwordStrength.verygood>span.c4 { background: #5bc0de; }

.upperFooter h3, .upperFooter .logoFooter{
	margin-top: 0px;
}



.ce-banner a{
    color: inherit;
    font-weight: bold;
}


.ce-banner{
	position: fixed;
	bottom: 0px;
	z-index: +999;
	background: #E3E3E3;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	font-size: 12px;
	line height 20px;
}

.ce-banner p{
	margin-bottom: 0px;
	padding: 0px 10px;
    font-size: 11px;
}

.ce-accept{
	font-weight: bold;
	cursor: pointer;
	background-color: #FFF;
	margin-left: 10px;
	border-radius: 5px;
	padding: 2px 10px;
}

.foundText, .foundTitle{
	background: #337AB7;
	color: #FFFFFF;
}

.quantity { text-align: center; }

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn:active, .btn.active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}


@media screen and (max-width: 767px){

}

@media screen and (min-width: 768px) and (max-width: 991px){

}

@media screen and (min-width: 992px) and (max-width: 1200px){

}

@media screen and (min-width: 1201px) and (max-width: 1400px){

}

@media screen and (min-width: 1401px) and (max-width: 2500px){

}

@media screen and (min-width: 2501px){

}

@media screen and (max-width: 991px){

}

@media screen and (max-width: 1201px){

}

@media screen and (max-width: 1401px){

}

@media screen and (max-width: 2501px){

}
