.yoryorbtn-outline-primary-2 {
    color: #e8520d;
    background-color: transparent;
    background-image: none;
    border-color: #24195a;
    box-shadow: none;
}
.order-button-payment>button:hover {
    background-color: #24195a;
  border: 1px solid #333; 
  color: #ffffff;
}

#sc-to-top_ {
  position: fixed;
  bottom: 70%;
  right: 1%;
  z-index: 9999;
   background-color: transparent;

}
#sc-to-top_>a:hover {
    background-color: #24195a;
  border: 1px solid #333; 
  color: #ffffff;
}