@font-face {
    font-family: "iranyekan";
    src: url("79533773.ttf");
}
.rtl {direction: rtl;text-align: right!important;}
.ltr{direction: ltr;text-align: left!important;}
.text-center{  text-align: center;}
.text-justify{  text-align: justify;}
.text-s{font-size: 12px!important;font-size: 0.8em!important;}
.text-m{font-size: 14px!important;font-size: 1em!important;}
.text-l{font-size: 16px!important;font-size: 1.2em!important;}
.text-xl{font-size: 21px!important;font-size: 1.5em!important;}
.m-b-20{  margin-bottom: 20px;}
.pull-right {float: right;}
.pull-left {float: left;}
.required {color: red;}
.woocommerce-form-register #billing_phone {
    padding: 0 40px;
}
.mobacode .messages{
  color: #ff4d4d;
  padding: 5px 10px;
  border: 1px dashed #ff8ea2;
  border-radius: 10px;
  margin: 4px 0;
  display: none;
  font-size: 11px;
  line-height: 2;
}
.mobacode .mr-form-group label{
  width: 100%;
}
.mobacode .mr-form-group input{
  padding-right: 40px;
  width: 100%;
}
.mobacode input.mobile{
  background-image: url('/wp-content/plugins/mobacode/public/mobile.jpg');
  background-repeat: no-repeat;
  background-position: right 13px center;
  text-align: right;
}
.mobacode input.code{
  background-image: url('/wp-content/plugins/mobacode/public/lock.jpg');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.mobacode input.coupon{
  background-image: url('/wp-content/plugins/mobacode/public/gift.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.mobacode .get-login-code{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.mobacode .get-login-code input{
  width:200px;
  text-align:left;
  padding: 3px 75px;
  direction:ltr;
  border: 1px solid #c3c3c3;
}
.mobacode .get-login-code a{
  color: #1ca2bd;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 13px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #1ca2bd;
}
.mobacode .submit{
  margin: 30px 10px;
  text-align: center;
}
.mobacode .modal-footer{
  margin-top: 15px;
}
#mobacode_login_mobile {
  max-width: 100%;
}
.btn-style-1{
  background-color: #00bfd6!important;
  border-radius: 8px;
  border: 1px solid #41a7b4;
  text-align: center;
  transition: all 0.5s;
  color:#fff!important;
  width: 200px;
  height:50px;
}
.btn-style-1:hover{
  background-color: #36cddf!important;
}
#mobacode_login_mobile .tab {
  padding: 20px;
  display: none;
}
#mobacode_login_mobile .tab.active {
  display: block;
}
#mobacode_login_mobile .tabs .header-tabs {
  display: flex;
  justify-content: center;
}
#mobacode_login_mobile .tabs .tab-item {
  padding: 10px 40px;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  color: #8a8a8a;
  cursor: pointer;
  margin-bottom: -1px;
}
#mobacode_login_mobile .tabs .tab-item:hover {
  color: #555;
}
#mobacode_login_mobile .tabs .tab-item.active {
  color: #c700a0;
  border-bottom: 2px solid #c700a0;
}
#mobacode_login_mobile .login_type{
  display: none;
  max-width: 270px;
  margin: auto;
}
#mobacode_login_mobile .login_type.active{
  display: block;
}
#mobacode_login_mobile .login_type_radios{
  display: flex;
  margin-bottom: 10px;
  justify-content: space-evenly;
}
.mrpages ~ .woocommerce-FormRow span {
    width: 100%;
}
.mrpages ~ .woocommerce-FormRow label {
    width: 100%;
}
.mrpages ~ .woocommerce-FormRow, .mrpages ~ .woocommerce-form-row {
    margin-top: 10px;
}
.form-row-password .password-input{
    width: 100%;
}