.logo span {
	display: block;
	background: #fff;
	height: 70px;
	width: 180px;
	overflow: hidden;
	-webkit-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 0 -105px;
}

header .logo.fixed span
{
	overflow: hidden;
    height:35px;
	width: 100px;
	margin: 0 0 0 -65px;
}
.viber_icon{
    background: url(/img/viber_icon.png);
    display: inline-block;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
    width: 16px;
    height: 16px;	
}
.pop_new_password{
	display: none;
	opacity: 1;
	overflow: visible;
	background: #f2f2f2;
	padding: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -180px;
	/*width: 360px;*/
	z-index: 102;
	border-radius: 7px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.pop_new_password .input {
	display: block;
	margin: 0 0 10px 120px;
}

.pop_new_password .input input {

		border:2px solid #5ab90e;
		font-size: 1.1em;
		line-height: 1.7em;
		padding: 0 10px;
		width: 150px;

}

.pop_new_password .label {
	display: block;
	
	float: left;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
	color: #54616f;
	padding: 0 0 0 10px;
}

.pop_new_password .pwd_button{
  margin: 10px 0 20px 120px;
  float: left;
}

.pwd_form{
	  height: 115px;
}

.pop_new_recall{
	display: none;
	opacity: 1;
	overflow: visible;
	background: #f2f2f2;
	padding: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -180px;
	/*width: 360px;*/
	z-index: 102;
	border-radius: 7px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.pop_new_recall .auth_popup{
	width: 100%;
}
.pop_new_recall textarea{
	margin: 0px;
	height: 60px;
	border: 2px solid #5ab90e;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 0 10px;
	width: 150px;
}
.pop_feedback{
	display: none;
	opacity: 1;
	overflow: visible;
	background: #5AB90E;
	padding: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -180px;
	width: 360px;
	z-index: 102;
	border-radius: 7px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.pop_outer{
	display: none;
	opacity: 1;
	overflow: visible;
	background: #5AB90E;
	padding: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -185px;
	width: 360px;
	z-index: 102;
	border-radius: 16px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.pop_inner{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}
.pop_close{
	position: absolute;
	top: -38px;
	right: -38px;
	width: 41px;
	height: 41px;
	cursor: pointer;
	z-index: 8040;
	background-image: url(../../images/pop-up-close.png);
}


.pop_close:hover {
	opacity: 0.7;
}

#overflow{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	z-index: 101;
	background: url(../../images/fancybox_overlay.png);
	overflow: auto;
	overflow-y: scroll;
}
.over_hidden{
	overflow: hidden;
}


.forms_but .to_registration,
.forms_but .to_forget_pass{
	display: block;
}

.registration_form{
	display: none;
}
.forget_form{
	display: none;
}

.to_login{
	display: none;
}
.thanks_text_registration{
	display: none;
}
.thanks_text_forget{
	display: none;
}
.thanks_text{
	display: none;
}
.subscribe_thanks_text{
	display: none;
	color: rgb(90, 185, 14);
	width: 100%;
}

.enter_link{
	color: #5ab90e;
}
.reg_link{
	color: #ffc800;
}

.popup_buy{
	display: none; 
	opacity: 1;
	overflow: visible;
	background: #f2f2f2;
	padding: 15px;
	position: fixed;
	top: 5%;
	left: 50%;
	margin: 0px 0 0 -370px;
	width: 740px;
	z-index: 102;
	border-radius: 7px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.buy_popup_holder{
	overflow-x: scroll;
}

.size_count.max .cplus {
background: #f3ede3;
color: #c2beb6;
cursor: default;
}


#alert{
	display: none;
	z-index: 103;
	position: fixed;
	background: #FF8888;
	top: 20px;
	right: 20px;
	border-radius: 5px;
	padding: 0px 20px;
}
#alert p{
	color: #FFF;
	font-size: 14px;
}
.size_count:hover .price_f{
	display: block;
}
.price_f{
	position: absolute;
display: none;
color: #fff;
top: 50px;
right: 50px;
background: #5ab90e;
cursor: pointer;
line-height: 17px;
border-color: #41996c;
padding: 4px;
border-radius: 3px;
}


.basket_total .basket_count{
	margin-left: 25px;
}

.size_count_pack
{
  width:40px;
  text-align:center;
  margin-left: 30px;
}

.size_count_pack input
{
  width:40px;
  border:0;
  background:#64c715;
  color:#fff;
  text-align:center;
  height:23px;
  border-bottom:1px solid #3a9148;
  border-top:1px solid #3a9148;
  line-height:23px;
  border-left: none!important;
  border-right: none!important;
  margin:0;
  padding:0;
}

.size_count_pack .cplus_pack,.size_count_pack .cminus_pack
{
  display:block;
  color:#fff;
  background:#5ab90e;
  height:17px;
  cursor:pointer;
  line-height:17px;
  border-color:#41996c;
}

.size_count_pack .cplus_pack
{
  border-radius:5px 5px 0 0;
}

.size_count_pack .cminus_pack
{
  border-radius:0 0 5px 5px;
  border-bottom:2px solid #48940b;
}

.size_count_pack.null .cminus_pack,.disabled .size_count_pack .cminus_pack
{
  border-radius:0 0 5px 5px;
  border-bottom:2px solid #c2beb6;
  background:#f3ede3;
  color:#c2beb6;
  cursor:default;
}

.disabled .size_count_pack .cplus_pack
{
  background:#f3ede3;
  color:#c2beb6;
  cursor:default;
}

.disabled .size_count_pack input
{
  background:#f3ede3;
  color:#c2beb6;
  border-bottom:1px solid #c2beb6;
  border-top:1px solid #c2beb6;
}

.size_count_pack.max .cplus_pack {
background: #f3ede3;
color: #c2beb6;
cursor: default;
}

#preload{
	display: none;
	background: rgba(128, 128, 128, 0.39);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 105;
}
#preload #loaderImage, #preload img {
	top: 50%;
	position: fixed;
	left: 50%;
	margin-left: -64px;
	margin-top: -64px;
}

