/*
Theme Name: zodfollower.
Author: ghalebkade
Author URI: http://www.ghalebkade.com
Version: 1
*/

.woocommerce form .form-row .select2-container .select2-choice, .woocommerce form .form-row input.input-text, .woocommerce form .form-row select, .woocommerce form .form-row textarea {
    border-color: #d1d1d1 !important;
	 border-radius: 25px !important;
}
  
.woocommerce form .form-row input.input-text, .woocommerce form .form-row .select2-container .select2-choice, .woocommerce form .form-row select {
    height: 40px !important;
}

.alert {
    padding: 20px;
    background: linear-gradient(to right,#43cfca,#43cfca);
    color: white;
    text-align: center;
    background-image: url(https://ghalebkade.com/wp-content/uploads/2020/03/1.jpg);
}
	.rolfa{
		direction: rtl;
	}		

.top-nav > ul > li {
    margin-left: 15px !important;
}
  
plan-card2 {
    box-shadow: 0 2px 33px rgb(0 0 0 / 13%);
    border-radius: 46px;
    border: 4px solid #ebebeb;
    padding: 16px 18px 20px;
    /* max-width: 295px; */
    width: 100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    direction: ltr;
}


.plan-card2 .card-header {
    border-radius: 37px;
    height: 126px;
    background-color: #eee;
    padding: 0 23px;
    color: #515bd4;
    margin-bottom: 25px;
}

.plan-card2 .card-header .icn {
    width: 42px;
    height: 42px;
    fill: #515bd4;
}

.plan-card2 .card-header .sep {
    height: 60px;
    width: 1px;
    background-color: #515bd4;
    margin-left: 31px;
    margin-right: 10px;
}

.plan-card2 .card-header .texts {
    margin-right: auto;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.plan-card2 .card-header .texts strong {
    display: block;
    font-weight: 700;
    font-size: 42px;
}

.plan-card2 ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 15px;
    color: #5e5e5e;
    line-height: 2rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
}

.plan-card2 ul:after {
    content: '';
    display: block;
    width: 64px;
    height: 1px;
    border: 1px solid #d5d5d5;
    margin: 0 auto;
}

.plan-card2 ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.plan-card2 ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background-color: #515bd4;
    left: 0;
}

.plan-card2 .price {
    font-size: 18px;
    color: #515bd4;
    font-weight: 700;
    line-height: 1;
}

.plan-card2 .price del {
    display: block;
    color: #a6acec;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
}

.plan-card2 .price del .currency-symbol {
    text-decoration: line-through;
}

.plan-card2 .price .currency-symbol {
    display: inline-block;
    margin-left: 7px;
}

.plan-card2:hover {
    transition: 200ms linear;
    transform: scale(1.02);
}

.woocommerce form .form-row input.input-text, .main-inputs input, .main-inputs textarea, .woocommerce form .form-row textarea, .comment-form-comment textarea, .comment-form-author input, .comment-form-email input, .comment-form-url input {
    font-family: 'IRANSans';
    padding: 7px 10px 7px 10px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    box-shadow: 0 0px 5px rgb(49 49 49 / 10%);
}

