.btn_msg_bottom {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    background: rgba(255,255,255,0.8);
}

#bin {
    float: right;
    padding: 7px 0;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: #2980b9;
    border: none;
    transition: background ease-in-out .15s;
}

#bin a{
    color: white;
    text-decoration: none;
    padding: 7px 10px;
}

#bin:hover {
    background: #3498db;
}

.bin_cats a:hover {
    opacity: 0.8;
}

.bin_t {
	width: 100%;
	border-collapse: collapse;
}

input.input.bin_btn_count {
    width: 30px;
    margin-right: 5px;
}

.bin_t_del {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("/templates/default/images/icons/delete.png");
    display: block;
}

.input.bin_t_count{
    width: 35px;
}

.hidden_zero {
    display: none;
}

.bin_t thead{

}
.bin_t tr th{
	background: #f1f1f1;
    padding: 10px 10px;
}
.bin_t tr th.th_title,
.bin_t tr th.th_cat{
	text-align:left;
}
.bin_t tr td{
	border-bottom: 2px solid #f1f1f1;
	padding: 5px;
}

.bin_t tr td:first-child{
	border-left: 2px solid #f1f1f1;
}

.bin_t tr td:last-child{
	border-right: 2px solid #f1f1f1;
}

.bin_t tr:last-child td{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
    padding: 15px;
    font-size: 22px;
}

.bin_t tr:last-child td span {
    font-weight: bold;
    color: brown;
    background: url("/templates/default/images/icons/coin.png") no-repeat left center;
    padding-left: 20px;
}

.bin_td_ratio {
    background: url("/templates/default/images/icons/coin.png") no-repeat left center;
    padding-left: 20px !important;
}

.bin_td_deliv {
    background: url("/templates/default/images/icons/messages.png") no-repeat left top 10px;
    padding-left: 20px !important;
}

.td_item_price {
	text-align: center;
}

.bin_t_price {
	font-weight: bold;
	font-size:14px;
}

.bin_cats a {
    text-decoration: none;
    font-size: 13px;
    padding-left: 20px;
    background: url("/templates/default/images/icons/folder.png") no-repeat left center;
}

.bin_title a {
    text-decoration: none;
	font-size: 15px;
	line-height:16px;
}

.zero-bin-text {
	background: url("/templates/default/images/icons/basket.png") no-repeat left center;
	padding-left: 20px;"
}

.bin_counter {
    background: white;
    font-size: 12px;
    padding: 2px 5px;
    color: #2980b9;
    margin-left: 5px;
    border-radius: 3px;
    opacity: 0.8;
}


/*/////////////////////////////////////////////////////////////////*/

input.input.add_uprop {
    width: 150px;
   	margin-right: 5px;
}

.uprop_line {
    background: #f1f1f1;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.uprop_line:first-child {
    margin-top: 5px;
}

.uprop_line:last-child {
    margin-bottom: 0;
}

span.del_uprop {
    margin-left: 10px;
    font-size: 12px;
    color: silver;
    cursor: pointer;
}

span.add_item_uprop {
    margin-left: 10px;
    font-size: 12px;
    color: #f7a0a0;
    cursor: pointer;
}

.uprop_item_list {
    margin-top: 5px;
}

select.sel_uprop {
    width: 200px;
    margin-left: 10px;
    margin-bottom: 5px;
}



/*//////////////////Field Ucart///////////////////////////////////////////////*/

.ucart_field{
	margin-top:5px;
	margin-bottom:5px;
}
.ucart_field_counts{
	margin-bottom:5px;
    border: #aaa solid 1px;
    display: inline-block;
}

/*////////////////////////index/////////////////////////////////////////*/
.ucart_index,
.ucart_index form,
.ucart_index fieldset{
	position:relative;
	width:100%;
	display:block;
	box-sizing:border-box;
}

.bin_form
{
    /*max-width: 800px;*/
}

.bin_form #sendorder
{
    width: 180px;
    min-width: 180px;
    background-color: #f45a20;
    height: 40px;
    font-size: 15px;
}

.bin_form input,
.bin_form textarea{
	min-width:300px;
    max-width:800px;
	display:block;
}

.bin_form #field_5
{
    max-width:100%;
}


.bin_t_tr{
	overflow:hidden;
}
.item_image img{
	width:100%;
	height:auto;
}

.tr_deliv{
	background:#f1f1f1;
}

.bin_title{
	font-weight:bold;
}

.text-before-form{
    display:table;
    width:100%;
    margin: 10px;
    font-size: 16px;
    color: #F45A20;
}


