/*********************************************************************************

	

**********************************************************************************/


.mainmenu__nav {
	direction: rtl;
}

.lucian_header.bg--2 {
    background: rgba(0, 0, 0, 0) url(/images/new/top_bg.jpg) no-repeat fixed center center/cover;
}

.slider__group {
	background:transparent;
}

.my_account_area {
	direction: rtl;
	text-align: right;
}

.account__form {
	text-align: right;
	float: right;
}
.account__form .input__box label {
	    font-size: 14px;
}
.account__form .input__box input {
	padding: 0 10px 0 0;
}

.manual_login {
	float: right;
}

.social_login {
	float: right;
	padding-bottom : 20px;
}

.social_login a{
	color: #fff !important;
	font-size: 14px;
    text-align: center;
}

.social_login_facebook {
	float: right;
}
.social_login_google {
	float: right;
}

.wn__checkout__form {
	float: right;
}
.aboutus_sections {
	direction: rtl;
	text-align: right;
}
.wn_contact_area {
	direction: rtl;
	text-align: right;
}
.wn__address .single__address i {
	    margin-left: 20px;
}

.wn_order_image_title {
	    font-size: 18px;
    color: blue;
}
.wn_order_image_title label{    
	text-decoration: underline;
}
.wn_order_image_title i {
	font-size: 28px;
    float: right;
    padding-left: 10px;
}

.customer_details .customar__field .input_box .chosen-container {
	
}
.customer_details .customar__field .input_box .chosen-select {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    height: 32px;
    width: 100%;
    padding: 4px 10px;
}

.customer_details .customar__field .input_box .chosen-rtl .chosen-single {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    height: 32px;
    width: 100%;
    padding: 4px 10px;
} 
.customer_details .customar__field .input_box .chosen-rtl.invalid .chosen-single {
	background-color: #e4c0c0 !important;
}
.customer_details .customar__field .input_box .chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 6px;
}
.customer_details .customar__field .input_box .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
    left: -9999px;
}
.customer_details .customar__field .input_box .chosen-container-single .chosen-single abbr {
	    top: 10px;
}
.dropzone {
	border-radius:0;
	border:1px solid rgba(0,0,0,.06);
	width: 100%;
	min-height: 100px;
	background: #fff;
}

.dropzone .dz-default.dz-message {
	background-image:none;
	font-size:24px;
	text-align:right;
	line-height:32px;
	left:0;
	width:100%;
	margin-left:auto;
	margin-top: -25px;
	height: auto;
}

.dropzone .dz-default.dz-message span {
	display:block;
	color:#555;
	border: 1px solid;
    padding: 10px 25px 15px 25px;
    font-size: 42px;
    line-height: 22px;
    margin-right: 10px;
    float: right;
}

.dropzone .dz-default.dz-message span .upload-icon {
opacity:.7;
filter:alpha(opacity=70);
margin-top:8px;
cursor:pointer;
}
.dropzone.dz-started .dz-default.dz-message span {
	position: absolute;
    left: 0px;
    bottom: 0px;
}

.dropzone.dz-started .dz-message{
	opacity: 1;
	position: absolute;
	bottom: 0px;
}

.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-success-mark {
background-image:none;
background-color:rgba(255,255,255,.8);
border-radius:100%;
text-align:center;
line-height:35px;
}

.dropzone .dz-preview .dz-details .dz-size {
	display: none;
}

.dropzone .dz-preview .dz-error-mark:before,.dropzone-previews .dz-preview .dz-error-mark:before {
font-family:FontAwesome;
font-size:30px;
color:#DB6262;
content:"\f00d";
}

.dropzone .dz-preview .dz-success-mark:before,.dropzone-previews .dz-preview .dz-success-mark:before {
font-family:FontAwesome;
font-size:30px;
color:#6DA552;
content:"\f00c";
}

.dropzone a.dz-remove,.dropzone-previews a.dz-remove {
border:none;
border-radius:0;
color:#FFF;
background:#D15B47;
cursor:pointer;
}

.dropzone a.dz-remove:hover,.dropzone-previews a.dz-remove:hover {
color:#FFF;
background:#B74635;
}

.dropzone .dz-preview.dz-error .progress,.dropzone .dz-preview.dz-success .progress,.dropzone-previews .dz-preview.dz-error .progress,.dropzone-previews .dz-preview.dz-success .progress {
display:none;
}
.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.dropzone .dz-preview, .dropzone-previews .dz-preview {
		padding: 5px;
	    margin: 5px;
	    width: 45%;
	    box-shadow: none;
	    border: none;
	}
	.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
		width: 80px;
    	height: 80px;
	}
	.dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
		width: 80px;
    	height: 80px;
	}
}

.fotorama__caption {
	text-align: center;
}

.fotorama__caption__wrap {
	background-color: rgba(44, 154, 187, 0.6);
    padding: 5px 10px;
    direction: rtl;
    color: #fff;
    font-family: "DroidArabicKufi", sans-serif;
    font-size: 16px;
}


