html,body{height:100%;font-size:0}body{background:#161717;overflow:auto}a,.m .ah a{color:#467edd}.ah a:hover{text-decoration:underline}svg{max-width:100%;max-height:100%;fill:grey}
iframe{margin:0}

body{
	background-color:#161717
}

body::after{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	background-image:url("../img/page/fone.png");
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	background-size:400px auto;
	opacity:.3;
	z-index:-1
}

/* BASIC */
.n,main{position:relative;max-width:1000px;margin:0 auto;min-height:100%}main{padding-top:68px;padding-bottom:20px;text-align:center}

.c{
	margin:15px auto;
	width:60%;
	min-height:300px;
	max-width:1000px
}

.e{
	position:relative;
	color:#fff;
	padding:25px 35px;
	margin-bottom:18px;
	text-align:left;
	font-size:15px;
	border-radius:16px;
	box-shadow:inset 0 0 5px 0 rgb(256,256,256,9);
	overflow:hidden;
	z-index:1
}
.e2{
	padding:8px 15px
}

.e::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	filter:blur(3px);
	background:rgba(256,256,256,.5);
	z-index:-1
}

/* HEADER */
header{z-index:5;transition:transform 0.5s;padding-top:5px}
header .n{position:relative;max-width:600px;height:60px;border-radius:10px;background:#fff;margin:15px auto;box-shadow:0 3px 5px rgba(0,0,0,.3)}
header .i{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:30px;height:30px;fill:#4d4dff}
header .t{position:absolute;left:60px;top:50%;transform:translateY(-50%);width:150px;fill:black}
header a:hover{opacity:0.98}
header[class=hh]{transform:translateY(-100%)}

.hdmenu{
	position:absolute;
	right:15px;
	top:50%;transform:translateY(-50%);
	text-align:right
}
.hdmenu div{
	position:relative;
	display:inline-block;
	width:35px;
	height:35px;
	background:#e8e8e8;
	border-radius:100%;
	margin-left:6px
}
.hdmenu svg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:20px;
	height:20px;
	fill:#4d4dff
}
.hdmenu div:hover{
	background:#d3d3d3
}

/* Btn */
button{
	background:#1d4da1;
	color:#fff;
	padding:15px 25px;
	border-radius:10px;
	font-weight:600;
	cursor:pointer;
	overflow:hidden;
	box-shadow:0 0 0 1px rgba(256,256,256,.3),inset 0 0 10px rgba(256,256,256,.3)
}
button:hover{
	background:#153875
}
button:active,.sbrw:active{
	transform:scale(0.99)
}

.btnC{
	background:rgba(75,189,92,.1);
	color:#4bbd5c;
	border:none;
	padding:8px 25px
}
.btnC:hover{
	background:rgba(75,189,92,.2)
}

.rgbtn{
	position:absolute;
	right:15px;
	top:15px;
	font-size:14px;
	padding:5px 10px
}

.cancel{
	position:absolute;
	right:0;
	background:#f5f5f5;
	border:1px solid #dcdcdc;
	color:#353535
}
.cancel:hover{
	background:#e8e8e8;
	border-color:#d3d3d3
}

/* inp */
input,textarea,select{
	background:rgba(256,256,256,.3);
	width:100%;
	padding:15px;
	margin-bottom:15px;
	border-radius:10px;
	outline:none;
	border:1px solid #fff;
	color:#000;
	font-weight:600
}
textarea{
	max-width:100%;
	min-width:100%;
	min-height:150px;
	resize:none
}
input:focus,textarea:focus,select:focus{
	background:rgba(256,256,256,.4)
}

::placeholder{
    color:#fff
}
::-webkit-input-placeholder{
   color:#fff
}
::-moz-placeholder{
    color:#fff;
    opacity:1;
}
:-ms-input-placeholder{
    color:#fff
}

/* MAIN */
.h1,.h1big{margin:0;font-size:18px}
.h1big{font-size:30px}

.sb{
	position:relative;
	padding:13px 15px;
	background:rgba(0,0,0,.01);
	border-radius:16px;
	border:1px solid #e8e8e8
}
.si{
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
	width:30px;
	height:30px;
	background-color:#f2f2f2;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:100%
}
.sb .st{
	padding-left:50px;
	font-size:16px
}
.siu{
	position:absolute;
	bottom:-2px;
	right:-2px;
	width:20px;
	height:20px;
	border-radius:100%;
	background-color:#fff;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow:0 0 3px rgba(0,0,0,.3)
}

.sb2 .si{
	width:30px;
	height:30px
}
.sb2 .st{
	padding-left:45px;
}
.clk:hover{
	cursor:pointer;
	border-color:#d3d3d3
}
.clk:active{
	transform:scale(0.98)
}
.sb2 .si{
	background-color:transparent;
	border-radius:5px
}
.sb .rgt{
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%)
}
.sb .argt{
	text-align:right
}
.sb .arw{
	width:20px;
	height:20px
}

