body {	
	margin:0;padding:0;
	font-size: 14px;
	font-family: Tahoma;
	width: 100%;
	overflow-x: hidden;
}
td {
	margin:0;padding:0;
	color: #333333;
	font-size: 14px;
	font-family: Tahoma;
}
table {
    margin:0;padding:0;
	color: #333333;
	font-size: 14px;
	font-family: Tahoma;
}
A {
 	color: #252624; /* Öâåò ññûëîê */
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
A:visited {
 	color: #252624; /* Öâåò ññûëîê */
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
A:active {
 	color: #252624; /* Öâåò ññûëîê */
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
a:hover {
	color: #555555; /* Öâåò ññûëîê */
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}

a.top_link {
 	color: #888;
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
a:visited.top_link {
 	color: #555;
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
a:active.top_link {
 	color: #555;
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
a:hover.top_link  {
	color: #555;
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
}
#auth_admin{
	position: absolute;
	font-size: 20px;
	font-family: Tahoma;
	width: 300px;
	height: 220px;
	border: 1px solid #ccc;
	border-radius: 40px;
	margin-top: -150px;
	margin-left: -150px;
	top: 50%;
	left: 50%;
	padding: 20px;
}

#auth_admin input{
	margin-top: 20px;
	width: 200px;
	font-size: 18px;
	font-family: Tahoma;
	padding: 10px;
}

#auth_admin .button{
	margin-top: 15px;
	border: 1px solid #ccc;
	padding: 10px 0px;
	display: inline-block;
	border-radius: 20px;
	cursor: pointer;
	background: #9ACD32;
	color: #ffffff;
	width: 200px;
	font-size: 18px;
	font-family: Tahoma;
}

#auth_admin .button:hover{
	background: #6B8E23;
}
.input_info{
	font-size: 14px;
	font-family: Tahoma;
	margin: 10px 0 5px 10px;
	font-weight: bolder;
}
.add_new_product{
	position: relative;
	font-size: 20px;
	font-family: Tahoma;
	min-height: 400px;
	padding: 20px;
	margin: 1px 10px 10px 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 3px 5px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 5px -4px rgba(0,0,0,1);
	box-shadow: 0px 3px 5px -4px rgba(0,0,0,1);
	box-sizing: border-box;
}
.add_new_product input{
	margin-top: 0px;
	width: 200px;
	font-size: 18px;
	font-family: Tahoma;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.add_new_product textarea{
	font-size: 18px;
	font-family: Tahoma;
	width: 400px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 20px;
	margin-top: 0px;
}

.add_new_product .plus{
	position: relative;
	top: 2px;
	border: 1px solid #ccc;
	padding: 4px 10px;
	display: inline-block;
	font-weight: bolder;
	border-radius: 100px;
	cursor: pointer;
	background: #9ACD32;
	color: #ffffff;
	font-size: 26px;
	font-family: Tahoma;
}
.add_new_product .plus:hover{
	background: #6B8E23;
}
.error_text{
	padding-top: 0px;
	padding-left: 15px;
	font-size: 12px;
	font-family: Tahoma;
}
#sections{
	margin-top: 20px;
}
.section{
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 10px;
	
	font-weight: bolder;
	margin: 10px 0;
	-webkit-box-shadow: 0px 3px 5px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 5px -4px rgba(0,0,0,1);
	box-shadow: 0px 3px 5px -4px rgba(0,0,0,1);
}


input[type="checkbox"]{
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
  display: inline-block;
}

input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}
input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
}



#preview {
    color: #cc0000;
    font-size: 12px;
	margin-top: 20px;
}

#preview img{
   max-height: 100px;
   min-height: 100px;
}

#preview .up_img{
	display: inline-block;
	margin: 3px 3px;
	padding: 5px;
	border: 1px solid #ccc;
	position: relative;
}


