/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#get-phone-form-btn, #register-btn, #btn_pay, #my-login-btn, #reload {
	padding: 13px 30px !important;
	background-color: #D92B41;
	/* background-image: linear-gradient(180deg, #01C861 0%, #007F3D 100%); */
	/* box-shadow: 0px 8px 20px 0px rgba(0, 215, 70.00000000000011, 0.3411764705882353); */
	/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 0); */
	border-radius: 8px;
	text-shadow: none !important;
	font-size: 14px !important;
	color: #fff !important;
	line-height: 1.5em;
}

#get-phone-form-lbl, #billing_phone_code, #billing_first_name, #billing_last_name, #reg_password, .myloginform #password, #reg_password2, #reg_email {
	border-radius: 10px;
	background: #dfdfdf;
	font-size: 1.25em;
	padding: 8px 15px;
	margin: 3px 0px;
}


#my-login-btn , #billing_phone_code,#reg_password , #register-btn {
	width:100% !important;
	max-width:100% !important;
}

.myregisterform .form-row.form-row-first , .myregisterform .form-row.form-row-last {
	width:49% !important;
	display: inline-block;

}

.woocommerce-MyAccount-navigation {
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(198, 198, 198, 0.37);
	border-radius: 30px;
}

.woocommerce-MyAccount-navigation-link a {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-right:8px;
}

/* icon=============================================*/

[class^="auxicon-"]::before, .woocommerce-MyAccount-navigation-link::before {
	font-family: "auxin-front" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top:5px;
	left:5px;
}


.woocommerce-MyAccount-navigation-link--dashboard::before {
	content: "\e050";
}

.woocommerce-MyAccount-navigation-link--donated::before {
		content: "\e04a";
}

.woocommerce-MyAccount-navigation-link--most::before {
		content: "\e735";
}

.woocommerce-MyAccount-navigation-link--orders::before {
	content: "\e670";
}


.woocommerce-MyAccount-navigation-link--edit-address::before {
	content: "\e028";
}


.woocommerce-MyAccount-navigation-link--edit-account::before {
	content: "\e00c";
}


.woocommerce-MyAccount-navigation-link--customer-logout::before {
	content: "\e189";

}

.woocommerce-MyAccount-navigation-link--fitra::before {
	content: "\47";

}

.woocommerce-MyAccount-navigation-link--safir::before {
	content:"\e00c";

}

.woocommerce-MyAccount-navigation-link--orphan::before {
	content:"\e65e";

}


.woocommerce-MyAccount-navigation-link {
	color: rgb(172, 172, 172);
}

.woocommerce-MyAccount-navigation-link:hover,.woocommerce-MyAccount-navigation-link:hover a,.woocommerce-MyAccount-navigation-link a:hover {
	color: #AA1520 !important;
}


.woocommerce-MyAccount-navigation-link.is-active , .woocommerce-MyAccount-navigation-link.is-active a{
color: #AA1520;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: right !important;
	width: 25% !important;
}


.woocommerce-account .woocommerce-MyAccount-content {
	width: 75% !important;
	padding:0 2%;
}



#get-phone-form-lbl, #get-phone-form-btn {
	width: 100%;
	margin: 20px auto;
}

div.arian_error {

	border: 1px solid #ccd0d4;
	border-right-width: 4px;
	box-shadow: 0px 0px 15px rgb(253, 192, 192);
	padding: 10px 12px;
	border-color: #dc3232;
	background: #ffd9d9;
}

div.arian_updated{
	border: 1px solid #ccd0d4;
	border-right-width: 4px;
	box-shadow: 0px 0px 15px rgb(205, 253, 192);
	padding: 10px 12px;
	border-color: #27c622;
	background: #acffb9;
}



.error_notif{
    border:1px solid red !important;
}

.popdismiss{
    cursor:pointer;
}