.rght{
	position:absolute;
	right:15px;top:50%;transform:translateY(-50%);
}

/* PUSH */
.psh{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	max-width:600px;
	overflow-y:auto;
	max-height:100%;
	padding:15px 0;
	z-index:10
}
.psh .e{
	max-width:600px;
	min-height:200px;
	margin:15px auto
}
.psh::-webkit-scrollbar{
    display:none;width:0;height:0
}
.psh #cpsh{
	position:absolute;
	width:35px;height:35px;
	top:50%;transform:translateY(-50%);
	right:15px;
	right:-5px;
	padding:5px;
	background:#fafafa;
	border:1px solid #e8e8e8;
	border-radius:100%;
	z-index:1;
	cursor:pointer
}
.psh #cpsh:hover{
	background:#f2f2f2
}
.psh #psh{
	display:none
}
.psh .ln{
	height:18px
}
.pozc{
	position:absolute;
	top:60%;left:50%;
	transform:translate(-50%,-50%)
}
#pshf{
	position:relative;
	width:56px;
	height:56px;
	border:3px solid #e8e8e8;
	border-radius:50%;
	display:inline-block;
	box-sizing:border-box;
	animation:rotation 1s linear infinite
}
#pshf::after{
  content:'';  
  box-sizing:border-box;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:56px;
  height:56px;
  border-radius:50%;
  border:3px solid transparent;
  border-bottom-color:#467edd
}
@keyframes rotation{
	0%{
		transform:rotate(0deg)
	}
	100%{
		transform:rotate(360deg)
	}
} 

/* FORM */
.w{position:relative}.w .i{position:absolute;top:2px;right:5px;bottom:0;width:40px;height:46px;cursor:pointer}.w .i svg{position:relative;top:50%;transform:translateY(-50%);width:30px;height:30px;fill:#bababa}.w .i:hover svg{fill:grey}.w input{padding-right:60px}.w2 input{padding-right:100px}.w2 .i2{right:48px}.w .psw{width:50px}.psw .s2,.psw2 .s1{display:none}.psw2 .s2{display:block}.btn_left_mrg{margin-left:15px}

/* INFO */
.out div{background:#fafafa;border:1px solid #fff;max-width:500px;padding:15px 18px;margin-bottom:15px;border-radius:16px;font-weight:600}
.out .tru{background:rgba(75,189,92,.1);border-color:rgba(75,189,92,.2)}
.out .err{background:rgba(237,72,72,.1);border-color:rgba(237,72,72,.2)}

/* LOAD */
.ld{
	position:relative;
	color:transparent
}
.ld:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#fff;
	box-shadow:16px 0 #fff,-16px 0 #fff;
	animation:flash 0.5s ease-out infinite alternate;
	z-index:2
}
.ld:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:inherit;
	z-index:1
}

.lds .ld:after{width:28px;height:28px;background-size:contain;background-image:url("../img/spin/d.svg");background-color:transparent;box-shadow:none;animation:none}.lds button{background:rgba(255,165,0,.1)}.lds svg{fill:#ffa500}.lds .ld svg{opacity:0}

.ldmore,.ldmore:hover{
	width:70px;height:30px;margin-top:15px;background:rgba(0,0,0,.4);border:none
}

@keyframes flash{
	0%{
		background-color:#FFF2;
		box-shadow:16px 0 #FFF2,-16px 0 #FFF;
	}
	50%{
		background-color:#FFF;
		box-shadow:16px 0 #FFF2,-16px 0 #FFF2;
	}
	100%{
		background-color:#FFF2;
		box-shadow:16px 0 #FFF,-16px 0 #FFF2;
	}
}

.fn,.fn2{
	display:none;
	position:fixed;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0,0,0,.7);
	z-index:6
}

