th{
	font-weight: normal;
}

.inline{
	display: inline-block;
}

.valign-top{
	vertical-align: top;
}

.valign-middle{
	vertical-align: middle;
}

.valign-bottom{
	vertical-align: bottom;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear:before,
.clear:after {
  content:"";
  display:table;
}

.clear:after {
  clear:both;
}

.clear {
  zoom:1;
}

.form_group{
	margin:5px 0;
}

.shop_address_block .basket_active_elem{
	display: block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.required span{
	color:#ed1c24;
}

.shop_addresses{
	list-style:none;
}

.shop_addresses, .shop_addresses li{
	margin:0;
	padding:0;
}

.shop_addresses li{
	min-height: 35px;
}
/*
.container{
	width:660px;
}
*/
.wr_basket_title{
	background: #ffbc3e;
	border:1px solid #a7a9ac;
	text-transform: uppercase;
	font-family: Tahoma, Arial, sans-serif;
	/*font-size: 20px;*/
	line-height:15px;
	padding-left: 10px;
}

.basket_block{
	font-family: Tahoma, Arial, sans-serif;
	/*font-size: 11px;*/
	/*line-height: 11px;*/
	color:#010101;
	border-bottom: 1px solid #a7a9ac;
	padding-bottom: 10px;
}

.basket_block_title{
	padding-left: 14px;
	padding-top:10px;
	padding-bottom: 10px;
}

.basket_block_title span{
	display: inline-block;
	width:22px;
	line-height: 20px;
	background: #ffbc3e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	/*font-size: 11px;*/
	font-weight: bold;
	border:1px solid #a7a9ac;
	color:#010101;
	margin-right: 8px;
}

.basket_items thead, .basket_items_bottom{
	background:#ebeeee;
}

.basket_items thead{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#231f20;
	text-transform: uppercase;
}

.basket_item_img_block{
	margin:5px 18px 10px 15px;
}

.basket_item_img{
/* 	margin:5px 18px 10px 15px; */
	width:60px;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;	
}

.basket_item_img.resp_img{
	padding-bottom:53%;
	/* padding-bottom:34%; */
}

.basket_item_img_outer{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.basket_item_img_inner{
	text-align: center;
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.basket_item_name{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color:#414142;
	width:300px;
}

.item_count_inp{
	width:34px;
	height:25px;
	font-size: 11px;
	line-height: 11px;
	color:#414142;
	padding:0 2px;
	text-align: right;
}

.basket_item_price, .basket_item_price_all{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color:#414142;
}

.basket_item_price_all{
	font-weight: bold;
}

.basket_items_char{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#414142;
}

.item_chars_block{
	margin-right: 30px;
}

a.basket_item_edit, a.basket_item_del, .show_on_map{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color:#3485de;
	text-decoration: none;
}

/* a.basket_item_edit{
	margin-left: 30px;
} */

a.basket_item_edit:hover, a.basket_item_del:hover, .show_on_map:hover{
	text-decoration: underline;
}

.basket_items_bottom{
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color:#414142;
	line-height: 11px;
}

.basket_items_bottom i{
	line-height: 8px;
}


.city input[type="text"]{
	width:124px;
	line-height: 14px;
	padding:0 4px;
	font-size: 11px;
}

.basket_btn{
	cursor:pointer;
	font-size: 13px;
	line-height: 15px;
	margin-left: 25px;
	border:1px solid #a7a9ac;
	background: #eeeeef;
	background: -moz-linear-gradient(top,  #eeeeef 0%, #c8cdd2 100%);
	background: -webkit-linear-gradient(top,  #eeeeef 0%,#c8cdd2 100%);
	background: linear-gradient(to bottom,  #eeeeef 0%,#c8cdd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeef', endColorstr='#c8cdd2',GradientType=0 );
}

.basket_btn:hover, .basket_btn:focus{
	background: #ffefd2;
	background: -moz-linear-gradient(top,  #ffefd2 0%, #ffbc3e 100%);
	background: -webkit-linear-gradient(top,  #ffefd2 0%,#ffbc3e 100%);
	background: linear-gradient(to bottom,  #ffefd2 0%,#ffbc3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd2', endColorstr='#ffbc3e',GradientType=0 );
	border:1px solid #a7a9ac;
}

.button_inf{
	max-width:110px;
	font-size: 11px;
	line-height: 11px;
	margin-left: 8px;
	font-style: italic;
}

.customer_address_form input.street_inp{
	width:250px;
}



.check_shop_address input[type="radio"]{
	margin-left:0;
}

.city, .shop_address, .customer_address, .customer_data, .basket_confirm_block{
	margin-left: 45px;
}

.shop_address_block{
	margin-top: 15px;	
}

.shop_address{
	display: none;
}

.shop_address_title{
	margin-bottom: 10px;
	margin-left:15px;
}

.customer_data label{
	width:70px;
}

.customer_data input[type="text"]{
	line-height: 14px;
	padding:0 4px;
	font-size: 11px;
	width:320px;
}

.customer_data .form_info{
	margin-left: 73px;
	width:328px;
}

.customer_data .form_group{
	margin:10px 0;
}

.basket_confirm_block{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #b1b0b0;
}

.form_confirm{
	background:#b1b0b0;
	width:30px;
	height:30px;
	text-align: center;
}

.form_confirm input[type="checkbox"]{
	margin-top: 8px;
}

.form_confirm_info{
	margin-left: 10px;
	width:575px;
	line-height: 15px;	
}

.basket_order_confirm{
	position:relative;
	margin-left: 12px;
}

.basket_order_confirm:before{
	width:19px;
	height:16px;
	background:url('../../images/order-ico.png') no-repeat center center;
	content:"";
	position:absolute;
	left:35px;
	top:50%;
	margin-top: -9px;
	z-index:10;
}

button.order_confirm.basket_btn{
	height: 30px;
	width:180px;
	display: block;
	padding-left: 32px;
	padding-right: 4px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	/*margin-left: 25px;*/
	border:1px solid #a7a9ac;
	background: #eeeeef;
	background: -moz-linear-gradient(top,  #eeeeef 0%, #c8cdd2 100%);
	background: -webkit-linear-gradient(top,  #eeeeef 0%,#c8cdd2 100%);
	background: linear-gradient(to bottom,  #eeeeef 0%,#c8cdd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeef', endColorstr='#c8cdd2',GradientType=0 );
	/*position:relative;*/
	z-index:9;
}

button.order_confirm.basket_btn:hover, button.order_confirm.basket_btn:focus{
	background: #ffefd2;
	background: -moz-linear-gradient(top,  #ffefd2 0%, #ffbc3e 100%);
	background: -webkit-linear-gradient(top,  #ffefd2 0%,#ffbc3e 100%);
	background: linear-gradient(to bottom,  #ffefd2 0%,#ffbc3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd2', endColorstr='#ffbc3e',GradientType=0 );
	border:1px solid #a7a9ac;
}

.check_shop_address label{
	padding-top: 2px;
}

.basket_first{
	padding:10px 0 0 0;
}

.basket_first .basket_block_title{
	padding-bottom: 10px;
}

table.basket_items{
	width:100%;
}

table.basket_items thead tr, .basket_items_bottom{
	height:19px;
}

table.basket_items thead tr th{
	border-bottom:1px solid #a7a9ac;
	text-align: center;
}

.basket_items_bottom td{
	border-top:1px solid #a7a9ac;
	padding-right: 10px;
}

.basket_item_sep{
	height:1px;
	margin:5px 0;
	border-top:1px solid #dddddd;
}

.basket_items_char_row td{
	border-top:1px solid #ddd;
}

.basket_item_count, .basket_item_price, .basket_item_price_all{
	padding: 10px;
	text-align: center;
}

.basket_item_price_all{
	text-align: right;
}

.basket_item_del_block{
	text-align: right;
	padding-right: 10px;
}

.basket_sec, .basket_third, .basket_forth, .basket_fifth{
	padding:10px 0;
	border-bottom: 1px solid #a7a9ac;
}

.basket_third button{
	width:80px;
}

.basket_fifth_info{
	padding:10px 0 0 45px;
}

.basket_confirm_block{
	margin:10px 0;
	margin-left: 45px;
}

#text_info_form .basket_container.viewport{
	width:100%;
}

.cart_item_n{
	padding:3px 0;
	border-bottom: 1px solid #a7a9ac;
}

#text_info_form .table > thead > tr > th,
#text_info_form .table > tbody > tr > th,
#text_info_form .table > tfoot > tr > th,
#text_info_form .table > thead > tr > td,
#text_info_form .table > tbody > tr > td,
#text_info_form .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;

}

#city{
	width: 124px;
    line-height: 14px;
    padding: 0 4px;
    font-size: 11px;
    margin-left: 10px;
}

.text_inp{
	line-height: 14px;
    padding: 0 4px;
    font-size: 13px;
    width: 320px;
}

#building.text_inp{
	width:100px;
}

.frm_group{
	margin:8px 0;
	margin-left: 36px;
}

.frm_group label{
	/*width: 80px;*/
    display: block;
}

.frm_group_inf{
	width:320px;
	font-size: 11px;
}

.basket_block label{
	font-weight: normal;
}

.deliv_btn{
	padding:10px 0;
}

.point_address{
	line-height: 10px;
}

/*
label > span{
	color:#ed1c24;
}
*/

.basket_btn.deliv_calc{
	margin-left: 0;
}

.err_msg{
	color:#ed1c24;
	margin-left: 10px;
	font-size: 12px;
}

#er_city.err_msg{
	margin-left:10px;
}

#er_agree.err_msg{
	/*margin-left: 45px;*/
	margin-bottom:10px;
} 

#divSam{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#divSam .alert.alert-warning{
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-info #text_info_form .viewport{
	width:100%;
}

.alert.alert-warning{
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-bottom: 10px;
    margin-top:10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.mail_label,
.phone_label{
	padding-top: 3px;
}

.contacts_data .frm_group{
	margin-left: 46px;
}

.shop_addresses li .pvz_block{
	padding:8px 0;
}

.pvz_descr,
.pvz_item{
	width:80%;
}

.map_item{
	width:15%;
	float:right;
}

#priceDeliveryText{
	margin-right: 15px;
}

.deliv_price_block{
	float:right;
}

#priceAmountAndDeliveryText{
	padding-right: 10px;
}

.basket_btn.pay_var_active{
	background:#FFC75C;
}
/*
@media only screen and (max-width: 1023px), (max-height: 597px){
	.form_confirm_info {
	    width: 500px;
	}

	.side-nav a span{
	    width:60px;
	}

	.basket_item_name{
		width:240px;
	}

	.basket_pay_buttons .basket_btn{
		margin-left:20px;
	}

	.form_confirm {
	    width: 30px;
	    height: 30px;
	}

	.pvz_descr{
		width:470px;
		margin-right:10px;
	}
}
*/
/*
@media only screen and  (max-height: 608px){
    .basket_block {
        font:10px/11px Tahoma,Geneva,sans-serif;
    }
}
@media only screen and (max-width: 1023px) , (max-height: 597px){
    .basket_block {
        font:11px/12px Tahoma,Geneva,sans-serif;
    }
}
@media only screen and (max-width: 1275px), (max-height: 755px){
    .basket_block {
        font:12px/12px Tahoma,Geneva,sans-serif;
    }
}
@media only screen and (max-width: 1899px), (max-height: 867px){
    .basket_block {
        font:12px/13px Tahoma,Geneva,sans-serif;
    }
}
*/