@font-face {
	font-family: font1;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/IRANSansWeb(FaNum).eot');
	src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('fonts/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('fonts/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
	font-family: font1;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/IRANSansWeb(FaNum)_Bold.eot');
	src: url('fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: font1;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/IRANSansWeb(FaNum)_Medium.eot');
	src: url('fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
body{
	background:#fff;
	direction:rtl;
	text-align:right;
	font:11px/20px tahoma;
}
.container{
	position:relative;
    width: 1202px;
    margin: 0 auto;
}
.container2{
	position:relative;
    width: 1124px;
    margin: 0 auto;
}
td,th{
    direction: rtl;
    text-align: right;
}
.tipsy{
    font-family: tahoma;
    font-size: 11px;
}
/* ----------------------btn---------------------- */
.btn{
    border: 0;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
    text-align: center;
    font: bold 15px/40px font1;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
	position: relative;
	user-select: none;
	overflow: hidden;
}
.btngreen{background-color: #4caf50;}
.btngreen:hover{background-color: #32a835;}
.btnblue{background-color: #0082d5;}
.btnred{background-color: #d74a4a;}
.btn_nextstep {background-color: #7c8ba5;}
.btn_disable {background-color: #7c8ba5;}
.ink {
	display: block; position: absolute;
/*	background: hsl(180, 40%, 80%);*/
	background: rgba(255,255,255,0.4);
	border-radius: 100%;
	transform: scale(0);
}
/*animation effect*/
.ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/
	100% {opacity: 0; transform: scale(2.5);}
}

.center_btn{
	text-align: center;
}
.center_btn .btn{
	display: inline-block;
	margin: 0 5px !important;
}
/* -------------------------------------------- */
.modal-container{
    max-height: 90% !important;
}
body .modal-container .close{
    background: url(../images/icons.png) no-repeat -225px -130px;
    position: absolute;
    left: 5px;
	opacity: 0.8;
    top: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
body .modal-container .close:hover{
    opacity: 1;
}
body .modal-container .close i{
    display: block;
}
body .modal-header{
    background-color: #eee;
    height: 40px;
	font: bold 15px/40px font1;
    padding: 0 15px 0 40px;
	text-align: right;
	color: #4E6C92;
}
body .modal-content{
	padding: 12px;
}
body .modal-footer .btn{
	float: right;
	width: 45%;
	margin: 5px 2.5% 20px 2.5%;
	padding: 0;
	text-align: center;
}
.fieldset{
	border: 1px solid #ccc;
	padding: 10px;
	background: #EEE;
}
.fieldset legend{
	font: bold 14px/25px font1;
	color: #7b8da0;
}
/* -------------------------------------------- */
#header_section{
    background: url(../images/header.jpg) no-repeat center center / cover;
    height: 620px;
}
.header_section_single{
    height: auto !important;
    padding-bottom: 25px;
}
#header{
	width:100%;
	padding: 30px 0 0 0;
}
#logo{
	background:url(../images/icons.png) no-repeat -130px 0;
	width:230px;
	height:80px;
	float:right;
	text-indent:-9999px;
	margin:0 0 0 25px;
}
#logo a{
	display:block;
	width:100%;
	height:80px;
}
#header_section .menu{
	float: right;
	padding-top: 7px;
	position: relative;
	margin: 20px 0 0 0;
}
#header_section .menu ul li{
	float: right;
	margin-left: 15px;
}
#header_section .menu ul li a{
	font: bold 17px/40px font1;
	display: block;
	color: #9db7d4;
	padding: 0 7px;
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
}
#header_section .menu ul li a:hover{ color: #f2f2f2;}
#header_section .menu ul li.old a{
    border-radius: 6px;
    border: 1px solid #9db7d4;
    padding: 0 12px;
}
#header_section .menu ul li.old a:hover{
    background: rgba(0,0,0,0.3);
}
#header_single .user_menu{
    margin-top: 0px;
}
#header_section .phone{
    background-color: #26a7df;
    float: left;
    margin:20px 0 0 50px;
    width: 140px;
    height: 45px;
    color: #fff;
    font: 500 19px/46px font1;
	border-radius:45px;
    direction: ltr;
    text-align: left;
}
#header_section .phone i{
	background: url(../images/icons.png) no-repeat 0 -80px;
    float: left;
	width: 45px;
	height: 45px;
}
#header_section .phone i::before{
    font-size: 32px;
}
/* ------- user_menu ----------*/
.user_menu{
    float: left;
}
.user_menu ul li{
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.user_menu ul li a{
    display:block;
	border-radius: 45px;
    width: auto;
    height: 45px;
	padding: 0;
    font: bold 15px/45px font1;
    color: #fff;
}
.user_menu ul li.reg_log a{
	padding-left: 10px;	
}
.user_menu ul li .text{
	float: right;
}
.user_menu ul li a i{
	float: right;
}
.user_menu ul li.reg_log{
    z-index: 2;
}
.user_menu ul li.reg_log a{
    background: rgba(13,158,88,1);
    background: -moz-linear-gradient(left, rgba(13,158,88,1) 0%, rgba(81,178,21,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13,158,88,1)), color-stop(100%, rgba(81,178,21,1)));
    background: -webkit-linear-gradient(left, rgba(13,158,88,1) 0%, rgba(81,178,21,1) 100%);
    background: -o-linear-gradient(left, rgba(13,158,88,1) 0%, rgba(81,178,21,1) 100%);
    background: -ms-linear-gradient(left, rgba(13,158,88,1) 0%, rgba(81,178,21,1) 100%);
    background: linear-gradient(to right, rgba(13,158,88,1) 0%, rgba(81,178,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d9e58', endColorstr='#51b215', GradientType=1 );
}
.user_menu ul li.basket a{
    background: rgba(164,53,211,1);
    background: -moz-linear-gradient(left, rgba(164,53,211,1) 0%, rgba(214,64,91,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164,53,211,1)), color-stop(100%, rgba(214,64,91,1)));
    background: -webkit-linear-gradient(left, rgba(164,53,211,1) 0%, rgba(214,64,91,1) 100%);
    background: -o-linear-gradient(left, rgba(164,53,211,1) 0%, rgba(214,64,91,1) 100%);
    background: -ms-linear-gradient(left, rgba(164,53,211,1) 0%, rgba(214,64,91,1) 100%);
    background: linear-gradient(to right, rgba(164,53,211,1) 0%, rgba(214,64,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a435d3', endColorstr='#d6405b', GradientType=1 );
}
.user_menu ul li.basket-disable {opacity: 0.8;}
.user_menu ul li.basket-disable a{
	background: rgba(142, 142, 142, 0.7) none repeat scroll 0 0;
}
.user_menu ul li:hover{
    z-index: 4 !important;
}
.user_menu ul li a i{
    display: block;
    width: 45px;
    height: 45px;
}
.user_menu ul li a i.user{ background: url(../images/icons.png) no-repeat 0 -125px;}
.user_menu ul li a i.shop{ background: url(../images/icons.png) no-repeat 0 -170px;}
.user_menu ul li.basket .no,.user_menu ul li.basket-disable .no{
    position: absolute;
    left: 30px;
    top: -5px;
    padding:0 5px;
	border-radius: 			8px;
	-moz-border-radius: 	8px;
	-webkit-border-radius: 	8px;
    color: #505c68;
    background-color: #fff;
    font: bold 14px/23px font1;
    display: block;
    height: 20px;
    z-index: 2;
}
/* ------------------------footer-------------------- */
#footer{
    background-color: #3d4d65;
    padding: 20px 0 30px 0;
}
#social{
    width: 132px;
    margin: 0 auto;
    overflow: hidden;
}
#social ul li{
    float: right;
    margin: 0 6px;
}
#social ul li a{
    background-color: #8493a8;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 35px;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#social ul li a:hover{
    background-color: #91a0b6;
}
#social ul li a i{
    width: 30px;
    height: 30px;
	display: block;
	margin: 1px;
}
#social ul li.instagram a i{ background: url(../images/icons.png) no-repeat -175px -130px;}
#social ul li.facebook a i{ background: url(../images/icons.png) no-repeat -175px -160px;}
#social ul li.twitter a i{ background: url(../images/icons.png) no-repeat -175px -190px;}
#social ul li a i::before{
    font-size: 16px;
}
.footer_menu{
    text-align: center;
    margin-bottom: 20px;
}
.footer_menu ul li{
    display: inline-block;
    width: 110px;
    text-align: center;
}
.footer_menu ul li a{
    display: inline-block;
    font: 500 16px/62px font1;
    color: #d9dee7;
    height: 62px;
}
.footer_menu ul li.logo a{
    background: url(../images/icons.png) no-repeat -60px 0;
    width: 62px;
    height: 62px;
}
.footer_menu ul li a:hover{
    color: #fff;
}
#copyright{
    background-color: #3d4d65;
    border-top: 1px solid #54657e;
    font: normal 12px/25px font1;
    color: #8493a8;
    color: #8493a8;
    padding: 10px 0;
    text-align: center;
}
#copyright a{
    color: #8493a8;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
