body{
  text-align: right;
  direction: rtl;
}

.nice-select
{
	text-align:right !important;
}
.menu_bar 
{
	padding-left:0;
}

.modal-header
{
	direction:rtl;
}

.modal-content button.close {
    position: relative;
    right: 85%;
    width: 30px;
    height: 30px;
    display: block;
    border: 0px solid #555;
    top: 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
}

.show_menue
{
	width: 300px;
	background: #fff;
	position: fixed;
	z-index: 9999999999999999999999;
	text-align: right;
	height: 100%;
	right: -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: left;
    font-size: 40px;
	background: #00aeef;
    border-radius: 50%;
    color: #fff;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
	margin:10px;
	
}	
.show_menue li
{
	padding: 7px 15px;
    border-bottom: 1px solid #ccc;
}

.float_left
{
	float:left;
}

.clos_filter
{
	display:none;
}

.product_content {
    text-align: right;
}

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

@media (max-width: 668px)
{
	.sidebar_widget
	{
		position: fixed;
		top: 20px;
		background: #fff;
		width: 300px;
		z-index: 9999;
		padding: 15px;
		right: -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: left;
		font-size: 50px;
		position: absolute;
		left: 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: left;
		font-size: 50px;
		position: absolute;
		left: 8px;
		top: 2px;
		background: #fff;
		border-radius: 50%;
		color: #00aeef;
		overflow: hidden;
		width: 40px;
		height: 40px;
		text-align: center;
		display:block !important;
	}
	.product_tab_button ul li a
	{
		margin-right: 3px;
	}
}

.search_bar input , input{
    direction: ltr;
    text-align: right;
}

.piece_no span  {
    direction: ltr;
    text-align: right;
    display: inline-block;
}

.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: left;
    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: left;
}
.select2-container--krajee .select2-selection--single
{
	height: 40px;
    line-height: 1.428571429;
    padding: 9px 24px 9px 12px;
}