/*!
 * App style
 */


#offbottom-collapse hr{
   max-width: 100%;
   margin: 10px 0;
   border: 0;
   border-top: 1px solid #e7e7e7;
}

/* LIVE SEARCH */
#cage-ricerca {
   display: flex;
   justify-content: center;
}
#cage-ricerca label {
width: 540px;
width: 30vw;
   height: 40px;
   margin: 0 19px;
   border: 1px solid #efefef;
   padding: 2px 25px 0 2px;
   background-color: #fff;
   position: relative;
}
@media (max-width: 768px){
#cage-ricerca label {
   width: 100%;
   height: 40px;
   margin: 0 19px;
   border: 1px solid #efefef;
   padding: 2px 25px 0 2px;
   background-color: #fff;
   position: relative;
}
}

#cage-ricerca #livesearch {
   width: 100%;
   height: 100%;
   border: none;
   padding-top: 0px;
   color: #666666;
   font-weight: 300;
   font-size: 1rem;
}

#live-search-list {display: flex; flex-wrap:wrap; max-height: 400px; overflow-y: scroll; padding: 0; margin-left: 0px; margin-right: 0; background-color: #fff; position: absolute; width: 100%; top:50px; z-index: 100;}
#live-search-list li {display: flex; flex-basis: 50%; flex-direction: row; max-height: 130px; padding:4px 2px; background-color: #fff; margin: 0;  }
#live-search-list li img {max-height:100%; max-width: 100%; padding: 15px 0; margin-right: 2px; }

.searchb {display: flex; align-items: center;}
/* .searchb span {font-size: .825rem; color: #34B756; line-height: 1;} */
.searchb:hover {text-decoration: none; color: #535f61; }
.searchb:hover span { color: #535f61; }
#cage-ricerca.attiva label {border-bottom-left-radius: 0px!important; border-bottom-right-radius: 0px!important;}
#cage-ricerca.attiva label:after {display:none;}
#cage-ricerca.xxx label:after {display: none;}
#cage-ricerca #livesearch:focus-visible {outline:none;}
#cage-ricerca #livesearch::placeholder {color: #666666; font-weight: 300; font-size: 1rem; text-transform: uppercase; line-height: 1; transition: width .5s;}

.blocco-form-acquisto, .blocco-form-button{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
  }
  .blocco-form-acquisto{
    padding-bottom: 10px;
    margin-block: 20px;
    gap: 30px;
  }
  
.blocco-form-acquisto .ccartqta{
   height: 100%;
  }
  .blocco-form-acquisto span{
    color: var(--primary);
    font-size: 16px;
    font-weight: bold;
  }
  .blocco-form-button .add-to-cart{
    background-color: var(--primary);
    color: white;
    font-size: 14px;
    font-weight: bold;
    border:0;
  }
  .controll-input-number {
    height: 40px;
    display: inline-flex;
    justify-content: center;
  }
  .add-to-cart, .controll-input-number{
    width: 100%;
    max-width: 300px;
    min-height: 40px;
  }
  .controll-input-number button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: min(100%, 37px);
    height: 100%;
    cursor: pointer;
    margin: 0;
    position: relative;
  }
  #minus-input{
      border-style: solid;
      border-width: 1px 0px 1px 1px;
      border-color: #dfdfdf;
  }
  #plus-input{
      border-style: solid;
      border-width: 1px 1px 1px 0px;
      border-color: #dfdfdf;
  }
  .controll-input-number button:before, .controll-input-number button#plus-input:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background-color: #645A51;
  }
  .controll-input-number button#plus-input:after {
    transform: translateX(-50%) rotate(90deg);
  }
  .controll-input-number input[type="number"] {
    width: min(100%, 300px);
    padding: 0;
    border: 0;
    border: none;
    text-align: center;
    border: 1px solid #D0D0D0;
    border-radius: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    background-color: transparent;
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
  }
  /* Chrome, Safari, Edge, Opera */
  .controll-input-number input[type="number"]::-webkit-outer-spin-button,
  .controll-input-number input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  .container-details-product{
    width: 100%;
    max-width: 243px;
    padding-top: max(5px, min(5.38vw, 31px));
    box-sizing: content-box;
  }
  .div-cart-shop .indisponibile{
    color: var(--primary);
    font-weight: bold;
    border: 2px solid var(--primary);
    padding: 10px;
  }





  #offcanvas-collapse .titoloCarrello .rigaCarrello {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#offcart-collapse-apollo .titoloCarrello h3 {
  margin: 0;
  font-size: 22px;
  text-align: left;
}
#offcart-collapse-apollo .titoloCarrello .close {
  color: #fff;
  opacity: 1;
}
#offcart-collapse-apollo hr {
  margin-top: 10px;
}
#offcart-collapse-apollo .item-c img {
  max-height: 125px;
}
#offcart-collapse-apollo .rigaQtaDel {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
#offcart-collapse-apollo .rigaQtaDel a.del {
  /*width: 56px;
  height: 56px;
  border: 1px solid #D24535;*/
  border-radius: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#offcart-collapse-apollo .input-group div {
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 0;
}
#offcart-collapse-apollo #boxcartsmall {
  height: calc(100vh - 30px);
}
#offcart-collapse-apollo #carrellosmall {
  height: 50%;
  overflow-y: auto;
  overflow-x: hidden;
}
#offcart-collapse-apollo #sezioneProdotti {
  max-height: calc(100% - 170px);
  overflow: auto;
  overflow-x: hidden;
}
/* #offcart-collapse-apollo #sezioneProdotti .row:nth-child(1){
  margin-top: 0 !important;
} */
#offcart-collapse-apollo #sezioneFooterCarrello {
  /* position: fixed; */
  bottom: 0;
  background-color: white;
  /* height: 170px; */
  width: 100%;
  padding: 0 1rem;
}
#offcart-collapse-apollo #sezioneFooterCarrello .btn {
  border-radius: 10px;
  font-weight: 700;
  padding: 1rem;
}
#tot_prod_small {
  font-size: 18px;
}
#tot_ini_small{
  font-size: 20px;
}

#walogo {
	position: fixed;
	bottom: 20px;
	left: 20px;
}