/* Style the tab content */
.tabcontent {
  display: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



.formlogin-container {
	flex-flow: row wrap;
	box-sizing: border-box;
	display: flex;
	margin: auto;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
}



.form-login-div{
	flex: 1 1 100%;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 500px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	background: #fff;
	padding: 20px;


}





.back-login-img {
	flex: 1 1 50%;
	box-sizing: border-box;
	max-width: 50%;
	background-image: url('../images/login-pic.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.arianlogin-phone input{
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
	background: #fff;
	
}


.arianlogin-phone {
	text-align:center;
}
#get-phone-form .desc,#myloginform-pass{
margin: 10px 0 5px 0;
text-align:center;
}
#get-phone-form .desc ,#get-phone-form .terms{
	font-size:0.8em;
}

#get-phone-form h3{
text-align:center;    
}
.arianlogin-phone button,#my-login-btn,#register-btn{
	display: block;
}


.toaster{

	z-index: 9999999;
	direction: rtl;
	cursor: default;
	min-height: 80px;
	width: 320px;
	border-radius: 2px;
	position: fixed;
	display: none;
	line-height: 18px;
	bottom:12px;
	left:12px;

}


 #myloginform-back {
	margin: 10px 0 1px 0;
	text-align: center;
	color: #7b7b7b;
}



#myloginform-lost{
	margin: 10px auto;
	display: block;
	border-radius: 8px !important;
	color: #555;
	background-color: #fff;
	border: 1px solid #8e8e8e;
	padding: 5px 10px;
	font-size: 14px;
}



#get-back, #get-back2, #btn_cancel {
	border-radius: 12px;
	color: #464646;
	background-color: #dbdbdb;
	padding: 03px 10px;
	font-size: 11px;
	margin: 5px;
}

#onepass {
	margin: 10px auto;
	display: block;
	border-radius: 8px !important;
	color: #555;
	background-color: #fff;
	border: 1px solid #8e8e8e;
	padding: 5px 10px;
	font-size: 14px;
}


#countdowntimer,#lostpass{
    
   text-align:center; 
   color:#626262;
    
}
#btn_edit {
	border-radius: 16px !important;
	color: #a68e08 !important;
	background-color: rgb(255, 255, 208) !important;
}


.form-login-div form.checkout_coupon,.form-login-div form.login,.form-login-div form.register {
	 border: none !important;
	 padding: 0px !important;
	  margin: 0px !important;
}


.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
	float: left !important;
}
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
	float: right !important;
}

#wcdp_label_custom_amount {
	text-align: center  !important;
}

div.wcdp-header > div.wcdp-step {
	float: right  !important;

}
#wcdp .wcdp-right, .wcdp-right {
	float: left !important;
}



.woocommerce #respond input#submit{
	border-radius: 16px !important;
	color: #a60808 !important;
	background-color: #fdd !important;

}

#wcdp_amount label {
	font-size: 1em;
}


.most {
	border: 1px solid #dfdfdf;
	background:#fff;
	border-radius: 20px;
	padding: 20px;
	margin: 20px;
	list-style: none !important;
	display: flex;
	flex-flow: row wrap;
}

.most_col1 {
	width: 100%;
}
.most_col2 {
	width: 100%;
}


#wcdp-donation-amount {
	height: 70px !important;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	line-height: 40px;
	border-radius: 7px;
	padding: 0 10px !important;
	background: #fff !important;
	border: none;
	margin-bottom: 10px;
	width: 100% !important;
	max-width: 400px;
	border: 2px solid #9ecc95;
}


#wcdp-donation-amount:focus , #wcdp-donation-amount:focus-visible {
	background-color: #fbfbfb  !important;
	border: 1px solid #eee;
	box-shadow: inset 0 2px 5px rgba(0,0,0,.07);
}



.wcdp-amount .woocommerce-Price-currencySymbol {
	margin-right: -100px;
	background: #d0ffd3;
	padding: 5px 10px;
	border-radius: 8px;
	color: #1b6c14;
}