.shares{
	list-style: none;
	padding: 5px 0px;
}
.shares li{
	float:left;
}
#order_info{
display: none;
opacity: 1;
overflow: visible;
background: #f2f2f2;
padding: 15px;
position: fixed;
top: 5%;
left: 50%;
margin: 0px 0 0 -370px;
width: 740px;
z-index: 102;
border-radius: 7px;
-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.profile_thanks_text{
	display: none;
}
.pwd_thanks_text{
	display: none;
}

.order_products{
	overflow-x: scroll;
}
.cart_table{
	width: 100%;
	border-collapse: collapse;
}
.cart_table td{
border: 4px solid #E2E2E2;
padding: 5px 10px 5px 10px;
color: #626C6D;
}
.avatar{
	background: rgb(90, 185, 14);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	  margin-bottom: 15px;
}
.avatar span{
	color: #fff;
	display: block;
	position: relative;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
}
.error_input input,
.error_input textarea{
	border:2px solid #FF8888!important;
}
#tabs #tab-linker{
	background: #fff;
	border: 0px;
	border-bottom: 1px solid rgb(255,200,0);
	border-radius: 0px;
	height: 40px;
	padding: 0px;
}
#tabs #tab-linker li{
	background: #5ab90e;
	border-color: #41996c;
	border-radius: 5px;
	border: 0px;
	margin: 0px 5px;
	list-style: none;
	float: left;	
}
#tabs #tab-linker li:hover{
	background: #64c715;
	border-color: #41996c;
}
#tabs #tab-linker li a{
	color: #fff;
	padding: 8px 20px;
	line-height: 34px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.875em;
}


#tabs .input {
display: block;
margin: 0 0 10px 120px;
}

#tabs .input input {

		border:2px solid #5ab90e;
		font-size: 1.1em;
		line-height: 1.7em;
		padding: 0 10px;
		width: 150px;

}

#tabs  .label {
	display: block;
	
	float: left;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
	color: #54616f;
	padding: 0 0 0 10px;
}
.order_table {
	width: 100%;
	border-collapse: collapse;
}
.order_table tr td{
border: 4px solid #edf1f6;
padding: 5px 10px 5px 10px;
color: #626C6D;
}
.profile_button, .change_pas{
	margin-bottom: 20px;
}
.change_pas{
	margin-left: 10px;
}



.product_teaser .product_info
{
  position:relative;
  width:150px;
  border-top:2px solid #edf1f6;

  background:#fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 30px;
}


.blog_teaser{
	margin-left: 10px;
}
.blog_teaser a.image{
	float: left;
	margin-right: 15px;
}

