html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}


.product_price {
  font-size: 23px;
}




#container_upsell{
  white-space: nowrap;
  text-align: left;
  padding-left: 4%;
  padding-top: 1%;
}




#loader_model {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -241px 0 0 -75px;
  border: 16px solid #cfcfcf;
  border-radius: 50%;
  border-top: 17px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 6s linear infinite;
}




.paypl_button_Syle{
  padding-top: 3%;

}
.upsell_price{
  gap: 2%;
  display: flex;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  align-items: baseline;
}
