#get-phone-form-btn,#register-btn ,#place_order,#btn_pay,#my-login-btn ,#reload {
		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;
}

#get-phone-form-lbl,#billing_phone_code,#billing_first_name,#billing_last_name,#reg_password,.myloginform #password,#billing_phone ,#billing_email {
	border-radius: 20px;
	background: #f7f7f7;
	font-size: 1.1em;
	padding:7px 15px;
}


.woocommerce-billing-fields label {
	margin-bottom: 5px;
}



#my-login-btn , #billing_phone_code,#reg_password , .myregisterform .form-row.form-row-first , .myregisterform .form-row.form-row-last , #register-btn , .myloginform #password , .myloginform #billing_first_name , .myloginform #billing_last_name{
	width:100% !important;
	max-width:100% !important;
}



.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--request::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:80%;
	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;
	text-align: left;
}



/* 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 50%;
	box-sizing: border-box;
	max-width: 50%;
	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 h3{
text-align:center;    
}
.arianlogin-phone button,#my-login-btn,#register-btn{
	display: block;
}


.toaster {
	z-index: 9999999999;
	direction: rtl;
	cursor: default;
	min-height: 80px;
	width: 100%;
	position: fixed;
	display: none;
	line-height: 18px;
	bottom: 0px;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	left: 50%;
}


#get-back ,#get-back2,#btn_cancel {
		border-radius: 16px !important;
		color: #a60808 !important;
		background-color: #fdd !important;
}
#onepass{
	margin: 0 auto;
	display: block;
	border-radius: 16px !important;
	color: #a60808 !important;
	background-color: #fdd !important;
}
#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;
}

.woocommerce-error::before {
	right: unset  !important;
}


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

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



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	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;
}

.related.products {
	border-top: 1px solid #e8e8e8 !important;
	padding-top: 10px;
}

/*--------------------------------------------------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:50%;
	

}


.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;

}

/*
.related.products {
	display: none;
  }
*/

  #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;
}




.aux-featured-image{
    max-height: 700px;
    max-width: 100%;
    width: auto;
}



.gallery {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}

.gallery img{
	border-radius:8px;
}

@media only screen and (max-width: 768px) {


	.toaster {

		bottom: 50px;
		width: 90%;

	}



	.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:30px;
	}

	

    #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;
}
	
	
}


/*----------------------------------countdown--------------------------------*/

.mostamari_donation_form{
	padding: 20px;
	width:100%
}
.mostamari_donation_form .products li.product {
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	background: #fff;
	z-index: 9;
	text-align: center;
	padding-bottom: 10px !important;
	min-height: 350px;
	overflow: hidden;
}

.mostamari_donation_form .title{
	font-size:50px;
	text-align: center;
	color: #007F3D;
}



.mostamari_notlogin_form{
	background-color: #e0e0e0 !important;
	padding: 20px;
	border-radius: 30px;
	width:100%
}


.mostamari_notlogin_form .title{
	font-size:50px;
	text-align: center;
	color: #007F3D;
}







.running h4 {
	line-height: 1.7em;
	display: block;
	width: 100%;
}