@media only screen and (max-width: 767px) {
.mob_hidden{
	display:none;
}
table.bin_t, table.bin_t thead, table.bin_t tbody, table.bin_t tr, table.bin_t tr td{
	display:block !important;
	border:0;
	padding:0;
	box-sizing:border-box;
}
table.bin_t, table.bin_t thead, table.bin_t tbody, table.bin_t tr{
	width:100% !important;
 }
 table.bin_t thead, table.bin_t thead tr{
	 overflow:hidden;
	 background:#f1f1f1;
 }
 table.bin_t thead .th_title{
	 float:left;
	 padding-left:10px;
 }
 table.bin_t thead .th_price{
	 float:right;
	 text-align:right;
	 padding-right:45px;
 }

.bin_item{
	display:block;
	padding:5px 0 !important;
}
.bin_item .bin_title:after{
	content:"";
	display:block;
	width:100%;
}
.item_image{
	float:left;
	text-align:left;
	padding-right:10px !important;
}

.bin_cats{
	padding:5px 0 5px 0 !important;
	text-align:left;
}
.bin_cats a{
  color:#888;
}
.td_item_price, .bin_t_price, .tr_t_del{
	float:left;
}
td.bin_t_price{
	padding-top:6px !important;
	padding-left:10px !important
}
.bin_t tr td:first-child{
	border:0;
}
.bin_t tr td:last-child{
	border:0;
	float:right;
}

tr.tr_deliv{
	padding:10px !important;
}
.text-before-form{
	display:table;
	width:100%;
}
tr.tr_deliv .bin_td_deliv{
	margin-bottom:7px;
}
tr.tr_deliv .bin_t_price_deliv:before{
	content:"+";
	display:inline-block;
	vertical-align:top;
	padding-right:5px;
}
.td_item_price, .bin_t_price {
	float:right;
	padding-left:10px !important;
	font-size:13px !important
}

tr.tr_deliv .td_item_price{
    display:none !important;
}

.tr_t_del{
	float:left !important;
	padding-top:3px !important;
}
.bin_t_del, .bin_t_del:before {
    height: 18px;
	line-height:18px;
    display: inline-block;
	vertical-align:top;
}
.bin_t_del {
    cursor: pointer;
    width: auto;
	padding:0 4px;
	overflow:hidden;
	background:#c00;
	color:#fff !important;

}
.bin_t_del:before {
	content:attr(title);
	font-size:11px;
	font-weight:bold
}

.tr_price_result td{
	padding-left:0 !important;
	padding-right:0 !important;
}
.tr_price_result td{
	font-size:16px
}
.tr_price_result span{
	font-size:18px
}

}

input.input.bin_btn_count {
    width: 27px;
    margin-right: 5px;
    text-align: center;
    border: #fff solid 0px;
    box-shadow: none;
}
.priceminus {border-radius: 1px 0px 0px 1px; background:#fff; border:0px solid #ddd; margin-right: -5px; padding: 3px 6px; margin-bottom: 0;}
.priceminus:hover {border:1px solid #28b262; background:#28b262; color:#fff;}
.priceplus {border-radius: 0px 1px 1px 0px;  background:#fff; border:0px solid #ddd; margin-left: -5px; padding: 3px 6px;}
.priceplus:hover {border:1px solid #28b262; background:#28b262; color:#fff;}

.ucart_left_button
{
    display: inline-block;
    width: 113px;
    border-radius: 5px 0px 0px 5px;
    background:#fff;
    border:1px solid #aaa;
    margin-right: 0px;
    padding: 6px 10px;
    margin-bottom: 0;
    padding-left: 33px;
    background: url('/templates/default/images/icons/chat.png') no-repeat left 10px top 8px;
    cursor: pointer;
}

.ucart_left_button:hover
{
    background-color: #ddd;
}

.ucart_right_button
{
    display: inline-block;
    width: 140px;
    border-radius: 0px 5px 5px 0px;
    background:#fff;
    border:1px solid #aaa;
    border-left: none;
    margin-right: 0px;
    padding: 6px 6px;
    padding-left: 33px;
    background: url('/templates/default/images/icons/phone.png') no-repeat left 10px top 8px;
    margin-bottom: 0;
    cursor: pointer;
}

.ucart_right_button:hover
{
    color: #f00;
    background: url('/templates/default/images/icons/phone_red.png') no-repeat left 10px top 8px;
    background-color: #ddd;
}

.ucart_button
{
    display: inline-block;
    width: 140px;
    border-radius: 5px 5px 5px 5px;
    background:#fff;
    border:1px solid #aaa;
    margin-right: 0px;
    padding: 6px 6px;
    padding-left: 33px;
    background: url('/templates/default/images/icons/phone.png') no-repeat left 10px top 8px;
    margin-bottom: 0;
    cursor: pointer;
}


.mydesire
{
    display: inline-block;
    width: 300px;
    padding-left: 40px;
    padding-top: 5px;
    background: url('/templates/default/images/icons/want.png') no-repeat left 10px top 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 30px;
}

.mydesire:hover
{
    color: #f00;
    text-decoration: underline;
    cursor: pointer;
    background: url('/templates/default/images/icons/want_red.png') no-repeat left 10px top 0px;
}

.tovar_author_block
{
    margin-top: 15px;
    margin-left: 5px;
    display: inline-block;
    width: 342px;
    height: 50px;
    border: #aaa solid 0px;
}

#bin_now
{
    width: 160px;
}

#deliv_list
{
    width: 500px;
}