.line{
	margin:15px 0;
	height:2px;
	background:rgba(256,256,256,.6);
	border-radius:5px
}

.text_mono{
	font-family:monospace
}

/**/
body{
	overflow:hidden
}
.auth{
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:300px;
	width:100%;
	min-height:200px;
	box-sizing:border-box;
	z-index:2
}
.chat{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:15px;
	bottom:15px;
	box-sizing:border-box
}
.boxchat{
	position:relative;
	width:100%;
	height:100%;
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
	overflow:hidden
}
.boxchat .left{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:350px;
	background:rgba(256,256,256,.2);
	box-shadow:0 3px 5px rgba(0,0,0,.3)
}
.boxchat .right{
	position:absolute;
	left:350px;
	top:0;
	right:0;
	bottom:0
}
.boxchat .re{
	width:100%;
	height:100%
}
.headchat{
	position:absolute;left:0;
	top:0;
	right:0;
	height:70px;
	background:#fff;
	box-shadow:0 2px rgba(0,0,0,.2);
	border-bottom:1px solid #d3d3d3
}
.headchat .logoicon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:10px;
	width:50px;
	height:50px;
	border-radius:100%;
	overflow:hidden;
	background-image:url("../img/logo/i.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center
}
.headchat .text{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:70px;
	right:55px;
	color:#353535;
	line-height:1.3
}
.headchat .text b{
	font-size:18px
}
.more{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:10px;
	width:40px;
	height:40px;
	cursor:pointer
}
.more svg{
	width:100%;
	height:100%;
	fill:transparent
}
.more:hover{
	transform:translateY(-50%) scale(.98)
}
.headchat .menus{
	display:none;
	position:absolute;
	top:90%;
	width:250px;
	right:10px;
	min-height:50px;
	background:#fff;
	padding:5px 0;
	box-shadow:0 0 10px rgba(0,0,0,.3);
	border-radius:10px;
	z-index:2
}
.headchat .menus div{
	position:relative;
	padding:10px 10px 10px 55px;
	color:#353535
}
.headchat .menus svg{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:15px;
	width:23px;
	height:23px
}
.headchat .menus div:hover{
	cursor:pointer;
	background:#f2f2f2
}
.tglclk{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	padding:3px;
	border-radius:30px;
	background:rgba(256,265,256,.4)
}
.tglclk div{
	display:inline-block;
	padding:3px 10px;
	font-size:13px;
	font-weight:600;
	border-radius:30px;
	cursor:pointer
}
.tglclk .a,.tglclk .a:hover{
	background:#4285f4
}
.tglclk div:hover{
	background:#353535
}
.listchat{
	position:absolute;
	top:70px;
	left:0;
	right:0;
	bottom:0;
	overflow:auto
}
.listchat .el{
	position:relative;
	margin:3px 3px;
	height:60px;
	border-radius:5px;
	background:#fff;
	cursor:pointer;
	color:#353535
}
.listchat .el:hover{
	background:rgba(256,256,256,.8)
}
.listchat::-webkit-scrollbar,.dialog::-webkit-scrollbar{
	width:5px
}
.listchat::-webkit-scrollbar-thumb,.dialog::-webkit-scrollbar-thumb{
	background-color:#e8e8e8
}
.listchat .el .elt{
	position:absolute;
	left:15px;
	right:45px;
	top:50%;
	transform:translateY(-50%)
}
.listchat .el2 .elt{
	left:65px
}
.listchat .el2 svg{
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
	width:35px;
	height:35px
}
.listchat .cht{
	height:80px
}
.cht .date{
	font-size:11px;
	color:grey
}
.chatloader{
	display:none;
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%)
}
.chtloader{
	width:48px;
	height:48px;
	border:5px solid #FFF;
	border-bottom-color:transparent;
	border-radius:50%;
	display:inline-block;
	box-sizing:border-box;
	animation:rotationcht 1s linear infinite
}