.countdown.show, .countdown.hero_count {
	text-align: center;
	background-color: #e4e4e4;
	margin: 22px;
	padding: 20px;
	border-radius: 30px;
  }
  
  .countdown.show h2, .countdown.hero_count h2 {
	font-size: 50px;
  }
  
  .countdown.show .running, .countdown.hero_count .running {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
		flex-flow: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .countdown.show .running timer, .countdown.hero_count .running timer {
	font-size: 55px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	color: #8c0734;
	direction:ltr;
  }
  
  .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.hero_count .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.hero_count .running timer .minutes,
  .countdown.show .running timer .seconds,
  .countdown.hero_count .running timer .seconds {
	width: 70px;
	text-align: left;
	margin: 0 7px;
  }
  

  
  .countdown.show .running .labels, .countdown.hero_count .running .labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	direction:ltr;
  }
  
  .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
	width: 97px;
	text-align: center;
	margin: 0px 2px;
  }
  

  .countdown.show .running .text, .countdown.hero_count .running .text {
	font-size: 20px;
	margin-top: 12px;
	font-weight: 600;
  }
  
  .countdown.show .running button, .countdown.hero_count .running button {
	border: none;
	background-color: black;
	color: white;
	border-radius: 25px;
	padding: 10px 20px;
	margin: 10px;
  }
  
  .countdown.show .running .break, .countdown.hero_count .running .break {
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	height: 0;
  }
  
  .countdown.show .ended, .countdown.hero_count .ended {
	display: none;
	-ms-flex-flow: wrap;
		flex-flow: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .countdown.show .ended .text, .countdown.hero_count .ended .text {
	font-size: 20px;
  }
  
  .countdown.show .ended button, .countdown.hero_count .ended button {
	border: none;
	background-color: #5a0000;
	color: white;
	border-radius: 25px;
	padding: 10px 20px;
	margin: 10px;
  }
  
  .countdown.show .ended .break, .countdown.hero_count .ended .break {
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	height: 0;
  }
  
  .countdown.hero_count {
	background-color: #6d0303;
	margin: 0 10px;
  }
  
  .countdown.hero_count h2 {
	font-size: 40px;
	color: #b3b3b3;
	font-size: 33px;
  }
  
  .countdown.hero_count .running timer {
	color: #e2e2e2;
  }
  
  .countdown.hero_count .running button {
	background-color: #af0b0b;
  }
  
  .countdown.hero_count .running button a {
	color: white;
  }
  
  .countdown.hero_count .running .labels span {
	width: 95px;
	margin: 0px 3px 0px 0px;
  }
  


  @media (max-width: 768px) {



	.mostamari_donation_form {
		margin: 10px 0;
		padding: 10px;
		width: 100%;
	}


	.mostamari_donation_form .title {
		font-size: 30px;
		text-align: center;
	}

	.mostamari_notlogin_form {
		margin: 10px 0;
		padding: 10px;
		width: 100%;
	}


	.mostamari_notlogin_form .title {
		font-size: 30px;
		text-align: center;
	}



	
	.countdown.show, .countdown.hero_count {
		text-align: center;
		background-color: #e4e4e4;
		margin: 10px 0;
		padding: 5px;
		border-radius: 30px;
	}

	.running h4 {
		font-size: 13px !important;
	}


	.countdown.show h2, .countdown.hero_count h2 {
		font-size: 30px;
	}

	.countdown.show .running timer, .countdown.hero_count .running timer {
		font-size: 35px;
	  }
	  .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
	  .countdown.show .running timer .hours,
	  .countdown.hero_count .running timer .hours,
	  .countdown.show .running timer .minutes,
	  .countdown.hero_count .running timer .minutes,
	  .countdown.show .running timer .seconds,
	  .countdown.hero_count .running timer .seconds {
		width: 45px;
	  }


	  .countdown.hero_count .running .labels span {
		width: 45px;
	  }

	  .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
		width: 45px;
	  }

  }




  /*============================================== customize ===============================================*/



.aux-the-svg img{
	width:40px;
}
.aux-offcanvas-menu.aux-pin-right.aux-open{
display: block;
}



  #input_12_18 li {
	border: 1px solid #20b94e;
	padding: 20px !important;
	border-radius: 20px;
	margin: 0 2% !important;
	width: 46% !important;
	background: #e6f5dc;
}



.fitra_menu a {
	background-color: #ffe4e4;
	color: #A2071A !important;
	border-radius: 4px;
}



#menu-main-menu .current-menu-item > a {
	border-radius: 4px;
}










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


.container_tak_mobroll {
width: 20%;
}


.container_tak_mobroll a {
display: block;
text-align: center;
color: #3a3a3a;
}



.container_tak_mobroll a p {
font-size: 11px;
}


.container_tak_mobroll.relative{
	position:relative;
}
.sadaghe_mobroll {
	position: absolute;
	background: #D9ECE2;
	padding:8px 7px;
	border-radius: 60px;
	top: -30px;
	left: 0;
	border: 2px solid #01803e;
	box-shadow: 0px 0px 36px 0px rgba(0,0,0,.050980392156862744);
}


.page-id-8 .sadaghe_mobroll.active , .page-id-1704 .sadaghe_mobroll.active  {
animation: shadow-pulse 2s infinite;
}




.aux-offcanvas-menu.aux-pin-right.aux-open{
display: block;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(4, 133, 47, 0.2);
  }
  50% {
    box-shadow: 0 0 0 35px rgba(4, 133, 47, 0);
  }
100% {
    box-shadow: 0 0 0 35px rgba(4, 133, 47, 0);
  }
}






#inner-body > .elementor {
	z-index: 0;
	/* display: block; */
	position: relative;
}




@media (max-width: 768px) {


	#input_12_18 li {
		width: 100% !important;
	}

}