.persian_number {
	text-align: center;
	padding-top: 20px;
	color: #888;
}

.wcdp-amount{
	text-align:center;
}

.most .green {
	background: #d0ffd3;
	padding: 5px 10px;
	border-radius: 10px;
	color: #1b6c14;
	font-weight: bold;
}

.most .red {
	background: #ffd0d0;
	padding: 5px 10px;
	border-radius: 10px;
	color: #6c1714;
	font-weight: bold;
}

.most .gray {

}

.pgray {
	line-height: 2em;
	color: #797979;
	font-size: 0.85em;
	width: 50%;
	display: inline-block;
}

.pdetail {
	line-height: 2.7em;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.most_col2{
	margin-top:20px;
}

#form .gform_footer{
	text-align:center !important;
}


.woocommerce .woocommerce-MyAccount-navigation li {
	padding: 10px 5px !important;
	border-top: 1px solid #e6e6e6;
	list-style: none;
}



/*--------------------------------------------------orphan-------------------------------------------*/

.orphan-product #wcdp-post-send{
	text-align:center;
}
.orphan-product .wcdp-button , #wcdp .wcdp-right{
	padding: 13px 30px !important;
	background-color: transparent;
	background-image: linear-gradient(180deg, #01C861 0%, #007F3D 100%);
	/* box-shadow: 0px 8px 20px 0px rgba(0, 215, 70.00000000000011, 0.3411764705882353); */
	/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 0); */
	border-radius: 50px !important;
	text-shadow: none !important;
	font-size: 14px !important;
	color:#fff !important;
	line-height: 1.5em;
	width:80%;
	float: none !important;

}


.second-add-to-cart{
	display: block;
	text-align: center;
	width: 80%;
	margin:20px auto;
}



.second-add-to-cart-btn{
	padding: 13px 30px !important;
	background-color: transparent;
	background-image: linear-gradient(180deg, #ED1B35 0%, #AB0844 100%);
	/* box-shadow: 0px 8px 20px 0px rgba(0, 215, 70.00000000000011, 0.3411764705882353); */
	/* text-shadow: 0px 0px 10px rgba(255, 255, 255, 0); */
	border-radius: 50px !important;
	text-shadow: none !important;
	font-size: 14px !important;
	color:#fff !important;
	line-height: 1.5em;
	float: none !important;
	display: block;

}


  #btn_pay {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 30px auto;
	text-align: center;
	/* margin: 20px; */
}

#btn_cancel{
	padding:6px 20px;
}

.pdetail_col2 {
	width: 80%;
	padding-right: 10px;
}

.pdetail_col1 {
	width: 20%;
	text-align :center
}

.pdetail_sec {
	display: flex;
	flex-flow: row wrap;
}

.pdetail_col1 .wp-post-image {
	border-radius: 10px;
}


.pdetail_family {
	margin: 15px 0px;
}



@media only screen and (max-width: 768px) {
	.pdetail_col1 ,.pdetail_col2  {
		width: 100%;
		padding: 10px;
	}

	
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
		padding: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%  !important;
	}





	.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-top:100px;
	}

	

    #wcdp_amount {
		grid-template-columns: 1fr 1fr !important;
	}

	.wcdp-amount .woocommerce-Price-currencySymbol {
		margin-right: 0;
		background: #dfdfdf;
		position: absolute;
		top: 65px;
		left: 12px;
	}

	.persian_number {
	padding-top: 0;
	}


	.most {
		padding: 10px;
		margin: 20px 0;
	}



	.pgray {
		width: 100%;
		display: inline-block;
	}



.form-login-div{
	flex: 1 1 100%;
	box-sizing: border-box;
	max-width: 100%;
}
	
	
	
	
.formlogin-container{
	flex-flow: row wrap;
	box-sizing: border-box;
	display: flex;
}
	
.back-login-img {
	flex: 1 1 100%;
	box-sizing: border-box;
	max-width: 100%;
	display: none;
}
	
	
}