@keyframes rotationcht{
	0% {
		transform:rotate(0deg)
	}
	100% {
		transform:rotate(360deg)
	}
}
.nomsg{
	padding:20px 15px;
	text-align:center;
	font-weight:600;
	color:#353535
}
.msg{
	display:inline-block;
	min-width:60px;
	min-height:30px;
	background:#fff;
	margin:5px 15px;
	border-radius:10px;
	padding:15px 18px;
	font-size:16px;
	color:#353535;
	max-width:70%
}
.listchat .acht{
	box-shadow:inset 0 0 0 2px #4285f4;
	color:#4285f4
}
.bxmsg .memsg{
	float:right
}
.bxmsg{
	clear:both
}
.bxmsg::after{
	content:"";
	display:table;
	clear:both
}
.tminf{
	font-size:14px;
	color:grey
}
.dialog{
	padding:10px 0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	box-sizing:border-box;
	padding-bottom:90px
}
.plchld{
	color:#25c7d6;
	font-size:11px;
	font-family:monospace
}
.boxel{
	position:relative
}
.boxel .more{
	padding:5px
}
.boxel .more svg{
	width:30px;
	height:30px;
	fill:grey
}
.listchat .el2 .arright{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15px;
	left:auto;
	width:18px;
	height:18px;
	fill:grey
}
.c .menulist{
	max-width:400px;
	margin:0 auto;
	color:#353535;background:#fff
}
.sb{
	border:2px solid #d3d3d3;
	background:#fff;
	box-shadow:0 2px 0 rgba(0,0,0,.1);
}
.sb:hover{
	background:rgba(0,0,0,.05);
	cursor:pointer
}
.menulist{
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
.menulist .sb{
	border-radius:10px
}
.menulist .sb .st{
	color:#353535;
	font-weight:600
}
.menulist .sb .si{
	background:transparent
}
.menulist .sb .si svg{
	fill:grey
}
.menulist .h1{
	margin-top:10px
}
.logoutlink{
	text-align:center;
	font-weight:600;
	padding-top:20px
}
.logoutlink a:hover{
	text-decoration:underline
}

.groupschat{
	position:relative;padding:5px;
	padding-top:7px;
	background:rgba(256,256,256,.4)
}
.groupschat div{
	display:inline-block;
	padding:8px 10px;
	border-radius:10px;
	font-size:14px;
	font-weight:600;
	color:#01070d
}
.groupschat div:hover{
	background:rgba(256,256,256,.4);
	cursor:pointer
}
.groupschat .a,.groupschat .a:hover{
	background:#fff;
	color:#4d4dff;
	text-shadow:none
}

.ntfpg{
	position:fixed;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);
	padding:7px 15px;
	border-radius:10px !important;
	background:#353535;
	color:#fff;
	font-size:14px;
	z-index:1;
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}

