/*
Theme Name: Huka Child Theme
Author: Masih Aghaei
Template: huka RTL Support
*/

body.rtl,
html[dir=rtl] {
    direction: rtl;
    text-align: right;
}
body {
    text-align: right;
}
.dropdown-toggle::after {
	margin-left: initial;
	margin-right: 0.7em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.elementor-align-right {
  text-align: left;
}
.elementor-align-left {
  text-align: right;
}
.king-addons-image-hover-box-layout-11 .king-addons-image-hover-box-text {
	text-align: right;
}