#copyright a:hover{
    color: #fff;
}

.modal-footer a{
	font-family: 'font1';
    font-weight: normal;
}
.price_table{
	text-align: center;
}
.price_table ul{
direction: ltr;
}
.price_table li{
display: inline;
}


/*Loader*/
.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(32, 48, 71, 0.95);
	z-index: 9999999;
	text-align: center;
}
.loader img{
	width: 100px;
	height: 100px;
	margin: 22% auto;
}
.loader.hidden{
	display: none;
}
.preloader-wrapper.verysmall{
	width: 20px;
	height: 20px;
}

/* ng-animate*/.
#main_ui_view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
}
#main_ui_view.ng-enter,
#main_ui_view.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#main_ui_view.ng-enter {
    opacity: 0;
}
#main_ui_view.ng-enter-active {
    opacity: 1;
}
#main_ui_view.ng-leave {
    opacity: 1;
}
#main_ui_view.ng-leave-active {
    opacity: 0;
}
.text_box{
    background-color: #fff;
    border: 1px solid #DBE0E6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 8px;
    height: 38px;
    font: normal 14px/38px font1;
    color: #8493a8;
    box-sizing: border-box;
    width: 100%;
}
.text_box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c1c5cc;
  opacity: 1; /* Firefox */
}
.text_box:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c1c5cc;
}
.text_box::-ms-input-placeholder { /* Microsoft Edge */
  color: #c1c5cc;
}
.text_box_ltr{
	direction: ltr;
}
.text_box_error{
    border: 1px solid red;
}
.result_table select option {
    padding: 0 6px;
}
textarea.text_box{
	height: 70px;
}
/* -------------------------------------------------- */
.label-checkbox{
    cursor: pointer;
    display: inline-block;
}
.custom-checkbox{
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    cursor: pointer;
    background: #f9f9f9;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.custom-checkbox:hover{
    background:#f3f3f3;
}
.custom-checkbox.selected{
    background: #f3f3f3;
}
.custom-checkbox.selected::before{
    position: absolute;
    font: 16px/20px "Arial";
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    color: #8493a8;
    content: " ";
	background: url(../images/tick.png) no-repeat center center;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.custom-checkbox input[type="checkbox"]{
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}


/* ------------------------------------------------------------------- */

/* -------------------#sidebar_home------------------------- */
#sidebar_home{
    background: #EAEDF0;
    position: fixed;
    right: -220px;
    top: 0;
    z-index: 999;
    width: 220px;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#sidebar_home_inn .user_menu_bg{
	padding: 22px 15px;
	background: rgba(78,104,130,1);
	background: -moz-linear-gradient(top, rgba(78,104,130,1) 0%, rgba(45,66,87,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,104,130,1)), color-stop(100%, rgba(45,66,87,1)));
	background: -webkit-linear-gradient(top, rgba(78,104,130,1) 0%, rgba(45,66,87,1) 100%);
	background: -o-linear-gradient(top, rgba(78,104,130,1) 0%, rgba(45,66,87,1) 100%);
	background: -ms-linear-gradient(top, rgba(78,104,130,1) 0%, rgba(45,66,87,1) 100%);
	background: linear-gradient(to bottom, rgba(78,104,130,1) 0%, rgba(45,66,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6882', endColorstr='#2d4257', GradientType=0 );
}
#sidebar_home_inn .user_menu{
    margin: 0 auto ;
    float: none;
    height: 45px;
    width: 102px;
}
#sidebar_home_inn .user_menu ul li{
    margin: 0 3px;
}
#sidebar_home_inn .menu ul li a{
    display: block;
    padding: 0 10px;
    font: 15px/40px font1;
	border-bottom: 1px dashed #dadada;
    color: #0B5E84;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#sidebar_home_inn .menu ul li a:hover{
    background-color: rgba(38,167,223,0.14);
}
#full_bg{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
#sidebar_btn {
	display: none;
	width: 30px;
	float: left;
	height: 30px;
	position: relative;
	margin:20px 0 0 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#sidebar_btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 4 */

