@import url('../panel/css/roboto.min.css');
.noselect, .noselect *, i.material-icons {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
									 supported by Chrome and Opera */
}

.mprotit {padding: 10px; font-size: 15px;}

.plshow2 {border-bottom: 2px dashed #DDD; padding-bottom: 10px; margin-bottom: 5px;}

.plshow2:last-child {border-bottom: 0;}

.breakline {transition: all ease 0.3s; margin: 8px 0 0 0; padding: 10px 0 0 10px; color: #474747; font-size: 15px; text-align: right;}

.breakline i {padding: 0; font-size: 15px; transition: all ease 0.3s;}

/*.breakline:hover {padding-right: 10px;}*/
.breakline:hover i {padding-left: 10px;}

.minicons {font-size: 15px; font-style: normal;}

.clear {clear: both;}

.navbar { z-index: 200;}

.dropdown-menu {min-width: 180px;}

.dropdown-menu > li > a {padding: 5px 20px;}

.gw-go-coinb div, .gw-go-coinf div {font-size: 20px !important;}

.instagrambc.active, .instagramitems .btn {background: #BA22A4;
	background: -moz-linear-gradient(top, #BA22A4 0%, #E13590 100%);
	background: -webkit-linear-gradient(top, #BA22A4 0%, #E13590 100%);
	background: linear-gradient(to bottom, #BA22A4 0%, #E13590 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba22a4', endColorstr='#e13590', GradientType=0);
	color: #FFF !important;
	border-color: #BA22A4 !important;
}

/*.instagrambc.active:hover {color: #fff !important;}*/

.instagramitems .btn.active {background: #91097D; color: #FFF;}

.telegrambc.active, .telegramitems .btn {background: #34B0E3;
	background: -moz-linear-gradient(top, #34B0E3 0%, #1897C9 100%);
	background: -webkit-linear-gradient(top, #34B0E3 0%, #1897C9 100%);
	background: linear-gradient(to bottom, #34B0E3 0%, #1897C9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34b0e3', endColorstr='#1897c9', GradientType=0);
	color: #FFF !important;
	border-color: #34B0E3 !important;
}

.telegramitems .btn.active {background: #1080AC; color: #FFF;}

.instagrambc.active i, .telegrambc.active i, .defaultbc.active i {color: #EFEFEF;}

.defaultbc.active, .defaultitems .btn {background: #606C88;
	background: -moz-linear-gradient(top, #606C88 0%, #3F4C6B 100%);
	background: -webkit-linear-gradient(top, #606C88 0%, #3F4C6B 100%);
	background: linear-gradient(to bottom, #606C88 0%, #3F4C6B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
	color: #FFF !important;
	border-color: #606C88 !important;
}

.defaultbc .btn.active {background: #3F4C6B; color: #FFF;}

.textUp, .textDown {font-size: 14px;
	line-height: 22px;}

.activedmenu {background-color: #165D92;}

.activedmenu > a {color: #FFF !important;}

#bigtoast {
	position: fixed;
	top: -100px;
	z-index: 9999;
	text-align: center;
	width: 100%;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.bigtoast {
	width: 100%;
	max-width: 700px;
	min-width: 300px;
	margin: auto;
	font-size: 17px;
	opacity: 0.8;
}

.bigtoast .material-icons {
	vertical-align: top;
	padding-left: 2px;
}

.progsing {
	direction: ltr;
	text-align: left;
}

.white-text {
	color: #FFF;
}

.card-panel {
	transition: box-shadow .25s;
	padding: 16px;
	margin: 0.5rem 0 1rem 0;
	border-radius: 2px;
	background-color: #FFF;
}

.black, .blacks {
	background-color: #000;
}

.red-text {
	color: #F44336 !important;
}

.center-align {
	text-align: center !important;
}

.left-align {
	text-align: left !important;
}

.right-align {
	text-align: right !important;
}

.pro-list {
	min-height: 100px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}

.alert-success hr {
	border-top-color: #C9E2B3;
}

.alert-success .alert-link {
	color: #2B542C;
}

.alert-info {
	color: #31708F;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}

.alert-info hr {
	border-top-color: #A6E1EC;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}

.alert-warning hr {
	border-top-color: #F7E1B5;
}

.alert-warning .alert-link {
	color: #66512C;
}

.alert-danger {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}

.alert-danger hr {
	border-top-color: #E4B9C0;
}

.alert-danger .alert-link {
	color: #843534;
}

.noshow {display: none;}

.mycustomselect {
	display: inline-block;
	width: 100%;
	overflow: hidden !important;
	height: 35px;
	direction: rtl !important;
	border-radius: 5px;
	border: 1px solid #DDD;
	background: url('../images/costsel.png') #F8F8F8 left center no-repeat !important;
	transition: all ease 0.3s;
	box-shadow: #DDD 0 0 3px;
	margin-left: 50px;
}

.mycustomselect select {
	width: 108% !important;
	max-width: none !important;
	height: 35px;
	border: 0;
	background-color: transparent !important;
	overflow: hidden;
	font-size: 15px !important;
	cursor: pointer;
	color: #727272;
}

.fit-load-over {position: absolute; z-index: 999999999; background: url("../images/load_text.gif") center rgba(249, 249, 249, 0.81) no-repeat; padding: 1px; border-radius: 5px;}

.float-left {float: left;}

.float-right {float: right;}

.floater:after {
	content: " ";
	clear: both;
	display: table;
}

.marging-top-15 {margin-top: 15px;}

.padding-top {padding-top: 10px;}

.padding-bottom {padding-bottom: 10px;}

.cart-btn-complete { background-color: #61AF46;  border: 0;
	text-align: center; padding: 7px 30px; color: #F9FFF9 !important;
	box-shadow: rgba(89, 210, 90, 0.6) 0 0 3px; transition: all ease 0.3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; display: inline-block;}

.cart-btn-complete:hover { color: #FFF !important; background-color: #5FC360; box-shadow: rgba(104, 191, 113, 0.83) 0 0 5px; }

.cart-btn-green { background-color: #61AF46;  border: 0;
	text-align: center; padding: 7px 30px; color: #F9FFF9 !important;
	box-shadow: rgba(89, 210, 90, 0.6) 0 0 3px; transition: all ease 0.3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; display: inline-block;}

.cart-btn-green:hover { color: #FFF !important; background-color: #5FC360; box-shadow: rgba(104, 191, 113, 0.83) 0 0 5px; }

.cart-btn-blue { background-color: #2196F3;  border: 0;
	text-align: center; padding: 7px 30px; color: #F9FFF9 !important;
	box-shadow: rgba(33, 150, 243, 0.6) 0 0 3px; transition: all ease 0.3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; min-width: 140px; display: inline-block;}

.cart-btn-blue:hover { color: #FFF !important; background-color: #229FFF; box-shadow: rgba(34, 156, 251, 0.83) 0 0 5px; }

.cart-btn-telegram { background-color: #34afea;  border: 0;
	text-align: center; padding: 7px 30px; color: #F9FFF9 !important;
	box-shadow: rgba(33, 150, 243, 0.6) 0 0 3px; transition: all ease 0.3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; min-width: 140px; display: inline-block;}

.cart-btn-telegram:hover { color: #FFF !important; background-color: #38BBFA; box-shadow: rgba(34, 156, 251, 0.83) 0 0 5px; }

.cart-btn-navy { background-color: #F3942A;  border: 0;
	text-align: center; padding: 7px 30px; color: #F9FFF9 !important;
	box-shadow: rgba(243, 115, 73, 0.6) 0 0 3px; transition: all ease 0.3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; min-width: 140px; display: inline-block;}

.cart-btn-navy:hover {
	color: #FFF !important;
	background-color: #FF9C46; box-shadow: rgba(251, 132, 87, 0.83) 0 0 5px; }

.cart-btn-violet { background-color: #9A00BB;  border: 0;
	text-align: center; padding: 7px 30px; color: #F9FFF9 !important;
	box-shadow: rgba(191, 125, 203, 0.6) 0 0 3px; transition: all ease 0.3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; min-width: 140px; display: inline-block;}

.cart-btn-violet:hover { color: #FFF !important; background-color: #B016D1; box-shadow: rgba(224, 146, 238, 0.83) 0 0 5px; }

.cart-btn-back { background-color: #AEAFAD;  border: 0;
	text-align: center; padding: 7px 30px; color: #EEEEEE !important;
	box-shadow: rgba(210, 209, 206, 0.6) 0 0 3px; transition: all ease 0.3s;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; display: inline-block;}

.cart-btn-back:hover { color: #FFF !important; background-color: #BFC3C0; box-shadow: rgba(188, 191, 188, 0.83) 0 0 5px; }

.crow {direction: rtl; text-align: right; padding-bottom: 19px; }

.crow:after {
	content: " "; display: table; clear: both;
}

.ccol6 {float: right; width: 49%; margin: 0 0.5%;}

.form_width {width: 100%; max-width: 650px; margin: 0 auto;}

.form-control-item {
	border: 1px solid #EEEFF0 !important; color: #626262 !important; transition: all ease 0.3s !important; display: block !important;
	width: 100% !important;
	padding: 6px 6px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	background-color: #F9F9F9 !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;}

.form-control-item:focus {border: 1px solid #E8E9EA; background-color: #FCFCFC;}

.form-control-item.en {direction: ltr; text-align: left;}

.crow label {cursor: pointer; padding-right: 2px; color: #6A6A6A;}

.crow label > span {color: #0A66D8; cursor: default;}

.crow label > span > span {color: #D83357;}

.minalert {font-size: 11px; padding: 1px 0; color: #A1A1A1;}

.mintext {height: 110px;}

.miners .remove-cart img {width: 18px !important;}

.order-box {
	direction: rtl;
	border: 1px solid #E8EAEB;
	margin: 10px 0;
	overflow: hidden;
	box-shadow: #F6F6F6 0 0 5px 2px;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

.order-box-title {background-image: url("../images/box-openclose.png"); background-repeat: no-repeat;}
.order-box-close {background-position: 0 0; }
.order-box2 .order-box-close {background-position: 0 -48px;}
.order-box-open {background-position: 0 -96px; }
.order-box2 .order-box-open {background-position: 0 -144px; }
.box-close {display: none;}

.order-box2 {border: 1px solid #5c6bc0; direction: rtl}
.order-box2 .order-box-title {background-color:#5c6bc0; color: #EFFCFF;}
.order-box2 .order-box-title:before {color:#5c6bc0;}
.order-box2 .order-box-title:hover:before {color: #A7BBF4;}

.order-box-title:before {content: " ← "; color: #E8EAEB; transition: all ease 0.5s;}
.order-box-title:hover:before {color: #1B97E0; padding-right: 10px; padding-left: 5px;}

.order-box-title {
	overflow: hidden;
	cursor: pointer;
	background-color: #E8EAEB;
	padding: 10px 10px;
	color: #464849;
	text-align: right;
}

.noborders {border: 0 !important;}

.order-box-body .items-header th {font-size: 13px; color: #686B6C;}

.selcursor {cursor: pointer;}

.tdsel td {height: 75px; border: 1px solid #F5F7F8; transition: all ease 0.3s;}

.tdsel:hover td, .tdselac td {background-color: #FAFEFF;}

.tdselac td {color: #474747;}

.tdone {text-align: center; width: 60px; border-left: 0 !important; border-right: 0 !important;}

.tdtwo {width: 70px; text-align: center; padding-left: 15px; padding-right: 10px;}

.tdtre {text-align: right; padding-right: 10px;}

.tdsel { color: #979797;}

.post-send {background: url("../images/post-send.png") top right no-repeat; width: 65px; height: 48px; overflow: hidden;}

.post-sefareshi {background-position: 0 -48px;}

.post-online {background-position: bottom right;}

.edt_minico {vertical-align: top; cursor: pointer; opacity: 0.8; transition: all ease 0.3s;}

.edt_minico:hover {opacity: 1;}

.alert-pay {
	margin-top: 15px; padding: 8px 5px; background-color: #FAF4FB; border-radius: 5px;
	
	color: #540465;
}

span.date-pay {display: inline-block; padding-right: 5px; color: #75A0D5 !important;}
span.date-pay:before {content: "← "}
span.date-pay:after {content: " →"}

.spanbtn {cursor: pointer; color: #2A73CC !important; font-size: 12px;}
.spanbtn:hover {opacity: 1; color: #626DA3;}
@media (max-width: 500px) {
	.ccol6 {float: none; display: block; width: 100%; padding-bottom: 5px;}
	
	.mobremove {display: none;}
}

.scroll-lock {overflow: hidden !important;}
.removeitems {display: none !important;}

.close-alert {float: left; font-size: 26px;  color: #625B5F; cursor: pointer;}
.close-alert:hover {color:#000;}

.topbtn {float: right; padding: 0 10px; color: #474747 !important; vertical-align: top; }
.topbtn:hover {color: #5978DD !important;}
@media (max-width: 900px){
	.topbtn {display: none;}
}


#whitebg-wrap {
	background: white;
	margin: 10px 0px 0px;
	border-radius: 5px;
}

.navsingle {
	border-bottom: 1px solid #EEE;
	padding: 10px 10px 0px;
	background: white;
	font: 13px/2 'BYekan', tahoma;
}

.navsingle-fixed {
	position: fixed;
	top: 0px;
	width: 1200px;
	z-index: 99999;
	padding-right: 0;
	padding-left: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.navsingle a {
	color: #777;
	margin: 0px 0px 0px 10px;
}

.navsingle a:hover {
	color: #444;
	border-bottom: 2px solid #999
}

.navsingle .active {
	color: #333;
	border-bottom: 2px solid #1596DB
}

.navsingle ul li a {
	padding: 0px 45px 10px 15px;
	float: right;
	display: block;
}

.navsingle .d1 {
	background: url(../images/icons.png) no-repeat right -14px;
}

.navsingle .d2 {
	background: url(../images/icons.png) no-repeat right -60px;
}

.navsingle .d3 {
	background: url(../images/icons.png) no-repeat right -110px;
}

.navsingle .d4 {
	background: url(../images/icons.png) no-repeat right -170px;
}

.produceinfo {
	padding: 15px;
}

.produceinfo .photo {
	float: right;
	width: 40%;
	direction: ltr;
}

.produceinfo .photo .bigphoto img {
	width: 450px;
	height: 450px;
	margin: 0px auto;
}

.produceinfo .photo .bigphotonav a {
	display: block;
	float: right;
	height: 100px;
	width: 100px;
	margin: 0px 0px 0px 10px;
}

.produceinfo .photo .bigphotonav a img {
	height: 100px;
	width: 100px;
}

.produceinfo .shortdesc {
	float: left;
	font: 13px/1.75 'BYekan', tahoma;
	width: 57.5%;
	margin: 0px 2.5% 0px 0px;
}

.produceinfo .shortdesc h1 {
	line-height: 1.6766666;
}

.engname {
	border-bottom: 1px solid #EEE;
	color: grey;
	display: block;
	padding: 5px 0px 10px;
	margin: 0px 0px 10px;
	font: 13px/2 'calibri', tahoma;
}

.ready, .noready, .blue, .red, .grey, .black, .gold {
	width: 15px;
	height: 15px;
	border-radius: 20px;
	margin: 0px 5px;
	display: inline-block;
}

.ready {
	background: #64CE84;
}

.noready {
	background: #E95C5C;
}

.blue {
	background: #31C2FA;
}

.red {
	background: #E95C5C;
}

.grey {
	background: #999;
}

.black {
	background: #222;
}

.gold {
	background: #FBCA59;
}

.pricebox {
	margin: 15px 0px;
	padding: 10px 0px 20px;
	border-top: 1px solid #EEE;
}

.priceicon {
	float: right;
	background: url(../images/priceicon.gif) no-repeat center center;
	width: 70px;
	height: 70px;
}

.mainprice, .urprice {
	float: right;
	margin: 10px 0px 0px;
	text-align: center;
	width: 20%;
}

.off {
	float: right;
	margin: 10px 0px 0px;
	text-align: center;
	width: 26%;
}

.color {
	margin: 10px 0px;
}

.mainprice i {
	text-decoration: line-through;
	color: red;
}

.fullcontent {
	padding: 15px 50px;
	border-top: 2px dashed #E2E2E2;
	border-bottom: 2px dashed #E2E2E2;
	
}

.fullcontent h3:first-child {

}


.blacks {  }
.navsingle a { cursor: pointer; }
.cartimgtable { border: 0 !important; }
.cartimgtable td { border: 0 !important; padding: 0 !important; }
.formertd td { vertical-align: middle !important; }

.myshopcart { width: 100%; direction: rtl; border: 1px solid #F0F1F2;
	margin: 0;
	/*box-shadow: #efefef 0 0 5px;*/
}
.myshopcart th { background-color: #F7F9FA; padding: 10px;  text-align: center; border-left: 1px solid #F0F1F2; }
.last-th { border-left: 0 !important; }
.cart-td { border-left: 1px solid #F0F1F2; }
.cartd-tds { text-align: center; padding: 5px;  color: #A0A0A0; border-bottom: 1px solid #F0F1F2; }
.cartd-tds span { color: #7C7C7C; }
.cartd-tds a { color: #474747; }
.lasttd { background-color: #FEF6F6; padding: 0 8px;}
.lasttd img { width: 26px; }
.cart-image { width: 120px; }

.items-row td:first-child {color: #474747;}
.items-row2 td {padding: 10px 5px;}

.select_biu { width: 65px; height: 30px; text-align: right; display: inline-block; overflow: hidden; border: 1px solid #F0F1F2;
	background: url('../images/cart-select.png') #eef3f5 left top no-repeat; cursor: pointer;
	border-radius: 8px; }

.select_biu:hover { background-color: #F8F8F8; box-shadow: #ccc 0 0 3px;}

.select_biu select { display: block; height: 30px; color: #818181;
	font-weight: bold;font-size: 15px;
	vertical-align: top; border: 0; background-color: transparent; width: 80px; text-align: right !important; padding-right: 10px; cursor: pointer;
}

.select_biu2 {width: 250px; height: 35px; background-color: #f7f7f7; border: 1px solid #ddd; background-position: 2px 3px;}
.select_biu2 select {width: 280px; height: 35px;}

.select_biu3 {width: 49%;}
.select_biu3 select {width: 120%;}

.cart-image img { max-height: 110px; max-width: 110px; margin-left: 5px;
	/*-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;*/
}

.remove-cart { cursor: pointer; opacity: 0.7; transition: all ease 0.3s; }

.remove-cart:hover { opacity: 1; }

.full-price-block { width: 90%; max-width: 600px; display: inline-block; overflow: hidden; border: 1px solid #C0D7F0;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.top-full-price { display: block; height: 50px; padding: 3px 20px; }

.bottom-full-price { display: block; color: #1371EC; height: 50px; background-color: #F7FBFF; padding: 3px 20px; }

.full-price-right { float: right; width: 40%; text-align: right; }

.full-price-left { float: left; width: 60%; text-align: left; font-size: 14px; }

.full-price-left span { font-size: 19px; }

.bottom-full-price .full-price-left span { font-size: 24px; }

.top-full-price:after, .bottom-full-price:after, .parfloat:after, .select_biu:after, .select_biu2:after {
	content: " ";
	clear: both;
	display: table;
}

.cart-title { text-align: right; }

.pro-full-content-st {padding: 30px 20px;}

.fafont { font-size: 14px;}

#selcities {min-height: 80px;}

.first-td-tit {background-color: #fff; text-align: left; padding: 5px; border-left: 1px solid #F0F1F2;}
.last-td-tit {background-color: #F7F9FA; color: #4F5464; text-align: center; font-size: 20px;}

.border-bot {border-bottom: 1px solid #F0F1F2;}
.alert {font-size: 13px;}
.item-infos td {padding: 10px;}
.item-infos td:first-child {background-color: #F0F8FD; color: #343434;}
.item-infos td:last-child {color: #757575;}

.copycode {text-align: center; font-family: 'Roboto', tahoma, sans-serif; display: inline-block; width: 90%; max-width: 150px;
	background-color: #f9f9f9; border: 1px solid #ddd;
	padding: 5px 0; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.copyclipboard {display:none; vertical-align: top; margin: 5px 3px 0 0; opacity: 0.8; transition: all ease 0.3s; cursor: pointer;}
.copyclipboard:hover {opacity: 1;}

@media (max-width: 960px) {
	.cart-image { width: 85px; }
	
	.cart-image img { max-height: 80px; max-width: 80px; }
	
	.myshopcart th { font-size: 13px; }
}
@media (max-width: 700px) {
	.tdone {width: auto !important; padding-right: 10px;}
	.tdtwo {width: 40px !important; padding-right: 2px !important; padding-left: 2px !important;}
	.post-send {height: 28px !important; width: 40px !important; background-size: 40px !important;}
}
@media (max-width: 600px) {
	.cart-image { width: 55px; }
	
	.cart-image img { max-height: 50px; max-width: 50px; }
	
	.cart-title { font-size: 11px; }
	
	.myshopcart th { font-size: 11px; }
	
	.items-row > td:last-child img { width: 18px; }
}
@media (max-width: 500px) {
	#whitebg-wrap {padding-right: 4px; padding-left: 4px;}
	#pro-full-content {width: 100%;}
	.pro-full-content-st {padding: 30px 0;}
}
@media (max-width: 470px) {
	.cart-image { width: 42px; }
	
	.cart-image img { max-height: 40px; max-width: 40px; }
	
	.myshopcart th {padding: 10px 2px !important; font-size: 11px !important;}
	.formertd td {font-size: 11px !important;}
}
@media (max-width: 400px) {
	.pro-full-content-st {padding: 30px 0;}
	.tdone {padding-right: 0 !important;}
	.tdtwo {padding-left: 0 !important;}
	.addtocart {float: none; margin: 0;}
	.post-send, .thtwo, .tdtwo, .tdtre span {display: none;}
	
	.addtocart span {float: left}
	
	#showmenu {float: none; margin: 12px 0;}
	
	.cartd-tds {font-size: 11px;}
	
	.full-price-block {width: 100%;}
	
	.top-full-price, .bottom-full-price {padding: 3px 8px;}
	
	.full-price-right {font-size: 11px; width: 35%;}
	
	.full-price-left {font-size: 12px; width: 65%;}
	
	.cart-btn-complete, .cart-btn-back {padding: 5px 0 !important; float: none !important; margin-bottom: 5px; font-size: 15px; display: block; width: 100%;}
	
	.cart-image { width: 18px; }
	
	.cart-image img { max-height: 18px; max-width: 18px; }
	
	.select_biu {width: 40px;}
	
	.select_biu select {width: 60px; font-size: 11px; padding-right: 2px;}
	.select_biu2 {width: 100%;}
	.select_biu2 select {width: 120%;}
	
	.item-infos td:first-child {width: 80px;}
}

.clear-listing:after {content: " "; display: table; clear: both;}

.serial a {color: #0A66D8;}
.serial a:hover {color: #C40000;}


.pms {background-color: #f8f8f8; margin-bottom: 10px; padding: 5px; transition: all ease 0.3s; border-bottom: 1px solid #ddd;}
.pms:nth-child(even) {background-color: #fafaec;}
.pms:hover {background-color: #ddd;}
.pms .pm_txt {padding: 5px; text-align: right; direction: rtl; color: #000;}
.pms .pm_data {padding: 5px; text-align: right; direction: rtl; color: #a0a0a0; border-radius: 5px; font-size: 12px;}
.pm_data .pmr, .pm_data .pml {float: right; vertical-align: top; width: 50%; max-width: 50%;}
.pm_data .pml {text-align: left;}
.pms .typersel {display:block; text-align: left}
.pms .typersel a {cursor: pointer; color: #474747;}

.search-results {
	position: absolute;
	width: 100%;
	max-width: 500px;
	background-color: #f2f9fc;
	border-radius: 15px;
	min-height: 150px;
	box-shadow: #ccc 0 0 3px;
	top: 40px;
	z-index: 999;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-height: 400px;
	overflow-y: auto;
}
#search-result-body {padding: 8px;}

.loading-overfit {position: absolute; z-index: 999999999; overflow: hidden;}
.loading-overfit .blure {position:absolute; width: 100%; height: 100%; left: 0; top:0; background-color: rgba(252, 252, 252, 0.10); padding: 2px;}
.loading-overfit .spiners {position:absolute; width: 100%; height: 100%; left: 0; top:0; background: url("../images/loading.svg") center no-repeat; background-size: 30px 30px; padding: 2px;}
.iloading {display: block; min-width: 50px; margin: 0 auto; min-height: 50px; background: url("../images/loading.svg") center no-repeat; background-size: 30px 30px;}

.blur-load {pointer-events: none;
	-moz-user-select: none;
	filter: blur(4px);
	opacity: 0.5;}

.blur-load2 {pointer-events: none;
	-moz-user-select: none;
	filter: blur(1px);
	opacity: 1;}