.blog_teaser .blog_info{
	float: left;
	width: 75%;
	font-size: 16px;
}
.blog_teaser .blog_introtext{
	padding: 7px;
	color: #2F4358;
	float: left;
	width: 75%;
}
.blog_teaser .blog_read_more{
	float: right;
	margin-right: 30px;
	font-size: 16px;
}

.paginate li{
	list-style: none;
	background: #ffc800;
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	margin: 2px 3px;
}
.paginate li a,
.paginate li span{
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}
.paginate li.active,
.paginate li:hover{
	background: #5AB90E;
}


.scroll_to_top{
	display: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 100%;
	z-index: 10;
	background-image: url(../../img/icon_gototop.png);
}
.scroll_to_top:hover{
	opacity: 0.8;
}
.thanks_text_forget,
.thanks_text_registration{
	font-size: 16px;
	color: #54616f;
	text-align: center;
}

.pop_feedback .thanks_text{
	font-size: 16px;
	color: #54616f;
	text-align: center;
}

.feedback_contact .thanks_text{
	font-size: 16px;
	color: #54616f;
}

.feedback_contact .feedback_text{
	font-size: 18px;
	padding: 0px 10px;
	color: #54616f;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px;
}
.feedback_contact input[type="text"],
.feedback_contact input[type="password"] {
		border:1px solid #5ab90e;
		font-size: 1.1em;
		line-height: 1.7em;
		padding: 0 10px;
		width: 150px;

}
.feedback_contact .label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
	color: #54616f;
	padding: 0 0 0 10px;
}
.feedback_contact input[type="submit"] {
	margin: 10px 0 20px 120px;
}
.feedback_contact .input {
	display: block;
	margin: 0 0 10px 120px;
}
.feedback_contact a {
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}
.feedback_contact{
	float: left;
	width: 50%;
}

.contact_us_text{
	display: block;
	font-size: 18px;
	margin: 10px 0px;
	color: #54616f;
	text-transform: uppercase;
	font-weight: bold;
}
.contacts_block{
	width: 50%;
	float: left;
	font-size: 1.2em;
	color: #54616f;
    line-height: 24px;
}

#tabs #tab-linker li.ui-state-active{
	background: #FFC800;
border: 1px solid #41996c;

}
#tabs #tab-linker li.ui-state-active:hover{
	opacity: 0.8;
}

.status{
	padding: 3px 6px;
	border-radius: 4px;
	color: #fff;
}

.status-cancel{
	background:rgb(253, 136, 39);
}
.status-new{
	background:rgb(85, 98, 112);
}
.status-route{
	background:rgb(255, 200, 0);
}
.status-success{
	background:rgb(90, 185, 14);
}
.status-notpay{
	background:rgb(253, 136, 39);
}
.status-pay{
	background:rgb(90, 185, 14);
}


.order_form .error_input{
	border: 2px solid #FF8888!important;
}

.gmap{
    height: 400px;
    margin: 0px;
    padding: 0px;
}
.map_content_holder{
  float: left;
  width: 300px;
}
.ml20{
  margin-left: 20px;
}
.auth_popup a.fl_left{
	float: left;
}

.profile_thanks_text{
  font-size: 16px;
  color: #54616f;
  text-align: center;
}
.pwd_thanks_text{
  font-size: 16px;
  color: #54616f;
  text-align: center;
}
.thanks_text{
  font-size: 16px;
  color: #54616f;
  text-align: center;
}

.error_message{
	display: none;
	  font-size: 16px;
  color: #FF8888;
  text-align: center;
}


.product_modifications{
	width:49%;
	/*width:100%;*/
    float:left;
    overflow: hidden;
}
.product_modifications table{
	border-collapse: collapse;
	width:100%;
}
.product_modifications table tr td{
	text-align: center;
	border: 1px solid #E2E2E2;
	padding: 6px;
}
.td_size{
  border-radius: 100%;
  border: 1px solid #399b31;
  font-size: 0.9em;
  width: 34px;
  color: #626c6d;
  height: 34px;
  display: block;
  line-height: 34px;
  float: left;
  text-align: center;
  margin: 0 4px 0 0;
font-weight: 900;
}
.td_color{
	line-height: 32px;
	color: #626c6d;

}
.product_modifications .color_sign img,
.product_modifications .color_sign{
	width: 30px!important;
	height: 30px!important;
	border: 5px solid #edf1f6;
}
.product_modifications table tr td{
	color: #626c6d;
	font-weight: 700;
	font-size: 16px;
}
#product_info{
	width:50%;
	float:right;
	display: block;
}
#product_info ul{
	padding: 0px;
	margin-top: 8px;
}
#product_info > ul > li{
	list-style: none;
	float: left;
	height: 35px;
}