.ldchatsbtn{
	width:100%;
	height:30px;
	display:inline-block;
	margin:5px auto;
	text-align:center
}
.ldchatsbtn .btn{
	position:relative;
	display:inline-block;
	width:60px;
	height:100%;
	border-radius:10px;
	background:#353535;
	overflow:hidden
}
.endloadchat{
	text-align:center;
	padding:5px;
	color:#01070d;
	font-size:13px
}
.btn_order{
	display:none;
	position:fixed;
	z-index:1;
	right:0;
	width:50px;
	height:110px;
	border-radius:10px 0 0 10px;
	background:#fff;
	box-shadow:-2px 0 5px rgba(0,0,0,.2);
	overflow:hidden;
	cursor:pointer
}
.btn_order .re,.box_orders .re,.ordclose .re{
	width:100%;
	height:100%
}
.btn_order svg{
	position:absolute;
	bottom:10px;
	left:13px;
	width:25px;
	height:25px;
	transform:rotate(-90deg)
}
.btn_order span{
	position:absolute;
	top:40px;
	left:0;
	transform:rotate(-90deg);
	font-size:14px;
	font-weight:500;
	line-height:0
}
.btn_order:hover{
	transform:scale(1.01);
	color:#4d4dff
}
.box_orders{
	display:none;
	position:fixed;
	z-index:2;
	top:0;
	bottom:0;right:0;
	box-sizing:border-box;
	width:100%;
	max-width:300px;
	border-radius:10px 0 0 10px;
	background:#fff;
	box-shadow:-2px 0 5px rgba(0,0,0,.2);
	overflow:hidden;
	color:#353535
}
.box_orders .listorders{
	position:absolute;
	top:50px;
	bottom:0;
	left:0;
	right:0;
	overflow:auto
}
.ordclose{
	position:absolute;
	top:10px;
	right:10px;
	border-radius:10px;
	background:#fafafa;
	width:30px;
	height:30px;
	cursor:pointer;
	box-shadow:0 2px 0 rgba(0,0,0,.2)
}
.ordclose svg{
	position:absolute;
	width:20px;
	height:20px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%)
}
.box_orders .h1{
	padding:10px 15px;
	font-weight:600
}
.ordclose:hover svg{
	fill:#4d4dff
}
.listorders .ord{
	margin:5px;
	border-radius:5px;
	border:1px solid #e8e8e8;
	padding:12px 15px;
	font-size:14px;
	box-shadow:0 2px 3px rgba(0,0,0,.2)
}
.listorders .ord button{
	margin-top:10px
}
.backhome{
	position:absolute;
	right:55px;
	top:50%;
	transform:translateY(-50%);
	width:32px;
	height:32px;
	border-radius:100%;
	border:1px solid #e8e8e8;
	background:#fafafa;
	overflow:hidden
}
.backhome:hover{
	cursor:pointer;
	background:#f2f2f2
}
.backhome svg{
	position:absolute;
	top:50%;
	left:50%;
	width:20px;
	height:20px;
	transform:translate(-50%,-50%)
}
.backhome .re{
	width:100%;
	height:100%
}
.mngord{
	display:flex;
	justify-content:space-between;
	width:100%;
	gap:10px
}
.mngord button{
	padding:6px 8px;
	flex:1;
	min-width:0;
	font-size:12px;
	font-weight:500
}

.search{
	position:relative;
	margin-bottom:-3px
}
.search input{
	border-radius:0;
	padding-left:45px;
	margin:0;
	border:none;
	border-top:1px solid #e8e8e8;
	font-size:13px;
	box-shadow:inset 0 2px 10px rgba(0,0,0,.1),inset 0 -2px 10px rgba(0,0,0,.1),0 2px 0 rgba(0,0,0,.1)
}
.searchinput::placeholder{
	color:#696969;
	opacity:1
}
.search input::-webkit-input-placeholder{
	color:#696969
}
.search input::-moz-placeholder{
	color:#696969;
	opacity:1
}
.search input:-ms-input-placeholder{
	color:#696969
}
.search input:-moz-placeholder{
	color:#696969;
	opacity:1
}
.search svg{
	position:absolute;
	top:50%;
	left:10px;
	width:25px;
	height:25px;
	fill:grey;
	transform:translateY(-50%)
}
.controldialog{
	display:none;
	position:absolute;
	bottom:10px;
	left:10px;
	width:40px;
	height:40px;
	background:#fff;
	border-radius:100%;
	box-shadow:0 1px 5px rgba(0,0,0,.2);
	cursor:pointer;
	z-index:1
}
.controldialog svg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:20px;
	height:20px;
	fill:#5858ff
}
.controldialog:hover svg{
	width:23px;
	height:23px
}
.controlmenud{
	display:none;
	position:absolute;
	bottom:55px;
	left:10px;
	min-height:60px;
	width:200px;
	border-radius:10px;
	padding:5px 0;
	background:#fff;
	box-shadow:0 1px 5px rgba(0,0,0,.2),0 0 35px rgba(0,0,0,.2);
	color:#353535;
	overflow:hidden;
	z-index:2
}
.controlmenud svg{
	position:absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
	width:20px;
	height:20px;
	fill:grey
}
.controlmenud div{
	position:relative;
	padding:10px 15px;
	cursor:pointer;
	padding-left:40px;
	font-size:13px
}
.controlmenud div:hover{
	background:#f2f2f2
}
.boxdowlhystoryMsgs div{
	margin-bottom:8px
}
.controldialog .svgi2{
	display:none
}

.boxchat .sendcontrolmsg .ld::after{
	background-image:url('../img/spin/w.svg')
}

.psh .e{
	text-shadow:1px 1px rgba(0,0,0,.3)
}

