.text-right
{
	text-align:left !important;
}

.main_menu {
    float: left;
    margin-right: 20px;
}

body{
  text-align: left !important;
  direction: ltr;
}

.tab-content .tab-pane.active , .single_product {
    text-align: left !important;

}

.float-right
{
	float:left !important;
}

.float-left
{
	float:right !important;
}

.search_bar button {
    background: #00aeef;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    border: 0;
    color: #fff;
    font-size: 15px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 20px;
    border-radius: 0px 30px 30px 0px;
    left: 86%;
}

.product_thumb .dis_percent {
    top: -11px;
    position: absolute;
    /* bottom: 0; */
    left: -10px;
	right:auto !important;
    padding: 2px 10px 2px 10px;
    background: #fe0000;
}
.product_thumb .dis_quantity {
    top: 80px;
    position: absolute;
    left: -10px;
	right:auto !important;
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: #010101;
}

.product_thumb .dis_new {
    top: 47px;
    position: absolute;
    left: -10px;
	right:auto !important;
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: #35ba9b;
}

.product_thumb .dis {
    top: 18px;
    position: absolute;
    /* bottom: 0; */
    left: -10px;
	right:auto !important;
    color: #fff;
    padding: 2px 10px 2px 10px;
    background: #fe0000;
}

.footer_contact ul li i {
    float: left;
    margin: 0 9px 0 0;
}

.RTLForce {
    direction: ltr !important;
}

.single_footer img
{
	 padding: 0 5px 0 0;
}

.newsletter_form button {
    border-radius: 0px 30px 30px 0px;
    right: -1px;
	}
.newsletter_form input
{
	padding: 0px 20px 0 16px;
	border-radius: 30px
}

.copyright_content img {
    margin-right: 25px;
    margin-left: 25px;
}

.bran1 h3
{
	text-align:left;
	direction:ltr;
}

.ltr
{
	direction:rtl;
}

.top_right > ul > li::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 15px;
    background:transparent;
    top: 16px;
    left: 0px;
}
.top_right > ul > li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #999;
    top: 16px;
    left: 0px;
}

.card-header label , .card-header .btn-link
{
	color: #fff;
	cursor:pointer;
	width:100%;
	text-align:left;
}

.mean-container .mean-nav ul li a
{
	text-align:left;
}

.footer_contact ul li, .footer_contact ul li a
{
	overflow:hidden;
}

.product_model span
{
    float: left;
}

.comment_warp span
{
	float:left;
}

.form-check-input {
    float: left;
    width: 16px;
    border: 1px solid #ccc;
    background: none;
    margin-top: -6px;
    margin-left: 0;
}

.modal-header
{
	border:none;
	direction: rtl;
}

.logo
{
	text-align: left;
	padding: 0 9px;
}

.fav_link {
    margin-right: 0px;
    margin-left: 40px;
}

#userpurchas-delivery_method input
{
	width: 20px;
    position: absolute;
    left: 7px;
    right: auto;
    top: -3px;
}

.form-check-label input
{
	width: 20px;
    margin-top: 10px;
    position: absolute;
    top: -12px;
    left: 8px;
	right: auto;
}

.card-header label, .card-header .btn-link {
    color: #000;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.newsletter_form button
{
	right:-20px;
	left:auto;
}

.menu_bar 
{
	padding-right:0;
}
@media (max-width: 668px){
	.newsletter_form button
	{
		right:20px;
		left:auto;
	}
	.fav_link 
	{
    margin-right: 15px;
    margin-left: 17px;
	}
	.cart_link {
    margin-left: 0px;
    margin-right: 0px;
	}
	.sidebar_widget
	{
		position: fixed;
		top: 20px;
		background: #fff;
		width: 300px;
		z-index: 9999;
		padding: 15px;
		left: -300px;
		overflow-x: scroll;
		-webkit-transition: all 0.35s ease-out;
		-moz-transition: all 0.35s ease-out;
		transition: all 0.35s ease-out;
		height:100%;
	}
	
	.clos_filter
	{
		float: right;
		font-size: 50px;
		position: absolute;
		right: 8px;
		top: 2px;
		background: #00aeef;
		border-radius: 50%;
		color: #fff;
		overflow: hidden;
		width: 40px;
		height: 40px;
		text-align: center;
		display:block !important;

	}
	
	.oder_title span
	{
		float: right;
		font-size: 50px;
		position: absolute;
		right: 8px;
		top: 2px;
		background: #fff;
		border-radius: 50%;
		color: #00aeef;
		overflow: hidden;
		width: 40px;
		height: 40px;
		text-align: center;
		display:block !important;
	}
	
	.search_page li, .search_page li.active 
	{
		padding: 7px 3px;
		margin: 0 0px;
		font-size: 13px;
	}
}

.logo {
    margin-top:10px;
    padding: 0 0px;
}


.show_menue
{
	width: 300px;
	background: #fff;
	position: fixed;
	z-index: 9999999999999999999999;
	text-align: left;
	height: 100%;
	left: -300px;
	top: 0px;
	display:block !important;
	-webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
	overflow-x:scroll;	
}

.clos_menue
{
	float: right;
    font-size: 40px;
	background: #00aeef;
    border-radius: 50%;
    color: #fff;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
	margin:10px;
	
}

.main_menu > ul > li > a {
    padding: 0 11px;
}


.show_menue li
{
	padding: 7px 15px;
    border-bottom: 1px solid #ccc;
}	

.mobile_menue_login li {
    padding: 7px 5px !important;
}

.float_left
{
	float:right;
}



.clos_filter
{
	display:none;
}

.profile_cart {
    width: 200px !important;
    left: -190px;
    border-top: 4px solid #00aeef;
}

.product_content {
    text-align: left;
}

.checkboxsearchpage input, .checkbox input {
    left: 16px;
}

.map_location button 
{
    position: absolute;
    top: 32px;
    padding: 6px 20px;
    right: 16px;
    font-size: 19px;
}

.download_app_small
{
	position: fixed;
    background: #00aeef;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    padding: 10px;
	text-align:center;
}

.download_app_small div
{
	display:inline-block;
}

.warp_share
{
	position:relative;
}
.share_this
{
	background: #00aeef;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}

.addthis_inline_share_toolbox
{
	position: absolute;
    top: 0;
    opacity: 0;
}

.float_left_mada
{
	width: 70px;
    float: right;
    margin-top: 8px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 40px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 9999;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 50%);
	padding-top: 14px;
}

.search_block
{
	box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 10px;
    padding: 15px;
}
.search_block h3
{
	border-bottom: 2px solid #fcc101;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.sticky .cart_link 
{
    margin-right: 2px;
    position: relative;
    float: right;
}



.sticky .main_menu > ul > li > a {
    padding: 0 7px;
}