#product_info > ul > li > a{
	  outline: none;
	  text-transform: uppercase;
	  padding: 8px 10px;
	  color: #777f8a;
	  text-decoration: none;
	font-weight: 900;
	
}
#product_info > ul > li > a:hover{
	color: rgb(90, 185, 14);
}
#product_info ul li.ui-state-active a{
	  border-bottom: 2px solid rgb(90, 185, 14);
	color: #777f8a;
}
#product_info #tech,
#product_info #desc,
#product_info #care
{
	padding: 5px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}






.content-separator{
	width: 100%;
 	border-top: 2px solid #edf1f6;
 	height: 0px;
	margin: 20px 0px;
}
.logout_btn{
	float: right;
	background: url(../../images/logout_icon.png) no-repeat center #ff8808;
	background-size: 100%;	
}
.ul_title,
.custom_text .ul_title{
	font-size: 1.6em!important;
	color:#5ab90e!important;
	line-height: 50px;
	margin-left: 70px;
	position: relative;
}
.ul_stylish{
	list-style-image: url(../../images/li_style.png);
}
.ul_stylish li{
	font-size: 16px;
    margin-bottom: 20px;
	color: #626c6d;
}

.content_icon{
display: block;
  position: relative;
  z-index: 1;
  max-width: 0;
  overflow: hidden;
  height: 50px;
  border-radius: 30px;
  background-size: 100%;
  text-decoration: none;
  margin: -5px 0 0 -10px;
  padding: 0 0 0 50px;
  position: absolute;
  top: 0px;
  left: -50px;
}
.icon_plus{
  float: left;
  background: url(../../images/plus_icon.png) no-repeat center #5ab90e;
  background-size: 100%;
}
.icon_at{
  float: left;
  background: url(../../images/at_icon.png) no-repeat center #FFC800;
  background-size: 100%;
}
.icon_pay{
  float: left;
  background: url(../../images/pay_icon.png) no-repeat center #5ab90e;
  background-size: 100%;
}
.icon_truck{
  height: 100px;
  background: url(../../img/truck2.png) no-repeat;


  float: left;
  /*background: url(../../images/truck_icon.png) no-repeat center #FFC800;*/
  background-size: 100%;
}
.icon_info{
  float: left;
  background: url(../../images/info_icon.png) no-repeat center #ff8808;
  background-size: 100%;
}
.icon_q{
  float: left;
  background: url(../../images/q_icon.png) no-repeat center #5ab90e;
  background-size: 100%;
}
.icon_brand{
  float: left;
  background: url(../../images/brand2_icon.png) no-repeat center #FFC800;
  background-size: 100%;
}
.icon_material{
  float: left;
  background: url(../../images/material_icon.png) no-repeat center #5ab90e;
  background-size: 100%;
}
.icon_models{
  float: left;
  background: url(../../images/models_icon.png) no-repeat center #ff8808;
  background-size: 100%;
}
.icon_cabinet{
  float: right;
  background: url(../../images/cabinet_icon.png) no-repeat center #FFC800;
  background-size: 100%;
}

