a,a:focus,a:hover
{
	text-decoration: none;
}
input[type="text"], input[type="tel"], input[type="email"], button{
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}
label{
    margin: 0px;
    font-weight: inherit;
}

input[type="text"]{
    border: 1px solid #c4c4c4;
    padding: 8px 10px;
    font-size: 14px;
}
button{
    border: 1px solid #c4c4c4;
    padding: 8px 10px;
    font-size: 14px;
}

.js-data-format-error{
    border-color: #e74c3c !important;
}

body
{
    font-family: 'Open Sans', sans-serif;

	font-size: 16px;
	font-weight: 400;
	position: relative;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


header
{
    background: #333;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 1;
    color: #fff;
}
header a, header a:hover{
    color: #fff;
}
header .logo
{
    /*
	background: url(../assets/logo-white.svg);
	background-size: 60px 60px;
	display: inline-block;
	height: 60px;
	margin-right: 15px;
	vertical-align: middle;
	width: 60px;*/
}
header .logo-text
{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
    font-size: 18px;
}
header .logo-text .line1
{
	font-size: 32px;
	font-weight: 700;
}
header .contacts
{
	text-align: right;
}
header .contacts a
{
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-left: 20px;
}
header .contacts a i
{
	background: rgba(255,255,255,.5);
	border: 1px solid transparent;
	border-radius: 50%;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 32px;
}
@media (max-width: 575px)
{
    .logo-block {
        text-align: center;
    }
}
h1 {
    font-size: 28px;
    font-weight: 600;
    padding: 15px 0;
    margin:0px;
    margin-top: 15px;
    margin-bottom: 10px;
}


.radio_style input[type="radio"]{
    display:none;
}

.radio_style input[type="radio"] + label
{
    height: 18px;
    width: 18px;
    display:inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    padding-top: 2px;
    vertical-align: -1px;
}
.radio_style input[type="radio"] + label:before {
    content: "\f1db";
}

.radio_style input[type="radio"]:checked + label:before
{
    content: "\f192";
}

.checkout_conatcts{
    margin-bottom: 50px;
}
.checkout_conatcts .step_header{
    margin-bottom: 10px;
}
.checkout_conatcts .step_title{
    font-size: 18px;
    font-weight: 400;
}
.checkout_conatcts .step_number{
    color: #fff;
    background: #333;
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border: 1px transparent solid;
    border-radius: 50%;
}
.checkout_conatcts .step_body{
    border-left: 1px solid #333;
    margin-left: 12px;
    margin-bottom: 10px;
    padding: 10px 19px;
}

.checkout_conatcts .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}
.checkout_conatcts .form-group label span{
    color: #e74c3c;
}
.checkout_conatcts .form-group input {
    border: 1px solid #c4c4c4;
    font-size: 16px;
    padding: 8px 10px;
    width: 100%;
}
.checkout_conatcts .form_list .list_row{
    margin-bottom: 14px;
}
.checkout_conatcts .form_list .list_row:last-child{
    margin-bottom: 0px;
}
.checkout_conatcts .form_list .list_header .list_radio {
    width: 26px;
    float: left;
}
.checkout_conatcts .form_list .list_header .list_text{
    margin-left: 26px;
}
.checkout_conatcts .form_list .list_header .list_body{
    margin-left: 26px;
    padding-top: 10px;
}
.checkout_conatcts .form_list .list_header .list_title{
    font-weight: 400;
}
.checkout_conatcts input[name="np_street"]{
    min-width: 280px;
}
.checkout_conatcts input[name="np_city"], .checkout_conatcts input[name="np_wrape"]{
    max-width: 320px;
    font-size: 14px;
    width: 100%;
}
.checkout_conatcts .np_warehouse{
    width: 100%;
    max-width: 280px;
}
.checkout_conatcts .np_warehouse select{
    width: 100%;
}