#sidebar_btn span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#sidebar_btn span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#sidebar_btn span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#sidebar_btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 4px;
}

#sidebar_btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#sidebar_btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 4px;
}
/* ----------------------- login_box --------------------- */
#confirm_box,
#register_box,
#register_login_box{
    background-color: #ffffff;
    border: 1px solid #dbe0e6;
    box-shadow: 1px 2px 6px 0 rgba(136, 156, 176, 0.1);
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}
.register_login_box_page {
	max-width: 320px;
	margin: 0 auto;
}
.log_reg_bg{
    background: url(../images/login_bg.jpg) no-repeat center 0;
    width: 100%;
    height: 250px;
	margin-bottom: 30px;
}
.captcha_fix {margin-bottom: 10px;}
#confirm_box {
	max-width: 320px;
	width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    display: block;
}
#register_login_box {
	max-width: 320px;
	width: 100%;
	box-sizing: border-box;
}
#register_box {
	width: calc(100% - 320px);
	box-sizing: border-box;
}
#confirm_box header,
#register_box header,
#register_login_box header {
	background: #dbe0e6;
	margin: -15px;
	margin-bottom: 15px;
	width: calc( 100% + 30px);
}
#confirm_box .txt,
#register_box .txt,
#register_login_box .txt{
    color: #5d5d5d;
    font: bold 20px/50px font1;
    text-align: center;
}
#register_login_box .small_txt{
    width: 100%;
    color: #8c8d9a;
    font: 500 15px/20px font1;
    text-align: center;
	margin-bottom: 10px;
}
#register_box .message,
#register_login_box .message{
    min-height: 30px;
    width: 100%;
    color: #e14141;
    font: bold 15px/30px font1;
    text-align: center;
    margin-bottom: 10px;
}
#register_box .inn_box {
    margin: 0 auto;
	font-family: font1;
}
#register_login_box .inn_box{
    margin: 0 auto;
	font-family: font1;
}
#register_box .text_box_body {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 5px 0;
}
#register_box.full_register_box .text_box_body {width: 100%;}
#confirm_box .text_box_body,
#register_login_box .text_box_body{
    position: relative;
	overflow: hidden;
    margin-bottom: 14px;
}
#confirm_box .btn,
#register_box .btn,
#register_login_box .btn{
    width: 100%;
    box-sizing: border-box;
	padding: 3px 0;
}
#register_login_box .password_recovery {text-align: center;}
#register_login_box .password_recovery a{
    text-align: center;
    font: bold 15px/40px font1;
    margin: 15px auto 0;
	color: #ff5050;
}
#register_box .btn_text_box {
/*	width: calc(100% - 10px);*/
	margin-top: 10px;
}
#register_box .text_box {
	width: 100%;
}
#register_box .captcha_box {width: calc(100% - 130px);}
#confirm_box .text_box,#register_box .text_box,#register_login_box .text_box{
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 15px;
	color: #161616;
	font-weight: bold;
	text-align: center;
}
#register_login_box .text_box::-webkit-input-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#register_login_box .text_box:-moz-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#register_login_box .text_box::-moz-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#register_login_box .text_box:-ms-input-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#register_box .text_box::-webkit-input-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#register_box .text_box:-moz-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#register_box .text_box::-moz-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#register_box .text_box:-ms-input-placeholder {color: #a4a4a4; !important; font-weight:normal;}
#resend {font: 12px/18px font1;margin-top: 10px;}
#counter {color: red;}
#confirmation_form .mobile_number_box {
	text-align: center;
    background: #eceff4;
    color: #71757b;
    letter-spacing: 3px;
	direction: ltr;
}
.captcha_mihan {position: relative;}
.captcha_mihan .text_box{
    float: right;
    width: calc(100% - 130px);
}
.captcha_mihan img{
    float: left;
    height: 45px;
    display: block;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}
