.coupon-input::placeholder{
    text-align: center;
    /*color: red;*/
}

/* popup div*/
.popup-address{
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: calc(100% - 30px) !important;
    min-height: 360px !important;
    width: 1200px;
    background-color: white;
    z-index: 99;
    border-radius: 5px;
    border: 2px solid #212529;
    transition: all .3s;
    outline: none !important;
    max-height: 100vh;
    overflow-y: auto;
}
.cart-form .popup-address select{
    background-color: transparent!important;
    border: 1px solid #7696b2!important;
    margin-bottom: 0!important;
}
.cart-form .popup-address .input-group-text{
    position: absolute;
    top: 0;
    right: calc(var(--bs-gutter-x) * 0.5);
    height: 41px;
}
.popup-login, .popup-cart{
    position: absolute;
    max-width: 1028px !important;
    min-height: 360px !important;
    bottom: -350px;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
    z-index: 99;
    border-radius: 5px;
    border: 2px solid #212529;
    transition: all .3s;
    outline: none !important;
}

.popup-login .content{
    position: relative;
    top: 0;
}

.popup-login form{
    position: relative;
    top: 0;
}

.popup-login input[type=text],
.popup-login input[type=password],
.popup-login input[type=email]{
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #212529;
    background-color: var(--light-blue);
    color: #212529;
}


.popup-login input::placeholder{
    color: var(--grey);
}


.popup-login .login-btn{
    padding: 5px 20px;
    width: 150px;
    border-radius: 5px;
    position: absolute;
    right: 0;
}

.popup-login .register{
    padding: 5px 20px;
    border-radius: 5px;
    position: absolute;
    right: 7.5px;
}




.popup-login .register:hover{
    color: white;
}


.popup-login a.orange:hover{
    color: #8ab132;
}

#cart .product-container{
    height: 70%;
    overflow-y: auto;
    padding-right: .5rem;
    border-bottom: 1px solid #212529;
    scrollbar-width: thin;
}

#cart .product-item{
    border-radius: 5px;
    margin-bottom: 40px;
}

#cart .product-img{
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}

#cart .product-name{
    color: #212529;
}

#cart .product-desc{
    color: #212529;
}

#cart .product-price{
    color: #212529;
}


#cart p{
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.popup-address .close-btn, .cart-form .popup-salva .close-btn {
  display: block;
  border: 2px solid #8ab132;
  color: #8ab132;
  position: absolute;
  right: 20px;
  transform: scale(1.2);
  border-radius: 4px;
  width: 20px;
  aspect-ratio: 1 / 1;
}
.popup-address .close-btn > i, .cart-form .popup-salva .close-btn > i{
    
}
.outline-btn {
  border-radius: 5px;
  border: 2px solid #212529;
  color: #212529;
  font-weight: 600;
  padding: 8px 16px;
  transition: all .3s;
  cursor: pointer;
  background-color: #fff;
}
.input-getintouch {
    background-color: transparent;
    border: 1px solid #212529;
    outline: 0;
    border-radius: 5px;
    width: 100%;
    padding: 10px 9px;
    color: #212529;
}


.box-fattura select, 
.cart-form .discount input[type="text"], .cart-form 
.delivery select {
  background-color: #212529;
  border: 1px solid #212529;
  outline: none;
  padding: 5px;
  border-radius: 5px;
  color: #212529;
  margin-bottom: .5rem;
  width: 100%;
}

.address-from .fa-angle-down, .address-from .fa-location-dot {
  position: absolute;
  right: 30px;
  top: 13px;
}
.dark-pagemask{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6); 
    z-index: 50; 
    transition: all .3s   
  }

  .bright-pagemask{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255,255,255,.3); 
    z-index: 50;
    transition: all .3s  
  }
/* popup div*/

/*START CHECKOUT*/
  .checkout .riepilogo, .checkout .totale, .cart-form .totale{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 0 !important;
  }
  .checkout .riepilogo .title, .checkout .totale .title, .cart-form .totale .title{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }

  .checkout .riepilogo .title{
    background-color: #212529;
  }

  .checkout .totale .title{
    background-color: var(--blue);
  }

  .checkout .change-order{
    color: #212529;
    font-size: 14px;
  }
  

  .checkout .change-order:hover{
    color: #212529;
  }

  .checkout .product-list{
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .checkout img{
    width: 70px;
    aspect-ratio: 1  / 1;
    object-fit: cover;
    object-position: center;
  }

  .checkout .riepilogo .quantity{
    text-transform: uppercase;
    color: #8ab132;
    font-size: 12px !important;
    font-weight: 600;
  }

  .checkout .riepilogo p,.checkout .riepilogo h5, .checkout .riepilogo h6{
    margin: 0;
    padding: 0;
  }
  
  .checkout .riepilogo .price{
    color: var(--blue);
    font-size: 21px !important;
    font-weight: 700;
  }

  .checkout .riepilogo .product-name{
    color: var(--blue);
    font-weight: 600;
  }

  .checkout .riepilogo .product-desc{
    color: #212529;
    font-weight: 600;
    font-size: 15px;
  }



  .checkout .total-price, .cart-form .total-price{
    color: #8ab132;
    font-weight: 700;
    font-size: 24px !important;
    text-transform: capitalize;
  }

  .checkout .totale ul li h6, .cart-form .totale ul li h6{
    font-size: 16px !important;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 1rem;
  }

  .checkout label{
    cursor: pointer;
    color: #8ab132;
    position: relative;
    top: 0;
  }

  .checkout label:before {
    content: '';
    position: absolute;
    top: 55%;
    transform: translate(0 , -50%);
    left:-25px;
    display: block;
    height: 18px;
    width: 18px;
    border: 1px solid var(--grey);
    border-radius: 5px;
  }
.cart-form .totale .title {
  background-color: #8ab132;
}
/*END CHECKOUT*/