/* Add custom CSS styles below */ 
.yasmeen-payment-methods {
    display: none;
}
/*الزر*/
.branch-btn{
  background:#141422;
  color:#fff;
  border:none;
  padding:12px 28px;
  border-radius:10px;
  cursor:pointer;
  font-size:16px;
  font-weight:600;
  transition:.3s;
}

.branch-btn:hover{
  transform:translateY(-2px);
  opacity:.9;
}

.buy-jumlaa {
    margin: auto;
    text-align: center;
    background: linear-gradient(45deg, #6a6c71, transparent);
    color: white;
    padding: 23px;
  line-height: 5;
}
.buy-jumlaa  a {
    background: white;
    color: #000000;
    padding: 10px;
    border-radius: 35px;
    font-weight: 800;
}