.custom_text h2.mt-30{
	margin-top: 30px!important;
}
.feedback_content{
	width: 395px;
	margin: 25px auto;
	float:none;
}
.content_slogan{
  color: #5ab90e!important;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

 .carousel_holder_1,
 .carousel_holder{
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.carousel_1,
.carousel{
width: 2000em;
}

.carousel_holder{
  position: relative;
  overflow: hidden;
  width: 1050px;
  margin: 0 auto;
}
.carousel{
width: 2000em;
}
@media screen and (min-width: 1400px) {
.carousel_holder{
  width: 1400px;
}
} 		  
.reviews .review{
  width: 350px;
}
.reviews .owl-prev{
	cursor:pointer;
	  left: -40px;
  background: url('../../images/banner_arrows_green.png') no-repeat 28px center;
  } 
.reviews .owl-next{
  cursor:pointer;
	  right: -40px;
	  background: url('../../images/banner_arrows_green.png') no-repeat -22px center;
}
.reviews{
	position: relative;
}
@media screen and (min-width: 1400px) {
	.carousel_holder_1,
	.carousel_holder{
	  width: 1000px;
	}
}

.branding_holder{
  margin: 25px 0px;
}
.branding_holder .branding{
  width: 250px;
  float:left;
  cursor: default;
}
.branding_holder .owl-prev{
	cursor:pointer;
  left: -40px;
  background: url('../../images/banner_arrows_green.png') no-repeat 28px center;
} 
.branding_holder .owl-next{
  cursor:pointer;
  right: -40px;
  background: url('../../images/banner_arrows_green.png') no-repeat -22px center;
}
.branding_holder{
	position: relative;
}
.branding_holder .branding .photo_gray{
	display: none;
}

.branding_holder .branding img{
	  margin: 0px 25px;
}

.truck_companys{
  margin: 25px 0px;
}
.truck_companys .company{
  width: 350px;
  float:left;
}
.truck_companys .company .photo_gray{
	display: none;
}
.truck_companys .company:hover .not_gray{
	display: none;
}
.truck_companys .company:hover .photo_gray{
	display: block;
}
.truck_companys .company img{
	  margin: 0px 25px;
}
.truck_companys .owl-prev{
  cursor:pointer;
  left: -40px;
  background: url('../../images/banner_arrows_green.png') no-repeat 28px center;
} 
.truck_companys .owl-next{
  cursor:pointer;
  right: -40px;
  background: url('../../images/banner_arrows_green.png') no-repeat -22px center;
}
.truck_companys{
position: relative;
}

.social-likes{
  margin: 10px 0px 10px 0px;
  height: 40px;
}

.social-likes div
{
  cursor: pointer;
  display:block;
  width:39px;
  height:39px;
  float:left;
  margin:0 5px 0 0;
}
.social-likes div span{
	display: none;
}
.social-likes .social-likes__widget_facebook{
  background:url(../../images/social_icons.png) no-repeat;
}

.social-likes .social-likes__widget_twitter{
  background:url(../../images/social_icons.png) no-repeat -49px 0;
}

.social-likes .social-likes__widget_vkontakte{
  background:url(../../images/social_icons.png) no-repeat -98px 0;
}
.social-likes .social-likes__widget_plusone{
  background:url(../../images/social_icons.png) no-repeat -146px 0;
}
.custom_text p{
	font-size: 15px;
  line-height: 20px;
    margin-top: 1em!important;
  margin-bottom: 1em!important;
}

.map_content_holder,
.city_map_holder{
	margin-bottom: 40px;
}


.banner .item{
	display: none;
}
.banner .item:first-child{
	display: block;
}

/*тоние инпуты*/
textarea,
input[type="text"]{
	  border: 1px solid #5ab90e;
}

.footer_subscribe input[type="text"]{
	border: none!important;
}


.popup_buy .addtocart_popup, .fancybox-inner {
  overflow: visible;
}



.banner .owl-item .item{
    background-position: center;
    background-size: cover;
}
.banner .item img{
	display: block;
}
.banner img{
	z-index:1;	
}
.banner_back{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}

@media (max-width: 1100px) {
	header,
	header.fixed{
	  width: 1100px;
	  left: 0px;
	  top: 0px;
	  position: absolute;
	}
	.header_buttons{
		position: absolute;
		min-width: 1000px;
	}
	.logo_holder{
		min-width: 1000px;
		position: relative;
	}
	header nav{
		  min-width: 1000px;
	}
	header nav .nav_left{
		  min-width: 500px;
	}
	header nav .nav_right{
		  min-width: 500px;	
	}
}

.product_tels{
	-webkit-box-shadow: 0px 0px 0px 1px #b4cfd3;
	-moz-box-shadow: 0px 0px 0px 1px #b4cfd3;
	box-shadow: 0px 0px 0px 1px #b4cfd3;
	border-radius: 4px;
	background: #f1f3f9;
	padding: 10px 20px;
	width: 195px;
}
.product_tels span{
	display: block;
 	font-weight: bold;
 	margin-bottom: 5px;
	font-size: 16px;
}
.one_price{
  background: #ff8808 url(../../images/price.png) no-repeat right;
  font-size: 1.25em;
  font-weight: 700;
  height: 30px;
  line-height: 32px;
  float: left;
  margin: 5px 0;
  padding: 0 20px 0 10px;
  margin-top: 35px;
}
.pre_buy_text,
.pre_price_text{
   margin: 15px 0px 5px 0px;
   font-size: 16px;
}