.checkout_cart_title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.checkout_cart ul
{
	list-style: none;
	margin: 0;
	padding: 0;
    background: #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.checkout_cart li
{
	border-bottom: 1px solid #ddd;
	position: relative;
    margin:0 -15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.checkout_cart li:last-child
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}
.checkout_cart li:after
{
	clear: both;
	content: "";
	display: block;
}
.checkout_cart .img
{
	display: block;
	float: left;
	text-align: center;
	width: 80px;
}
.checkout_cart .img img
{
	display: inline-block;
	max-height: 120px;
	max-width: 80px;
	vertical-align: top; 
}
.checkout_cart .desc
{
	margin-left: 90px;
	text-align: left;
}
.checkout_cart .title
{
    padding-right: 15px;
    font-weight: 400;
	margin-bottom: 4px;
}
.checkout_cart .attr
{
    font-size: 14px;
	margin-bottom: 8px;
}
.checkout_cart .attr p
{
	margin: 0;
}
.checkout_cart .bottom>div
{
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}
.checkout_cart .wrap-input input
{
	border: 0;
	border-left: 0;
	border-right: 0;
	color: #2b2e38;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	min-width: 28px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
    background: transparent;
}
.checkout_cart .total
{
	color: #e74c3c;
	font-weight: 400;
	line-height: 26px;
}
.checkout_cart .compare_total
{
	color: #bdbdbd;
	font-weight: 400;
	line-height: 26px;
	text-decoration: line-through;
}
.checkout_cart .checkout_total:after
{
	clear: both;
	content: " ";
	display: block;
}
.checkout_cart .checkout_total div:first-child
{
	float: left;
	text-align: left;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.checkout_cart .checkout_total div:last-child
{
	float: right;
	text-align: right;
    margin-bottom: 10px;
    line-height: 25px;
}
.checkout_cart .total_price
{
	font-weight: 600;
    font-size: 18px;
}
.checkout_cart .buttons
{
	margin-top: 10px;
	text-align: center;
}
.btn-rost
{
	border: 2px solid #000;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	padding: 6px 30px;
	text-align: center;
    display: block;
    width: 100%;
    transition: all 0.2s linear 0s;
}
.btn-rost-buy
{
	background: #333;
	border-color: #333;
	color: #fff;
}
.btn-rost-buy:hover{
    background: #fff;
    color: #333;
}
.delItem
{
	display: block;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 4px;
	width: 18px;
}
.delItem:after,.delItem:before
{
	background-color: #333;
	content: ' ';
	height: 14px;
	left: 8px;
	position: absolute;
	top: 2px;
	width: 2px;
}
.delItem:before
{
	transform: rotate(45deg);
}
.delItem:after
{
	transform: rotate(-45deg);
}
.wrap-input>a
{
	border: 1px solid #ddd;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 30px;
}
.wrap-input>.btn_reduce:before
{
	background-color: #999;
	content: " ";
	display: block;
	height: 1px;
	left: 50%;
	margin: -1px 0 0 -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}
.wrap-input>.btn_add:before
{
	background-color: #999;
	content: " ";
	display: block;
	height: 1px;
	left: 50%;
	margin: -1px 0 0 -5px;
	position: absolute;
	top: 50%;
	width: 11px;
}
.wrap-input>.btn_add:after
{
	background-color: #999;
	content: " ";
	display: block;
	height: 11px;
	left: 50%;
	margin: -6px 0 0 0;
	position: absolute;
	top: 50%;
	width: 1px;
}

.checkout_order .checkout_cart .wrap-input input{
    text-align: left;
    font-weight: 600;
}

.checkout_order .checkout_cart .title{
    margin-bottom: 5px; 
}

.checkout_order .checkout_cart_title{
    font-weight: 600;
    margin-bottom: 5px;
}
.checkout_order .order_info{
    margin-bottom: 50px;
}

.checkout_order .order_info .step{
    margin-bottom: 20px;
}

.checkout_promocode{
    margin-bottom: 10px;
    
}
.checkout_promocode .promocode_switch{
    color: #333;
    border-bottom: 1px dashed #333; 
    display: inline-block;
    margin-bottom: 5px;
}
.checkout_promocode .promocode_switch:hover{
    border-color:transparent;
}

.checkout_promocode label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}
.checkout_promocode .promocode_form{
    margin-bottom: 15px;
}
.checkout_promocode button{
    border: 1px solid #333;
    font-weight: 600;
}
.checkout_promocode .promocode_answer{
    font-size: 14px;
}

.btn_pay{
    background: url(../assets/liqpay-buy.png)!important;
    width: 207px;
    height: 48px;
    border: 0px;
    line-height: 40px;
    padding: 0px;
    padding-left: 55px;
    text-align: left;
    font-size: 26px;
    color: #fff;
    font-weight: 600; 
    padding-bottom: 5px;
}

@media (max-width:767px)
{
    .checkout_conatcts .step{
        margin-bottom: 30px;
    }
    .checkout_conatcts .step_header{
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
    }
    .checkout_conatcts .step_body{
        border: 0px;
        padding: 0px;
        margin: 0px;
    }
    .checkout_conatcts input[name="np_street"]{
        min-width: 1px;
        width: 100%;
    }
    .checkout_cart .bottom>div.wrap-input{
        display: block;
        margin-bottom: 5px;
    }
    .checkout_conatcts input[name="np_street"]{
        margin-bottom: 10px;   
    }
    .checkout_cart .checkout_cart_title
    {
        border-bottom: 1px solid #333;
    }
    .checkout_conatcts{
        margin: 0px;
    }
}