.captcha_mihan .refresh{
    display: block;
    text-align: center;
    width: 24px;
    height: 45px;
	background: url(../images/refresh.png) no-repeat center center;
	position: absolute;
	left: 140px;
}
.change_btn {
	max-width: 320px;
	margin: 10px auto;
}
.change_btn a {
	border: 2px solid #4caf50;
	color: #4caf50;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
    text-align: center;
    font: bold 15px/40px font1;
    cursor: pointer;
    margin: 0 auto;
    display: block;
	position: relative;
	user-select: none;
	overflow: hidden;
	background: #4caf5014;	
}
.label_center_b{
    position: relative;
    text-align: center;
}
.label_center_b span{
    display: inline-block;
    padding: 0 15px;
    font: normal 15px/40px font1;
    color: #a1a8be;
    background-color: #fff;
    position: relative;
}
.label_center_b span a {color: #a1a8be;}
.label_center_b::before{
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ccced5;
}
.log_reg_links a {
	display: block;
    font: normal 13px/24px font1;
    color: #a1a8be;
}
.label_center_g{
    position: relative;
    text-align: center;
}
.label_center_g span{
    display: inline-block;
    padding: 0 15px;
    font: bold 15px/18px font1;
    color: #40c66d;
    background-color: #fff;
    position: relative;
}
.label_center_g span a {color: #40c66d;}
.label_center_g::before{
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #40c66d;
}

/* ----------------------form--------------------- */
form.form .input_field{
	margin-bottom: 20px;
}
form.form .text_box{
	background-color: #eceff4;
	border: 1px solid #ccd3db;
	color: #8a91a7;
	padding: 0 15px;
}
form.form .submit{
	width: 140px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* ---------------------------------------- */
#wrapper_sng {
    background-color: #eceff4;
    padding: 15px 0;
	min-height: calc( 100vh - 329px );
}
/* --------------------prices-------------------- */
.prices .factor_grid{
	margin-bottom: 0px;
	border-bottom: 1px solid #dae1e8;
}
.prices .factor_grid .text_box{
    height: auto;
	line-height: normal;
}
.prices .factor_grid .grid_inn{
	padding: 5px 10px;
	font-family: font1;
	font-size: 15px;
}
.prices_tips {
	border-top: 1px solid #d8dfe7;
	margin-top: 25px;
	padding-top: 7px;
}
.prices_tips p{
	font: 500 14px/26px font1;
}
.prices_tips span {font-weight: bold;}
/* ------------------------------------ */
.domain_error{
	border-color: red !important;
}
/* ----------------contact_tabber-------------------- */
#contact_tabber{
	padding: 10px 0;
}
#contact_tabber .tabbs{
	overflow: hidden;
	padding: 0;
	background: #869cb4;
}
#contact_tabber .tabbs li{
	float: right;
	margin-left: 3px;
    cursor: pointer;
	padding: 3px 3px 0 3px;
}
#contact_tabber .tabbs li span{
	display: block;
	padding: 0 15px;
	font: 500 14px/40px font1;
	color: #fff;
	height: 36px;
	border: 2px solid rgba(0,0,0,0);