@media only screen and (max-width: 991px) {
 .mobile_center_icons {
 	margin-left: -30px;
 }
 .mobile_center_icons .header__right {
 	padding-top: 5px;
    padding-bottom: 5px;
 }
 .header--12 .container .header__right > li.mobi_icon_instagram {
        display: inline-block;
        height: 35px;
	    line-height: 35px;
	    padding: 0;
	    text-align: center;
	    transition: all 300ms ease-in 0s;
	    width: 35px;
	    font-size: 24px;
	    padding-top: 5px;
     }   
     .header--12 .container .header__right > li.mobi_icon_facebook {
      display: inline-block;
        height: 35px;
	    line-height: 35px;
	    padding: 0;
	    text-align: center;
	    transition: all 300ms ease-in 0s;
	    width: 35px;
	    font-size: 24px;
	    padding-top: 5px;
     }   

     .header--12 .container .header__right > li.mobi_icon_whatsapp {
      display: inline-block;
        height: 35px;
	    line-height: 35px;
	    padding: 0;
	    text-align: center;
	    transition: all 300ms ease-in 0s;
	    width: 35px;
	    font-size: 24px;
	    padding-top: 5px;
     }   
      .header--12 .container .header__right > li.shop_search {
	      display: none;
	    }

	.product__info__main .box-tocart .addtocart__actions .tocart {
		background: #2C9ABB url(/images/icons/cart4.png) no-repeat scroll -35px center;	   
	    font-size: 14px;
	    font-weight: 700;
	    height: 40px;
	    line-height: 40px;
	    padding: 0px 15px 0 35px;
	}

	.header--12 .container .header_phone_mobile {
      text-align: center;
      padding-top: 0px;
    }
    .shop_search_result_title {
    	margin-bottom: 10px;
    }
    .shop_search_result_title h2{
    	font-size: 16px;
    	line-height: 22px;
    }

}


@media only screen and (max-width: 420px) {
	.product__info__main .box-tocart span {
		    margin: 0 0px 0 0;
		    font-size: 18px;
	}
	.product__info__main .box-tocart .input-text {
		    font-size: 16px;		    
		    width: 60px;
	}
	.wn__checkout__form {
		padding: 20px 0px;
	}

	.table-content table .shop_card_products_list td {
		    padding: 10px 2px;
	}
	.table-content table .shop_card_products_list td.product-name a {
		font-size: 12px;
	}
	.table-content table .shop_card_products_list td.product-price .amount {
		font-size: 14px;
	}
	.table-content table .shop_card_products_list td.product-price .amount {
		font-size: 14px;
	}
	.table-content table .shop_card_products_list td.product-quantity input {		    
    	width: 40px;
	}
	.table-content table .shop_card_products_list td.product-subtotal {
		    font-size: 16px;
	}

	.wn__order__box h3.onder__title {
		font-size: 20px;
	    margin: 0;
	    padding: 10px 0;
	}
	.shipping__method {
	    padding: 10px 5px 0px;
	}
	 .shipping__method li {
	    font-size: 12px;
	    font-weight: normal;
	 }
	 .shipping__method li ul li label {
	        margin-bottom: 0px;
	 }
	

}
@media only screen and (max-width: 360px) {
	.product__info__main .box-tocart span {
		    margin: 0 0px 0 0;
		    font-size: 18px;
	}
	.product__info__main .box-tocart .input-text {
		    font-size: 16px;		    
		    width: 45px;
	}

}

	.shop_info_tab_popup.block-bg {
		
		position: absolute;
		
		background-color: transparent;
	}
	.shop_info_tab_popup.block-bg .shop_info_tab_popup_inner {
		margin: 0 auto auto;
	    max-width: 600px;
	    padding: 50px 10px 30px;
	    position: absolute;
	    right: 40%;
    	top: 40%;	    
		background: #106789;	    
	    color: #fff;
	    border-radius: 10px;
	    margin: 10px;
	}
	.shop_info_tab_popup .block-bg .shop_info_tab_popup_inner .info_pop_item{
		 padding-bottom: 15px;
	}
	.shop_info_tab_popup.block-bg.close__top .close__wrap {
	    right: 15px;
	    top: 15px;
	}
	.shop_info_tab_popup.block-bg.close__top .close__wrap span {
		float: right;
	}
	.checkout_list_product_box ul {
		float: right;
		width: 100%;
	}
	.checkout_list_product_box .order_product li {
		float: right;
		width: 100%;
	}
	.order_product li .checkout_list_product_gift {
		float: right;
		width: 80%;
		text-align: right;
	}
	.order_product li .checkout_list_product_name {
		width: 100%;	
		padding-top: 5px;
	}
	.order_product li .checkout_product_thumb {
		width: 100px;
	}
	@media only screen and (max-width: 767px) {
		.shop_info_tab_popup.block-bg .shop_info_tab_popup_inner {
			right: 0;
	    	top: 20%;
	    	max-width: 100%;
	    	margin-right: 0px;
		}
		.shop_info_tab a {
			font-size: 12px;
		}
		
		.order_product li .checkout_product_thumb {
			width: 80px;
		}
		.footer__widget .ft__logo img {
			    max-width: 100px;
		}
	}

@media only screen and (max-width: 767px) {
  .wn__checkout__area {
    padding: 0px;
  }
  
  .customer_details .customar__field {
    padding: 0 5px;
  }
  .customer_details .customar__field .input_box label {
  	    line-height: 1.2;
  }
  .checkout_info {
  	padding: 0px 0px 5px;
  }
  .checkout_info a.showlogin, .checkout_info a.showcoupon {
  	font-size: 11px;
  }
  .checkout_info::before {
  	padding-left: 1px;
  }
}

.bottom_wtsapp_btn {
    bottom: 10px;
    position: fixed;
    left: 10px;
}
.bottom_wtsapp_btn .wtsapp_btn i {
    padding: 7px 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: #25D366;
    width: 45px;
    height: 45px;
    font-size: 30px;
    color: #fff;
}