.editorder .selopt{
	position:relative;
	background:rgba(256,256,256,.7);
	color:#353535;
	text-shadow:none;
	border-radius:10px;
	margin-bottom:15px;
	padding:13px 15px;
	color:14px
}
.selopt .inp{
	font-weight:500;
	font-size:13px;
	margin-bottom:8px
}
.selopt input::placeholder{
    color:grey
}
.selopt input::-webkit-input-placeholder{
   color:grey
}
.selopt input::-moz-placeholder{
    color:grey;
    opacity:1
}
.selopt .twodbox{
	display:grid;
    grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
    gap:10px;
    align-items:center;
	margin-bottom:-10px
}
.selopt input,.selopt select{
	border-color:grey
}
.editorder .total{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:2px;
	font-size:13px;
	text-align:right;
	text-shadow:none;
	font-family:monospace
}
.editorder .total span{
	font-weight:600;
	font-size:15px
}
.selopt .add_product{
	position:absolute;
	top:5px;
	right:5px;
	border-radius:100%;
	background:#fff;
	border:1px solid #d3d3d3;
	width:30px;
	height:30px;
	overflow:hidden;
	cursor:pointer
}
.selopt .add_product .re,.prd_3 .del .re{
	width:100%;
	height:100%
}
.selopt .add_product svg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:15px;
	height:15px
}
.selopt .add_product:hover svg{
	width:18px;
	height:18px
}
.selopt .product{
	position:relative;
	margin-top:5px;
}
.selopt .grid_prd{
	display:flex;
	font-size:13px
}
.selopt .grid_prd input,.selopt .grid_prd select{
	padding:8px 10px;
	border-radius:5px;
	margin-bottom:0
}
.grid_prd .prd_1{
	flex:0 0 60% 
}
.grid_prd .prd_2{
	flex:0 0 30%;
	padding-left:10px
}
.grid_prd .prd_3{
	flex:0 0 10%;
	position:relative
}
.grid_prd .prd_3 .del{
	position:absolute;
	width:33px;
	height:33px;
	border-radius:5px;
	left:10px;
	top:0;
	cursor:pointer
}
.prd_3 .del svg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:25px;
	height:25px
}
.grid_prd .prd_3 .del:hover svg{
	fill:red
}
.selopt .listaddrs{
	display:none;
	position:absolute;
	left:10px;
	right:10px;
	top:100%;
	min-height:60px;
	max-height:120px;
	overflow:auto;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,.2);
	padding:5px 0;
	box-sizing:border-box;
	z-index:1
}
.selopt .listaddrs div{
	padding:6px 15px;
	font-size:14px;
	font-weight:500
}
.selopt .listaddrs div:hover{
	background:#f2f2fa;
	cursor:pointer
}

.punkt_prd_mdfr{
	position:relative;
	padding-right:30px
}
.punkt_prd_mdfr input{
	position:absolute;
	top:2px;
	right:0;
	width:25px;
	height:18px;
	padding:3px;
	border-radius:5px;
	font-size:10px;
	font-weight:400;
	margin:0;
	text-align:center;
	z-index:1;
	background:#fff
}
.punkt_prd_mdfr input[type="number"]{
	-moz-appearance:textfield
}
.punkt_prd_mdfr input[type="number"]::-webkit-outer-spin-button,.punkt_prd_mdfr input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance:none;
	margin:0
}
.punkt_prd_mdfr input[type="number"]{
	-webkit-appearance:textfield;
	appearance:textfield
}
.punkt_prd_mdfr small{
	position:relative;
	z-index:1;
	background:#e4e4e4
}
.punkt_prd_mdfr::before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	right:28px;
	height:1px;
	border-bottom:1px dashed #c9907d;
	z-index:1
}
.punkt_prd_mdfr input:focus{
	border-color:red
}
.idorder{
	color:#0c860c
}

.time_listday{
	display:none;
	position:absolute;
	top:90%;
	height:100px;
	border-radius:10px;
	overflow:auto;
	background:#fff;
	z-index:1;
	font-size:14px;
	color:grey;
	right:0;
	min-width:100px;
	font-weight:500;
	padding:5px 0;
	box-shadow:0 3px 5px rgba(0,0,0,.2)
}
.time_listday div{
	padding:5px 10px;
	cursor:pointer
}
.time_listday div:hover{
	color:#353535;
	background:#f2f2f2
}