#photoimg{
	width: 100px;
	height: 100px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#photoimg + label { 
	border: 1px solid #ccc;
	padding: 10px 20px 5px 20px;
	display: inline-block;
	border-radius: 20px;
	cursor: pointer;
	background: #9ACD32;
	color: #ffffff;
	font-size: 18px;
	font-family: Tahoma;
	cursor: pointer;
	font-weight: bolder;
}


#photoimg + label:hover {
    background: #6B8E23;
}


.add_button{
	border: 1px solid #ccc;
	padding: 14px 20px;
	display: inline-block;
	font-weight: bolder;
	border-radius: 20px;
	cursor: pointer;
	background: #9ACD32;
	color: #ffffff;
	font-size: 26px;
	font-family: Tahoma;
	margin: 10px 30px;
}
.add_button:hover{
	background: #6B8E23;
}


.serch{
	border-radius: 0px 50px 50px 0px;
	height: 45px;
	margin: 0px;
	float: left;
	background: #9ACD32;
	cursor: pointer;
}
.serch:hover{
	background: #6B8E23;
}
.modal{
	position:fixed; 
	width:100%; 
	height: 100%; 
	background: url(../img/opa.png) repeat; 
	z-index: 10;
	opacity: 0.1;
}
.modal .moda_in{
	position:absolute; 
	width:200px; 
	min-height: 100px; 
	background-color: #FFFFFF; 
	top: 50%;
	left: 50%;
	margin-top:-100px;
	margin-left:-100px;
	padding: 20px;
	border-radius: 20px;
}
.modal .moda_ex{
	position:absolute; 
	width: 30px; 
	height: 30px; 
	background: url(../img/close-md.png); 
	top: 5px;
	right: 6px;
	border-radius: 20px;
	background-size: contain;
	cursor: pointer;
}
.photo_clos{
	position:absolute; 
	width: 30px; 
	height: 30px; 
	background: url(../img/close-md.png); 
	top: 7px;
	right: 7px;
	border-radius: 20px;
	background-size: contain;
	cursor: pointer;
}
.body_admin{
	vertical-align: top;
	width: 75%;
	display:inline-block;
}
.navigate_admin{
	vertical-align: top;
	width: 20%;
	margin: 0px;
	display:inline-block;
}
.navigate_admin .item{
	border:1px solid #ddd;
	border-bottom:0px solid #ddd;
	padding: 15px 20px 15px 20px;
	font-weight: bold;
	background-color: #9ACD32;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
.navigate_admin .item:hover{
	background-color: #6B8E23;
	color: #fff;
}
.admin_head{
	background-color: #222;
	padding: 20px 0px 20px 70px;
	color: #fff;
	background-image: url(../img/settings.png);
	background-repeat: no-repeat; 
	background-position: 10px 50%; 
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.review{
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-left:30px;
}
.review .review_name{
	font-size: 20px;
	font-family: 'Exo 2', sans-serif;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin-top: 0px;
	vertical-align: top;
}

.review .stars{
	position: relative;
	width: 140px;
	background: url(../img/stars_emty.png) no-repeat; 
	margin: 0px 8px 5px 15px;
	height: 25px;
	vertical-align: top;
	display: inline-block;
}
.review .stars .star_review{
	position: absolute;
	background: url(../img/stars_full.png) no-repeat; 
	width: 50%;
	height: 25px;
}

.review .review_text{
	font-size: 17px;
	font-family: 'Exo 2', sans-serif;
	color: #333;
	margin-top: 10px;
}
.review .merits{
	margin-top: 10px;
	font-size: 17px;
	font-family: 'Exo 2', sans-serif;
	color: #333;
}

.review textarea{
	margin-top: 10px;
	width: 200px;
	font-size: 18px;
	font-family: Tahoma;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 500px;
}
.review a{
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 4px;
	display: block;
}
.review a:hover{
	color: #bbb;
}
.review .approve_butt{
	margin-top: 10px;
	border-bottom: 3px solid #6B8E23;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	cursor: pointer;
	background: #9ACD32;
	color: #ffffff;
	font-size: 18px;
	font-family: Tahoma;
	display:inline-block;
	vertical-align: top;
}

.review .approve_butt:hover{
	background: #6B8E23;
}

.review .reject_butt{
	margin-top: 10px;
	border-bottom: 3px solid #D2691E;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	cursor: pointer;
	background: #FF4500;
	color: #ffffff;
	font-size: 18px;
	font-family: Tahoma;
	display:inline-block;
	vertical-align: top;
}

.review .reject_butt:hover{
	background: #FF0000;
}



.order{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
	margin-left:30px;
	font-size: 18px;
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}

.load_mor{
	text-align: center;
	padding: 10px;
	background-color: #eee;
	border-radius: 5;
	box-sizing: border-box;
	margin-left:30px;
	margin-top: 10px;
	cursor: pointer;
}
.load_mor :hover{
	background-color: #ccc;
	text-decoration: underline;
}
.orders{
	margin-bottom: 20px;
}
.order .review_name{
	font-size: 20px;
	font-family: 'Exo 2', sans-serif;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin-top: 0px;
	vertical-align: top;
}

.order a{
	color: #6B8E23;
	padding-top: 10px;
	padding-bottom: 4px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.order a:hover{
	color: #556B2F;
}
.order .approve_butt{
	margin-top: 10px;
	border-bottom: 3px solid #6B8E23;
	padding: 10px 20px;
	border-radius: 20px;
	cursor: pointer;
	background: #9ACD32;
	color: #ffffff;
	font-size: 18px;
	font-family: Tahoma;
	vertical-align: top;
	display: none;
	width: 300px;
	text-align: center;
}

.order .approve_butt:hover{
	background: #6B8E23;
}



.order  input[type="radio"]{
  position: relative;
  z-index: -1;
  opacity: 0;
  margin: 15px 0 0 -7px;
  display: inline-block;
}

.order  input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;

  display: inline-block;
}

.order  input[type="text"]{
	padding:3px 10px;
	margin-left: 10px;
	border:1px solid #00BFFF;
}

.order  input[type="radio"] + label:hover{
	font-weight: normal;
	text-decoration:underline;
}

.order  input[type="radio"] + label:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #00BFFF;
	border-radius: 5px;
	background: #FFF;
}
.order  input[type="radio"] + label:after {
	content: '';
	position: absolute;
	top: 2px;
	left:2px;
	width: 20px;
	height: 20px;
	background: url(../img/check.png) no-repeat; 
	opacity: 0;
	transition: .2s;
}
.order  input[type="radio"]:checked + label:after {
	opacity: 1;
}
.order  input[type="radio"]:checked + label:before {
	background-color: #00BFFF; 
}
.order input[type="radio"]:checked + label {
	font-weight: bolder;
}

.order .product_mini {
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #E6E6FA;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.3);
	box-shadow: -1px 0px 5px -1px rgba(0,0,0,0.3);
}
.product_mini .mini_img{
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
.product_mini .mini_desc{
	width: 70%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding-left: 10px;
}
.product_mini img{
	width: 100%;
	height: auto;
	width: auto\9;
}

.product_mini a{
 	color: #666; /* Öâåò ññûëîê */
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	text-decoration: none;
	font-weight: 800;
	cursor:pointer;
}
.product_mini a:hover {
	color: #555555; /* Öâåò ññûëîê */
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	text-decoration: underline;
}

.discounts_table{
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.discounts_table td{
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
}
.discounts_table input[type='text']{
	padding: 5px;
	margin: 5px 0px 0px 10px;
	border-radius: 5px;
	border: 1px solid #eee;
	opacity: 0.5;
	background-color: #000;
	color:#fff;
}

.discounts_table input[type='file']{
	padding: 5px;
	margin: 5px 0px 0px 10px;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #fff; 
	opacity: 0.5;
}

.discounts_table .approve_butt{
	position: absolute;
	bottom: 0px;
	width: 100%;
	border: 0px solid #000;
	border-bottom: 3px solid #000;
	padding: 2px 0px;
	text-align: center;
	cursor: pointer;
	background: #000;
	color: #ffffff;
	font-size: 18px;
	font-family: Tahoma;
	vertical-align: top;
	display: block;
	margin: 0px;
	box-sizing: border-box;
	opacity: 0.2;
}

.discounts_table .approve_butt:hover{
	opacity: 1;
}

.mor_boxes_but{
	color: #252624; /* Öâåò ññûëîê */
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
	cursor: pointer;
}
.mor_boxes_but:hover{
	text-decoration: underline;
}

#add_section{
	border-radius: 5px 0px 0px 5px;
	box-sizing: border-box;
	padding: 5px 10px;
	height: 43px;
	margin-left: 0px;
	margin-top: 3px;
	vertical-align: top;
	border: 1px solid #eee;
	font-size: 14px;
	width: 60%;
}
#add_section + div{
	border-radius: 0px 5px 5px 0px;
	box-sizing: border-box;
	padding: 12px 10px;
	height: 45px;
	margin-right: 0px;
	margin-top: 0px;
	vertical-align: top;
	border: 1px solid #eee;
	border-bottom: 3px solid #6B8E23;
	font-size: 14px;
	width: 40%;
	text-align: center;
}
.index_blocks{
	border: 1px solid #aaa;
	padding: 20px;
	margin:10px 0px;
	box-sizing : border-box;
	display: block;
	width: 100%;
}
.index_blocks input{
	margin:0px 0px;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	display: block;
	box-sizing : border-box;
	outline: none;
}

.index_blocks > div{
	color: #252624; /* Öâåò ññûëîê */
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border: 1px solid #6B8E23;
	padding: 10px;
	border-radius: 5px;
	background-color: #6B8E23;
	color: #ffffff;
}
.index_blocks > div:hover{
	text-decoration: underline;
	background-color: #6B8E55;
}


.brands_blocks{
	padding: 20px;
	margin:10px 0px 0px 10px;
	box-sizing : border-box;
	display: inline-block;
	width: 200px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.5);
	-moz-box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.5);
	box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.5);
}
.brands_blocks input{
	margin:0px 0px;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	display: block;
	box-sizing : border-box;
	outline: none;
}