/*	border: 1px solid rgba(0,0,0,0); */
}
#contact_tabber .tabbs li.error span{
/*
	background: red;
	color: #fff;
*/
}
#contact_tabber .tabbs li.active span{
	background: #fff;
	color: #555;
}
#contact_tabber .tabbs li.error span{
	border-color: red;
}
#contact_tabber .tab_container{
	padding: 12px;
	border: 1px solid #869cb4;
	border-top: 0;
}
/* --------------------------box_grid------------------ */
.main_grid_box{
	margin: 0 -12px;
}
.box_grid{
	float: right;
	box-sizing: border-box;
	padding: 12px;
}
.box_grid .input_box{
	width: 100%;
}
.box_grid1{ width: auto; float: none;}
.box_grid2{ width: 50%;}
.box_grid3{ width: 33.3%;}
.box_grid4{ width: 25%;}
.box_grid5{ width: 20%;}
.box_grid_line{
	float: none;
	padding: 0 0 12px;
}
.box_grid label{
	font:normal 13px/30px font1;
    color: #54657e;
	display: block;
}
.factor_grid .box_grid{
	padding: 0;
}
.factor_grid .box_grid:first-child .grid_inn{
	border-right: none;
}
/* --------------------------end box_grid------------------ */
.transactions_pay {
	font: bold 28px/50px font1;
	text-align: center;
	height: 100vh;
	color: #f75656;
}
.transactions_pay:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.transactions_pay span {
	display: inline-block;
	vertical-align: middle;
}
/* --------------------------end prices_grid------------------ */
.main_prices_grid{
	margin: 0 -12px;
}
.prices_grid{
	float: right;
	box-sizing: border-box;
}
.prices_grid .text_box {text-align: center;text-align-last: center}
.prices_grid1{ width: 20%;}
.prices_grid2{ width: 15%;}
.prices_grid3{ width: 25%;}
.prices_grid4{ width: 15%;}
.prices_grid5{ width: 20%;}
.prices_grid6{ width: 40%;}

