/*
Theme Name: sinai75
*/
.cancelorder{
	background:red;
	color:white;
}
.input-mask-text{
	display:block;
	width:100%;
	text-align:center;
}
.input-mask-text.set{
	color:#555555;
}
.div-block-15{
	border:1px solid #eef0f2;
	background-color:white;
}
#add_card_block{
	display:none;
	width:500px;
	height:300px;
	background:white;
	position:fixed;
	left:50%;
	top:50%;
	margin:-150px 0 0 -250px;
	z-index:999;
	text-align:center;
	box-sizing:border-box;
}
#add_card_block *{
	box-sizing:border-box;
}
#add_card_block .bodycard{
	position:relative;
	box-sizing:border-box;
	padding:40px;
}
#add_card_block .subtitle{
	display:block;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	line-height:16px;
	color:#FFA800;
}
#add_card_block .title{
	display:block;
	font-style:normal;
	font-weight:700;
	font-size:20px;
	line-height:150%;
	color:#555555;
	margin:20px 0 0 0;
}
#add_card_block .info{
	font-style:normal;
	font-weight:400;
	font-size:14px;
	line-height:16px;
	color:#555555;
	margin:10px 0 0 0;
}
#add_card_block a{
	display:inline-block;
	width:180px;
	height:40px;
	background:#FFA800;
	line-height:40px;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	color:white;
	text-decoration:none;
	border:1px solid #FFA800;
	margin:40px 13px 0 13px;
}
#add_card_block a:hover{
	background:white;
	color:#FFA800;
}
#add_card_block span{
	display:inline-block;
	width:180px;
	height:40px;
	background:white;
	line-height:40px;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	color:#FFA800;
	text-decoration:none;
	border:1px solid #FFA800;
	margin:40px 13px 0 13px;
	cursor:pointer;
}
#add_card_block span:hover{
	background:#FFA800;
	color:white;
}
#add_card_block .close{
	display:block;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:right;
}
#add_card_block .close div{
	width:30px;
	height:30px;
	cursor:pointer;
	background:#FFA800;
	color:white;
	font-size:20px;
	text-align:center;
	line-height:24px;
	display:inline-block;
}
#add_card_block .input{
	display:block;
	margin:10px 0 0 0;
}
#add_card_block .input div{
	display:inline-block;
	width:40px;
	height:40px;
	background:#d9d9d9;
	color:white;
	text-align:center;
	line-height:40px;
	font-size:30px;
	vertical-align:top;
	cursor:pointer;
}
#add_card_block .input input{
	width:80px;
	height:40px;
	display:inline-block;
	background:white;
	border:1px solid #eef0f2;
	text-align:center;
	color:#555555;
	font-size:14px;
	vertical-align:top;
	outline:none;
}
#add_card_fon{
	display:none;
	width:100%;
	height:100vh;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:998;
}
.card_page table.items{
	border-collapse:collapse;
	width:90%;
	margin:0 5%;
}
.card_page table.items thead tr{
	background:#555555;
}
.card_page table.items thead tr td{
	color:white;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding:15px;
	border:0;
}
.card_page table.items thead tr td.name{
	text-align:left;
}
.card_page table.items tbody tr{
	background:white;
}
.card_page table.items tbody tr td{
	padding:11px 15px;
	color:#555555;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	border:0;
	border-bottom:1px solid #f0f1f3;
}
.card_page table.items tbody tr:last-child td{
	border-bottom:0;
}
.card_page table.items tbody tr td.name{
	text-align:left;
}
.card_page table.items tbody tr td .input{
	display:inline-block;
	margin:0;
	vertical-align:middle;
}
.card_page table.items tbody tr td .input div{
	display:inline-block;
	width:40px;
	height:40px;
	background:#d9d9d9;
	color:#555555;
	text-align:center;
	line-height:40px;
	font-size:30px;
	vertical-align:top;
	cursor:pointer;
}
.card_page table.items tbody tr td .input input{
	width:80px;
	height:40px;
	display:inline-block;
	background:white;
	border:1px solid #eef0f2;
	text-align:center;
	color:#555555;
	font-size:14px;
	vertical-align:top;
	outline:none;
}
.card_page table.items tbody tr td a{
	display:inline-block;
	vertical-align:middle;
	width:140px;
	height:40px;
	background:white;
	line-height:40px;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	color:#FFA800;
	text-decoration:none;
	border:1px solid #FFA800;
	margin:0;
	cursor:pointer;
	text-align:center;
}
.card_page table.items tbody tr td a:hover{
	background:#FFA800;
	text-decoration:none;
	color:white;
}
.card_page table.items tbody tr td.nds{
	font-size:16px;
	font-weight:700;
	text-align:left;
}
.card_page table.items tbody tr td.total{
	font-weight:700;
}
.card_page table.items tbody tr td.total span{
	font-size:12px;
	color:#8C8C8C;
	display:block;
	font-weight:normal;
}
.card_page table.items tbody tr td nds{
	display:block;
	font-size:12px;
	color:#8C8C8C;
	margin:5px 0 0 0;
	font-weight:normal;
}
.card_page table.items tbody tr td nds input{
	display:none;
}
.card_page table.items tbody tr td nds label{
	font-weight:normal;
	cursor:pointer;
}
.card_page table.items tbody tr td nds input:checked+label::before{
	content:"";
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	background:url('images/checked.png') center center no-repeat;
}
.card_page table.items tbody tr td nds input:not(:checked)+label::before{
	content:"";
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	background:url('images/check.png') center center no-repeat;
}
.card_page h3{
	font-size:20px;
	margin-top:37px;
	margin-bottom:35px;
}
.card_page form{
	float:left;
	width:100%;
	clear:both;
}
.card_page form .form{
	float:left;
	width:50%;
	box-sizing:border-box;
	border-right:20px solid rgba(255,255,255,0);
}
.card_page .form input{
	display:block;
	border:1px solid #eef0f2;
	height:40px;
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
	color:#8C8C8C;
	font-size:14px;
	margin:0 0 20px 0;
}
.card_page .form input::placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form input::-webkit-input-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form input::-moz-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form input:-ms-input-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form input:-moz-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form textarea{
	display:block;
	border:1px solid #eef0f2;
	min-height:40px;
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
	color:#8C8C8C;
	font-size:14px;
	margin:0 0 20px 0;
	resize:none;
}
.card_page .form textarea::placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form textarea::-webkit-input-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form textarea::-moz-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form textarea:-ms-input-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page .form textarea:-moz-placeholder{
	color:#8C8C8C;
	font-size:14px;
}
.card_page form .delivery{
	float:left;
	width:50%;
}
.card_page form .delivery div{
	border:1px solid #eef0f2;
	padding:10px 20px 20px 20px;
}
.card_page form .delivery div h4{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.card_page form .delivery label{
	display:block;
	margin:0 0 14px 0;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
}
.card_page form .delivery input{
	display:none;
}
.card_page form .delivery input:checked+label::before{
	content:"";
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	background:url('images/checked.png') center center no-repeat;
}
.card_page form .delivery input:not(:checked)+label::before{
	content:"";
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	background:url('images/radio-check.png') center center no-repeat;
}
.card_page a{
	color:#FFA800;
	text-decoration:underline;
}
.card_page a:hover{
	color:#FFA800;
	text-decoration:none;
}
.card_page form .delivery label.checkorder{
	display:block;
	font-size:14px;
	font-weight:normal;
	margin:20px 0 0 0;
}
.card_page form .delivery input:checked+label.checkorder::before{
	content:"";
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	background:url('images/checked.png') center center no-repeat;
}
.card_page form button,
.card_page form input[type="submit"]{
	display:block;
	margin:40px auto 100px auto;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#FFA800;
	border:1px solid #FFA800;
	color:white;
	font-size:16px;
	cursor:pointer;
}
.card_page form button:hover,
.card_page form input[type="submit"]:hover{
	color:#FFA800;
	background:white;
}
.card_page form input.order_disabled,
.card_page form input.order_disabled:hover{
	background:#d9d9d9;
	border-color:#d9d9d9;
	color:white;
}
.card_page .clear{
	display:block;
	text-align:center;
	padding:120px 0;
	font-size:50px;
	color:#D9D9D9;
	font-weight:700;
}
.card_page .clear span{
	display:block;
	font-size:16px;
	margin:40px 0 0 0;
	color:#555555;
	font-weight:normal;
}
.tabs-content.hjh4j5,
.tabs-content.hjh4j5 .w-form{
	height:auto;
}
.tabs-menu.medmen a{
	width:50%;
	text-align:center;
}
#reg_form #fio{
	margin-bottom:25px;
}
.block_reset{
	display:none;
}
a.dropdown-toggle{
	text-decoration:none;
}
#profile_file_upload{
	position:relative;
	cursor:pointer;
}
#profile_file_upload input.upload{
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}
@media(max-width:1023px){
	.card_page form .form{
		border:0;
		width:100%;
	}
	.card_page form .delivery{
		border:0;
		width:100%;
	}
	.card_page form button,
	.card_page form input[type="submit"]{
		margin-bottom:20px;
	}
	.card_page table.items tr td{
		display:block;
		width:100%;
	}
	.card_page table.items tr td.name{
		text-align:center!important;
	}
	.card_page table.items tr td.nomob{
		display:none;
	}
}
@media(max-width:500px){
	#add_card_block{
		width:100%;
		left:0;
		margin-left:0;
	}
	#add_card_block .bodycard{
		padding:20px;
	}
	#add_card_block span{
		display:block;
		margin:15px auto 0 auto;
	}
}