html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}



#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;
}



.product_price {
  font-size: 23px;
}



.paypl_button_Syle{
  padding-top: 3%;

}


.upsell_price{

  gap: 2%;
  align-items: baseline;
  display: flex;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

#yes {
  width: 4%;
  height: 7%;
}


/* css cart widget */




#container_upsell{


  white-space: nowrap;
    text-align: right;
    padding-right: 4%;
    padding-top: 1%;


}