.prices .factor_grid .grid_inn{
	line-height: 35px;
}
.factor_grid .prices_grid:first-child .grid_inn{
	border-right: none;
}
.user_login_menu {
	float: left;
	margin-right: 10px;
}
.user_login_menu a.link{
	width: 105px;
    white-space: nowrap;
	float: left;
	padding: 0 15px;
	height: 38px;
	color: #fff;
	font: 500 13px/38px font1;
	display: block;
	margin-top: 10px;
	border-radius: 			22px;
	-moz-border-radius: 	22px;
	-webkit-border-radius: 	22px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.user_drop_bg{
	float: left;
	width: 70px;
}
.user_drop{
	cursor: pointer;
}
.user_drop .header_thumbnail{
	width: 45px;
	height: 45px;
	float: left;
	overflow: hidden;
	background-color: #ddd;
	border-radius: 			50%; 	
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
.user_drop .header_thumbnail img{
	width: 100%;
	height: 100%;
	display: block;
}
.user_drop .icon{
	float: left;
	width: 19px;
	height: 11px;
	display: block;
	background: url(../images/icons.png) no-repeat -205px -125px;
	margin-top: 17px;
	margin-right: 6px;
}
.user_drop_menu{
	position: absolute;
	left: 0;
	top: 65px;
	display: none;
	background: #fff;
	border: 1px solid #eee;
	width: 270px;
	box-shadow: 		0px 0px 5px rgba(0,0,0,0.16);
	-moz-box-shadow: 	0px 0px 5px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.16);
	padding: 5px;
	z-index: 15;
}

.home_user_menu .user_drop_menu {
    top: 110px;
}
.user_drop_menu::after{
	content: ' ';
	position: absolute;
	left: 39px;
	top: -6px;
	z-index: -1;
	width: 15px;
	height: 15px;
	background: #fff;
	        transform: rotate(45deg);
	    -ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
}
.user_drop_menu ul {margin: 10px 0;}
.user_drop_menu li a {
    color: #545454;
    display: block;
    font:12px/28px font1;
    padding: 0 10px;
    transition: all 0.5s ease 0s;
	overflow: hidden;
}
.user_drop_menu li a:hover {color: #333;}
.user_drop_menu li a span.icon {
	float: right;
	width: 20px;
	height: 28px;
	margin-left: 5px;
}
.user_drop_menu li a span.dashbboard_icon {background: url(../images/icons/dashboard.png) no-repeat center right;}
.user_drop_menu li a span.transaction_icon {background: url(../images/icons/transaction.png) no-repeat center right;}
.user_drop_menu li a span.profile_icon {background: url(../images/icons/profile.png) no-repeat center right;}
.user_drop_menu li a span.signout_icon {background: url(../images/icons/signout.png) no-repeat center right;}
.user_drop_menu li a span.ticket_icon {background: url(../images/icons/ticket.png) no-repeat center right;}
.user_drop_menu .user_drop_menu_item {
    overflow: hidden;
    margin: 0 -5px 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.user_drop_menu .user_drop_menu_item li {
    width: 33.3%;
    box-sizing: border-box;
    float: right;
    text-align: center;
    padding: 8px 0 3px;
}
.user_drop_menu .user_drop_menu_item li:nth-child(2) {
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
.user_drop_menu .user_drop_menu_item li a {
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
	font-weight: 500;
}
.user_drop_menu .user_drop_menu_item li a .no {
    color: #777777;
    display: block;
    font:normal 13px/25px font1;
    transition: all 0.5s ease 0s;
}
.user_drop_menu .user .thumbnail {
    float: right;
    height: 60px;
    width: 60px;
    overflow: hidden;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border-radius: 50%;
}
.user_drop_menu .user .thumbnail img {
	width: 100%;
	height: 100%;
}
.user_drop_menu .user_info{
	float: right;
}
.user_drop_menu .stock{
	color: #777;
	font: normal 12px/25px font1;
}
.user_drop_menu .stock .increase {
	color: #5cc62b;
	border: 1px solid #5cc62b;
	padding: 0 5px;
	border-radius: 4px;
	font-size: 11px;
	margin-right: 5px;
}
.user_drop_menu .user .name{
	font: 500 13px/25px font1;
	color: #545454;
	margin-top: 5px;
}
.home_user_menu {
    margin-top: 20px;
}
#sidebar_home .user_drop_menu {
	top: 80px;
	right: 10px;
	width: 190px;
}
#sidebar_home .user_drop_menu::after {left: 46px;}
.sweet-alert button,
.sweet-alert p,
.sweet-alert {font-family: font1 !important;}

.swal2-modal {
    font-family: 'font1', Helvetica, Arial, sans-serif !important;
}
.text_box_body .error {
	font: 500 11px/25px font1;
	color: red;
}
.input_box_div .error {
	font: 500 11px/25px font1;
	color: red;
	margin: -16px 0 5px;
	
}
.select2-results {
	font-size: 12px !important;
	font-family: font1;
}
.spinner {
    background: url(../images/loading.gif) no-repeat center center;
    display: inline-block;
    min-width: 25px;
    height: 25px;
    vertical-align: middle;
}
.contact_details {
    position: relative;
    overflow: hidden;
}

.contact_loading {
    position: relative;
    overflow: hidden;
}

.contact_loading:before {
    display: block;
    content: " ";
    position: absolute;
    right:0;
    top:0;
    background: url(../images/rings.svg) rgba(32, 48, 71, 0.7) no-repeat center center;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: 10%;
}

#fixDnsSpan {
    width: 0px;
    overflow: hidden;
}

#fixDns {
    border: none;
    background: transparent;
    width: 0px;
    opacity: 0;
}
.alert {
	border-radius: 4px;
	padding: 10px 15px;
	overflow: hidden;
	font: 500 14px/30px font1;
	margin-bottom: 10px;
}
.alert.alert-danger {
    border: 1px solid rgba(255, 91, 91, 0.1) !important;
    background-color: rgba(255, 91, 91, 0.15) !important;
    color: #ff5b5b !important;
}
.alert.alert-success {
    border: 1px solid rgba(16, 196, 105, 0.1) !important;
    background-color: rgba(16, 196, 105, 0.15) !important;
    color: #10c469 !important;
}
.alert.alert-warning {
    border: 1px solid rgba(249, 200, 81, 0.1) !important;
    background-color: rgba(249, 200, 81, 0.15) !important;
    color: #f9c851 !important;
}
.ltr {
    direction: ltr;
}
div.live-support {
    position: fixed;
    right: 15px;
    bottom: 15px;
    float: right;
    z-index: 9;
}
div.live-support .icon{
    fill: #fff;
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    background-color: #32a835;
    padding: 10px;
}
div.live-support .live-support-off{
    background-color: #868686;
    cursor: no-drop;
}