/*to covert ltr to rtl  */
html,
body {
  direction: rtl;
  text-align: right;
}
/*to covert rtl to ltr  */
/* html,
body {
  direction: ltr;
  text-align: left;
} */

:root {
  --mainColor: #204764;
  --secondaryColor: #c78843;
}
.checkout-payment__btn-place-order {
  white-space: unset;
}

#ar,
#en,
.current {
  cursor: pointer;
}

.bgEEE {
  background-color: #eee;
}

.userProfile figure + ul li {
  margin-block: 5px;
  background-color: #c78843;
  border-radius: 10px;
  transition: all 0.8s;
}
.userProfile figure + ul li:hover ,
.userProfile figure + ul li:focus {
  margin-left: 25px;
  background-color: var(--mainColor);
  border-radius: 10px;
}


.cardImage__wishlist {
  position: absolute;
  top: 20px;
  left: 20px;
}

.cardImage__wishlist.-sm {
  top: 10px;
  left: 10px;
}