/**
 * This file only Includes Right To Left CSS
 *
 * This CSS is actually Adjustment in Main CSS for RTL Layouts
*/

.topBar .left-side ul,
.topBar .left-side p {
	text-align:right; 
}
.topBar .right-side ul, 
.topBar .right-side p {
	text-align:left; 
}
.footerbottom .left-side, 
.footerbottom .left-side ul, 
.footerbottom .left-side p {
	text-align:right; 
	float:right;
}
.footerbottom .right-side, 
.footerbottom .right-side ul, 
.footerbottom .right-side p, 
.footerbottom .right-side .copyrightinfo {
	text-align:left; 
	float:left;
}
.search_form .button {
	left:0px; 
}
.top-bar {
	float:right; 
}
.search-wrap.float-right, 
.top-bar ul.float-right { 
	float:left !important;
}
.button.secondary, 
.button.primary {
	color:#FFF; 
}
.button.secondary:hover, 
.button.primary:hover {
	color:#FFF; 
}
.icon-box .icon-side.float-left {
	float:right !important; 
}
.icon-box .info-side {
	margin-left:0px;
	margin-right:7px; 
}
.courses-table-row div {
	float:right;	
}
select, [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	text-align:right; 
	direction:rtl;
}
.testimonial .testimonial-thumb {
	float:right; 
}
.widget h2 {
	text-align:right; 
}
.price-details li {
	text-align:right; 
}
.price-details li .fas {
	margin-right:0px;
	margin-left:7px; 
}
form h2, 
form p {
	text-align:right; 
}
.courses .columns.text-right {
	text-align:left; 
}
.teacher-of-course .teacher-name {
	right:70px;
	left:auto;
	border-radius:10px 0px 0px 10px; 
} 
.event .event-thumb {
	padding-right:.9375rem;
	padding-left:0px; 
}
.post-meta ul li {
	border-right:0px;
	border-left:1px solid #ededed; 
}
.post-meta ul li:last-child {
	border-left:0px; 
}
.post-meta ul li:first-child {
	padding-right:0px;
	padding-left:7px; 
}
.sidebar ul li a:before {
	margin-right:0px;
	margin-left:10px; 
}
.widget ul {
	margin-right:0px; 
}
.search_form .button {
	right:auto !important;
	left:0px !important; 
}
.shop .our-store .price, .shop .our-store h6, .shop .our-store .star-rating {
	text-align:right; 
}
.product-img .sale, .product-page .sale {
	left:auto;
	right:0px; 
}
.wc-tabs-wrapper .tabs {
	text-align:right; 
}
.information-boxes p, .information-boxes ul {
	text-align:right; 
}
.post-content {
	margin-right:15px; 
} 
.upper-background {
	left:auto;
	right:0px; 
}
.process .number {
	float:right;
	margin-right:0px;
	margin-left:25px; 
}
.process .right-info {
	float:right; 
}
.header-new .text-right {
	text-align:left; 
}
.course-items-list li i {
	margin-right: 0px;
	margin-left:0.5rem;
    float: right;
}
.course-items-list li span {
    float: right;
}