.boxes_blocks{
	position: relative;
	padding: 0px;
	margin:10px 0px 0px 10px;
	box-sizing : border-box;
	display: inline-block;
	width: 300px !important;
	text-align: center;
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.5);
	-moz-box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.5);
	box-shadow: 0px 0px 2px 0px rgba(107,107,107,0.5);
}
.boxes_blocks input{
	margin: 10px 10px 10px 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 5px 10px;
	width: 90%;
	display: block;
	box-sizing : border-box;
	outline: none;
}

.box_custom, .box_custom input {
	color: #888;
	background: #fff !important;
	border-radius: 10px !important;
	border: 1px solid #888;
	margin: 10px 10px 10px 0px;
	display: inline-block;
	width: 80%;
}

.custom, .custom input {
	color: #888;
	background: #fff !important;
	border-radius: 10px !important;
	border: 1px solid #888;
	margin: 10px 10px 10px 0px;
	display: inline-block;
	width: 400px;
}

.box_button{
	width: 90%;
	display:inline-block;
	font-family:Arial, "Helvetica", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding: 15px 25px 10px 25px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	text-shadow:1px 1px 0px #07526e;
	cursor:pointer;
	border: none;
	background: #109bce;
	background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #008080;
	margin-bottom: 20px;
	box-sizing : border-box;
}

.box_button:hover{
	box-shadow: 0px 5px 0px 0px #2F4F4F;
}