.greenText { color: #343B12; }
.blackText { color: #191816; }
.goldText { color: #F6C743; }
.lightGoldText { color: #F7C63F; }
.brownText { color: #A56C00; }
.darkBrownText { color: #583D0D; }
.beigeText { color: #FEFCF3; }
.grayText {color: #6A6767; }


.greenBackground { background-color: #343B12; }
.blackBackground { background-color: #191816; }
.goldBackground { background-color: #F6C743; }
.lightGoldBackground { background-color: #F7C63F; }
.brownBackground { background-color: #A56C00; }
.darkBrownBackground { background-color: #583D0D; }
.beigeBackground { background-color: #FEFCF3; }

.fullComing{
  position: relative;
}

.fullComing:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #F7C63F;
}

.comingSoon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 9;
  color: #000000;
}

#nextblock2{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

body #ck_banner{
  display: flex;
  align-items: center;
  background-color: #FEFCF3;
  border-color: #A56C00;
  color: #242021;
}

body #ck_banner h1 {
  font-size: 1.42rem;
  flex-shrink: 0;
}

body #ck_banner .btns{
  flex-shrink: 0;
}

body #ck_banner p,
body #ck_banner .btns a {
  font-size: 0.71rem;
  font-weight: normal;
  margin-bottom: 0;
}

body #ck_banner #ck_accetta{
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3rem 1.5rem;
  font-family: 'RobotoMono-Regular';
  background-color: #191816;
  text-transform: none;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box{
  border-radius: 0 !important;
  padding: 3rem;
  text-align: center;
  border-width: 4px 4px 4px 4px;
  border-style: solid;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 4px #7B9111 !important;
  border-color: #7B9111;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 4px #D54824 !important;
  border-color: #D54824;
}

.jconfirm .jconfirm-box{
  animation-name: none !important;
}

body .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{
  font-size: 0.85rem;
}

body .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
  font-family: 'BourtonBase';
  font-weight: 400;
  font-size: 1.57rem;
}

body .jconfirm .jconfirm-box.jconfirm-type-green div.jconfirm-title-c .jconfirm-title{
  color: #7B9111;
}

body .jconfirm .jconfirm-box.jconfirm-type-red div.jconfirm-title-c .jconfirm-title{
  color: #D54824;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{ float: none !important; padding-bottom: 0;}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{
  border-radius: 0;
  background-color: #191816 !important;
  color: #FFFFFF !important;
  padding: 0.4rem 0.7rem;
  font-family: inherit;
  text-transform: lowercase !important;
  transition: 0.3s all ease-in-out;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button:hover{
  background-color: #F6C743 !important;
  color: #FFFFFF !important
  padding: 0.4rem 0.7rem;
  font-family: inherit;
  text-transform: lowercase !important;
  transition: 0.3s all ease-in-out;
}

.jconfirm.jconfirm-white .jconfirm-box.jconfirm-type-red .jconfirm-buttons button:hover,
.jconfirm.jconfirm-light .jconfirm-box.jconfirm-type-red .jconfirm-buttons button:hover{
  background-color: #D54824 !important;
}

.jconfirm.jconfirm-white .jconfirm-box.jconfirm-type-green .jconfirm-buttons button:hover,
.jconfirm.jconfirm-light .jconfirm-box.jconfirm-type-green .jconfirm-buttons button:hover{
  background-color: #7B9111 !important;
}

.btns{
  display: flex;
  flex-direction: column;
}

.footer1{ font-size: 0.90rem; }
.footer2{ font-size: 0.76rem; }
.logoFooter{ height: 1rem; }
.upperFooter{
  font-size: 0.90rem;
}

.justify-content-space-between{
  justify-content: space-between;
}

.borderOro{
  border: 2px solid #A56C00;
  padding: 1rem;
  color: #FFFFFF;
}
.linkUnderlined{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.linkUnderlined:after{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #A56C00;
}

.s404{
  font-size: 10em;
}
a, a:hover{ color: inherit; }
@media screen and (max-width: 767px){
  .navbar-light .navbar-nav .nav-link{
    text-align: center;
  }
}

html, body{ height: 100%; }
body {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-control{
  border: 2px solid #A56C00;
  border-radius: 0;
  margin-bottom: 1rem;
  background: #FEFCF3;
}

.privacyDisclaimer{
  font-size: 0.76rem;
}

.fakecheck{
  margin-bottom: 0;
}

.fullScreen.slick-slider .slick-slide picture{
  display: block;
}

.fullScreen.slick-slider .slick-slide img{
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

#img1{
  position: absolute;
  top: 1rem;
  left: -5rem;
  border-radius: 500px;
  width: 30rem;
}

#img2{
  position: absolute;
  bottom: 0rem;
  right: -5rem;
  width: 30rem;
  height: 23rem;
  object-fit: cover;
  object-position: center;
}

.spaceForImages{
  padding: 12rem 0;
  text-align: center;
}

body .slick-dots{
  bottom: 1rem;
}

.slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}

.slick-slide>div>div{
  display: block !important;
}

body .slick-dots li button:before {
  opacity: .65;
  color: black;
  width: 1rem;
  height: 1rem;
  background: #F6C743;
  border-radius: 50%;
  content: "";
}

body .slick-dots li.slick-active button:before {
  opacity: 1;
}

.headercta{
  position: absolute;
  bottom: 1rem;
  right: 5rem;
  z-index: 9;
}

#logo2{
  margin-bottom: 1rem;
  width: 9rem;
  height: 6rem;
}

.overSlider{
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.overSlider .sliderCaption{
  position: relative;
  background: #FFFFFF;
  padding: 1.4rem 2rem 1.6rem 2rem;
  margin-bottom: 2rem;
}

.overSlider .sliderCaption:last-child{
  margin-bottom: 0;
  margin-left: 5rem;
}

.overSlider .sliderCaption:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: 1rem;
  background-color: #F6C743;
  z-index: -1;
}

.navbar-brand{
  margin: 0;
  padding: 1.3rem 1rem;
  background-color: #F6C743
}

.navbar-brand img{
  margin: 0;
  padding: 0;
  width: 4rem;
}

.slick-slide{
  position: relative;
}

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

#showPulzand{
  padding-top: 10px;
}

.pulsantiConfermaOrdine{
  display: flex;
  align-items: center;
}

.distanceMe{
  margin-top: 0;
}

.hero{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.row-reverse{
  flex-direction: row-reverse;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

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

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

.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;
}

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

.etichettaVariante>span{
    padding-left: 20px;
    display: block;
}

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

#passwordStrength { margin-top: 3px; line-height: 0px; display: flex; justify-content: space-between; }
#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.4rem 1rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 0;
    text-transform: lowercase;
    -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 .fa{
  transition: 0.3s all ease-in-out;
}

.btn:hover .fa{
  transform: translateY(0.3rem);
}

.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: #1C1714;
  background-color: #F6C743;
  border-color: #F6C743;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #1C1714;
    border-color: #1C1714;
}

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

.borderOro .btn:hover .fa {
  transform: translateX(0.3rem);
}

.borderOro .btn-primary:hover,
.borderOro .btn-primary:focus,
.borderOro .btn-primary:active {
  color: #1C1714;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.socials{
  display: block;
}

.socials>a{
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 1.2rem;
}


@media screen and (max-width: 767px){
  .xs-d-column{
    flex-direction: column;
  }

  .xs-justify-content-center{
    justify-content: center;
  }

  #the-fixed{
    display: none;
  }

  .overSlider{ width: 90%; }
  .overSlider .sliderCaption {
    padding: 0.7rem 0.9rem;
    margin-bottom: 1rem;
  }

  .overSlider .sliderCaption:last-child {
    margin-left: 2rem;
  }

  .overSlider .sliderCaption:before {
    top: 0.5rem;
    left: 0.5rem;
  }

  .headercta {
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
  }

  #img1,
  #img2{
    position: static;
    margin: 2rem auto;
    max-width: 80%;
  }

  .spaceForImages{
    padding: 0;
  }

  #nextblock2{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .form-group{
    margin-bottom: 1rem;
  }

  .footerMenu{
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  #img1 {
    position: absolute;
    top: -5rem;
    left: -5rem;
    border-radius: 500px;
    width: 17rem;
  }

  #img2 {
    position: absolute;
    bottom: 0rem;
    right: -3rem;
    width: 18rem;
    height: 15rem;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px){
  #img1 {
    width: 27rem;
  }

  #img2 {
    width: 27rem;
    height: 21rem;
  }
}

@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){

}
