@import 'GothamPro.css';
@import '../js/owlcarousel/assets/owl.carousel.min.css';
@import '../js/owlcarousel/assets/owl.theme.default.min.css';
*{
	font-size:1em;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, 
kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset,label, legend,caption{
	border:0px;
	margin:0px;
	outline:0px;
	padding:0px;
}
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-family:'GothamProRegular',sans-serif;
	font-size:15px;
	line-height:20px;
	color:#010101;
	min-width:1280px;
}
b,strong{
	font-family:'GothamProBold',sans-serif;
}
a{
	color:#1e4681;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
article p{
	margin-bottom:10px;
}
article ul,article ol{
	margin-left:20px;
	margin-bottom:10px;
}
article h1,article h2,article h3{
	color:#1e4681;
	margin-bottom:10px;
	line-height:1.2em;
	font-weight:normal;
}
.page_title{
	padding-bottom:30px;
}
.page_title h1{
	font-size:24px;
	line-height:30px;
	color:#ffffff;
	font-family:"GothamProBold";
}
.page_title h1 img{
	max-height:68px;
	margin-left:20px;
}
.page_title h1 .part{
	font-size:18px;
}
article h1{
	font-size:30px;
}
article h2{
	font-size:25px;
}
article h3{
	font-size:20px;
}
article table{
	margin-bottom:10px;
	border-collapse:collapse;
}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.after:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.mess_err{
	color:#e03c42;
	font-weight:bold;
}
.mess_ok{
	color:#4fad51;
	font-weight:bold;
}
.container{
	position:relative;
	width:1040px;
	margin:0 auto;
}
.wrap{
	position:relative;
	width:980px;
	margin:0 auto;
}
#body{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	min-width:1280px;
	height:auto;
	background:url("../images/bg.png") center center;
}
header{
	background:url('../images/bg_header.jpg') center top;
	/*
	height:599px;
	*/
	box-sizing:border-box;
	padding-top:15px;
}
#logo{
	float:left;
	position:relative;
	z-index:100;
}
header .right{
	width:calc(100% - 180px);
	padding-top:25px;
}
.site_name{
	float:left;
	font-size:16px;
	line-height:18px;
	margin-top:25px;
	color:#ffffff;
	text-shadow:2px 2px 2px rgba(150,150,150,1);
	margin-left:20px;
}
.footer .site_name{
	margin-left:180px;
}
.site_name p:first-child{
	font-weight:bold;
	text-transform:uppercase;
}
.basket{
	float:right;
	background:url("../images/icon_cart.png") no-repeat left top;
	padding-top:10px;
	padding-left:60px;
	font-size:12px;
	line-height:14px;
	font-family:"GothamProMedium";
	color:#ffffff;
	margin-left:20px;
	min-height:45px;
}
.basket a{
	color:#ffffff;
}
.phones{
	float:right;
	background:url("../images/icon_phone.png") no-repeat left top;
	padding-left:40px;
	color:#ffffff;
	font-size:17px;
	line-height:30px;
	font-family:"GothamProBold";
}
.phones a{
	color:#ffffff;
	text-decoration:none;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.phones p a:first-child{
	padding-right:15px;
	margin-right:10px;
}
.phones p a:first-child:after{
	content:'';
	position:absolute;
	right:0;
	top:10px;
	width:1px;
	height:10px;
	background:#0090ff;
}
.phones a:hover{
	color:#ffffff;
}
.phones .hours{
	font-size:10px;
	line-height:12px;
	font-family:"GothamProMedium";
}
.phones .hours sup{
	font-size:6px;
}
.hormenu{
	position:relative;
	padding-top:20px;
	margin-bottom:10px;
}
.hormenu ul{
	list-style:none;
	float:left;
}
.hormenu ul li{
	float:left;
	font-size:15px;
	font-family:"GothamProBold";
	line-height:40px;
	margin:0 25px 0 0;
}
.hormenu ul li a{
	display:inline-block;
	color:#ffffff;
	border-bottom:1px solid transparent;
	text-decoration:none;
	text-transform:uppercase;
}
.hormenu ul li a:hover,.hormenu ul li.active a{
	border-color:#ffffff;
}
.search{
	float:right;
	height:40px;
	padding:10px 20px;
	border:1px solid #0575a5;
	border-radius:20px;
	box-sizing:border-box;
	margin-left:20px;
}
.search input[type=text]{
	border:1px solid #0090ff;
	width:140px;
	padding:0;
	font-size:11px;
	font-family:"GothamProLight";
	height:20px;
	border:0;
	background:transparent;
	color:#ffffff;
}
.search input[type=text]:focus,.search input[type=submit]:focus{
	outline:none;
}
.search input[type=text]::-webkit-input-placeholder{
	color:#ffffff;
}
.search input[type=text]::-moz-placeholder{
	color:#ffffff;
}
.search input[type=text]:-moz-placeholder{
	color:#ffffff;
}
.search input[type=text]:-ms-input-placeholder{
	color:#ffffff;
}
.search input[type=submit]{
	width:15px;
	height:20px;
	overflow:hidden;
	text-indent:-1000px;
	background:url('../images/icon_search.png') no-repeat center center;
	cursor:pointer;
	border:0px;
}
#ms .item{
	padding:0 55px;
}
#ms .item .name{
	float:left;
	padding-top:80px;
	width:calc(100% - 320px);
	color:#ffffff;
	font-family:"GothamProLight";
	font-size:28px;
	line-height:38px;
	text-transform:uppercase;
}
#ms .item .photo{
	float:right;
	width:270px;
}
#ms .owl-nav{
	position:absolute;
	top:140px;
	width:100%;
	margin:0;
}
#ms .owl-nav .owl-prev,#ms .owl-nav .owl-next{
	width:27px;
	height:55px;
	overflow:hidden;
	text-indent:-1000px;
	background-image:url("../images/arrows.png");
	background-repeat:no-repeat;
	background-color:transparent;
	position:absolute;
	padding:0;
	margin:0;
}
#ms .owl-nav .owl-prev{
	background-position:center left;
	left:-27px;
}
#ms .owl-nav .owl-next{
	background-position:center right;
	right:-27px;
}
.bc{
	font-size:12px;
	line-height:14px;
	margin-bottom:15px;
	color:#ffffff;
	font-family:"GothamProLight";
	padding-top:30px;
}
.bc a{
	color:#ffffff;
	text-decoration:none;
}
.bc a:hover{
	text-decoration:underline;
}
#middle{
	height:auto;
	position:relative;
	padding-bottom:320px;
	padding-top:30px;
}
.brands{
	padding-bottom:30px;
}
.brand_item{
	float:left;
	margin:0 5px 20px 5px;
}
.brand_item a{
	background:#ffffff;
	border:1px solid #a1a1a1;
	-webkit-box-shadow:0px 0px 19px 0px rgba(36,37,38,.15);
	-moz-box-shadow:0px 0px 19px 0px rgba(36,37,38,.15);
	box-shadow:0px 0px 19px 0px rgba(36,37,38,.15);
	width:180px;
	height:100px;
	display:block;
	color:#434343;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
.brand_item a:hover,.sub_item a:hover{
	border:1px solid #1e4681;
	background:#1e4681;
	color:#ffffff;
}
.brand_item a span{
	display:block;
}
.brand_item_photo{
	padding-top:10px;
	height:70px;
	box-sizing:border-box;
}
.brand_item_photo img{
	max-height:100%;
}
.sub_item a{
	background:#ffffff;
	border:1px solid #a1a1a1;
	-webkit-box-shadow:0px 0px 19px 0px rgba(36,37,38,.15);
	-moz-box-shadow:0px 0px 19px 0px rgba(36,37,38,.15);
	box-shadow:0px 0px 19px 0px rgba(36,37,38,.15);
	width:487px;
	height:44px;
	line-height:44px;
	display:block;
	color:#434343;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	margin-bottom:15px;
}

footer{
	position:absolute;
	bottom:0;
	height:282px;
	width:100%;
	background:url("../images/bg_footer.png") top center;
	color:#ffffff;
}
.footer_logo{
	padding-left:180px;
	padding-top:60px;
	box-sizing:border-box;
	height:158px;
	background:url('../images/logo.png') no-repeat center left;
	float:left;
	font-size:12px;
	font-family:"GothamProBold";
	margin-right:65px;
}
footer nav{
	float:left;
	padding-top:20px;
}
footer nav ul{
	list-style:none;
}
footer nav ul li{
	font-family:"GothamProBold";
	font-size:10px;
	line-height:12px;
	margin-bottom:10px;
	text-transform:uppercase;
	padding-left:12px;
	position:relative;
}
footer nav ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:5px;
	width:5px;
	height:2px;
	background:#ffffff;
}
footer nav ul li a{
	text-decoration:none;
	color:#ffffff;
}
footer nav ul li a:hover{
	text-decoration:underline;
}
footer .phones{
	margin-top:10px;
}
footer .phones .bform{
	padding-top:30px;
}
footer .phones .bform a{
	display:inline-block;
	line-height:42px;
	padding:0 20px;
	color:#ffffff;
	text-decoration:none;
	background:#ff840b;
	border-radius:20px;
	font-size:14px;
	font-family:"GothamProBold";
}
footer .phones .bform a:hover{
	opacity:.9;
}
.bottom .copy{
	font-size:12px;
	font-family:"GothamProLight";
	float:left;
}
.bottom .payment{
	float:right;
	width:187px;
	height:26px;
	background:url("../images/icons_payment.png");
}
.bottom .payment span{
	display:inline-block;
	vertical-align:top;
}
.footer{
	padding:30px 0;
	border-bottom:1px solid rgba(255,255,255,.2);
}
.bottom{
	padding-top:10px;
	line-height:26px;
}
.pages{
	padding:20px 0px;
}
.pages ul{
	list-style:none;
	text-align:center;
}
.pages ul li{
	display:inline-block;
	margin:0px 10px;
	font-size:1.5em;
}
.catalog_table{
	width:100%;
	border-collapse:collapse;
}
.catalog_table th{
	padding:25px;
	font-size:16px;
	text-transform:uppercase;
	white-space:nowrap;
	font-family:"GothamProBold";
	color:#434343;
}
.catalog_table td{
	padding:25px;
	background:#f7f7f7;
}
.catalog_table tr:nth-child(even) td{
	background:#f0f0f0;
}
.catalog_table td.catalog_name h3{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	font-family:"GothamProBold";
	margin-bottom:15px;
}
.catalog_table td.catalog_name h3 a{
	text-decoration:none;
	color:#0575a5;
}
.catalog_table td.catalog_name h3 a:hover{
	text-decoration:underline;
}
.catalog_table td.catalog_desc,.catalog_table td .part{
	font-size:12px;
	line-height:15px;
}
.catalog_table td.catalog_photo{
	width:115px;
	padding:10px;
	text-align:center;
}
.catalog_table td.catalog_photo a{
	text-decoration:none;
}
.catalog_table td.catalog_photo img{
	max-width:115px;
	max-height:85px;
}
.catalog_table td.catalog_price{
	white-space:nowrap;
	font-size:14px;
	font-family:"GothamProBold";
}
.catalog_table td.catalog_basket{
}
.catalog_table td.catalog_basket input[type=submit]{
	background:url('../images/icon_buy.png') #ff840b no-repeat 90% 50%;
	border:0px;
	cursor:pointer;
	height:35px;
	padding:0 40px 0 20px;
	font-size:12px;
	color:#ffffff;
	border-radius:20px;
	font-family:"GothamProBold";
}
.catalog_item_na{
	line-height:35px;
	font-size:12px;
	border:1px solid #1e4681;
	padding:0 20px;
	text-transform:uppercase;
	color:#1e4681;
	white-space:nowrap;
}
.catalog_table td .catalog_more a{
	font-family:"GothamProBold";
	color:#535353;
	font-size:10px;
	line-height:15px;
	text-decoration:none;
}
.catalog_table td .catalog_more a:hover{
	color:#0575a5;
}
.catalog_table td ul{
	margin-left:20px;
}
.catalog_table td .toauto{
	margin-top:5px;
}
.catalog_detail_photo{
	width:480px;
	float:left;
}
.catalog_detail_main_photo{
	margin-bottom:15px;
}
.catalog_detail_photos{
	text-align:justify;
}
.catalog_detail_photos a{
	text-decoration:none;
	display:inline-block;
	margin-bottom:15px;
	margin-right:16px;
}
.catalog_detail_photos a:nth-child(3n){
	margin-right:0px;
}
.catalog_detail_photos a img{
	opacity:0.7;
}
.catalog_detail_photos a:hover img{
	opacity:1;
}
.catalog_detail_text{
	width:470px;
	float:right;
}
.catalog_detail_text article{
	margin-bottom:30px;
}
.catalog_detail_price{
	float:left;
	font-size:18px;
	line-height:50px;
}
.catalog_detail_price span{
	font-size:23px;
	font-weight:bold;
	color:#1e4681;
}
.catalog_detail_basket,.catalog_detail_na{
	float:right;
	width:250px;
	height:50px;
	border:1px solid #1e4681;
	text-align:center;
}
.catalog_detail_na{
	line-height:50px;
	text-transform:uppercase;
	font-size:18px;
	color:#1e4681;
	font-weight:bold;
}

.catalog_detail_basket input[type=submit]{
	padding-left:45px;
	background:url('../images/ico_cart_detail.png') transparent no-repeat center left;
	border:0px;
	cursor:pointer;
	height:35px;
	margin-top:7px;
	text-transform:uppercase;
	font-size:18px;
	color:#1e4681;
	font-weight:bold;
}
.form td{
	padding-bottom:5px;
}
.form{
	width:400px;
}
.form input[type=text],.form textarea{
	width:100%;
	box-sizing:border-box;
}
.form input[type=text]{
	height:35px;
	padding:0 10px;
}
.form textarea{
	padding:10px;
	resize:vertical;
}
.form input[type=submit]{
	background:#1e4681;
	color:#ffffff;
	height:35px;
	border-radius:5px;
	padding:0 20px;
	font-family:"GothamProBold";
	font-size:14px;
	border:0px;
	cursor:pointer;
}
.main_title{
	font-size:24px;
	line-height:24px;
	color:#313131;
	text-transform:uppercase;
	font-family:"GothamProBold";
	margin-bottom:20px;
}
.main_search{
	margin-bottom:40px;
}
.main_search .left,.main_search .right{
	width:50%;
	padding:30px;
	box-sizing:border-box;
}
.main_search .left{
	background:#e5edf0;
}
.main_search .right{
	background:#d8e1e4;
}
.main_search .name{
	font-family:"GothamProBold";
	font-size:16px;
	line-height:18px;
	margin-bottom:15px;
}
.main_search input[type=text],.main_search select{
	box-sizing:border-box;
	border:1px solid #0575a5;
	background:transparent;
	padding:0 15px;
	font-family:"GothamProLight";
	height:35px;
	font-size:12px;
}
.main_search select{
	background:#d8e1e4;
}
.main_search input[type=text]:focus,.main_search select:focus{
	outline:none;
}
.main_search input[type=text]{
	width:100%;
}
.main_search select{
	width:190px;
	margin-right:10px;
}
.catalog_search{
	border-spacing:0;
	width:100%;
}
.catalog_search th{
	font-family:"GothamProBold";
	font-size:15px;
	line-height:18px;
	font-weight:400;
	text-align:left;
	padding-bottom:20px;
	text-transform:uppercase;
}
.catalog_search td{
	vertical-align:top;
	padding:15px;
}
.catalog_search td.r_cats{
	background:#e5edf0;
	width:20%;
}
.catalog_search td.r_cats ul{
	list-style:none;
	max-height:500px;
	overflow:auto;
}
.catalog_search td.r_cats ul li{
	font-size:12px;
	line-height:16px;
}
.catalog_search td.r_cats ul li a{
	padding:5px 10px;
	display:block;
	text-decoration:none;
	color:#010101;
}
.catalog_search td.r_cats ul li.active a,.catalog_search td.r_cats ul li a:hover{
	background:#ff840b;
	color:#ffffff;
}
.catalog_search td.r_types{
	background:#dee6e8;
}
.catalog_search td.r_items{
	background:#d7dfe1;
	width:60%;
}
.catalog_search td.r_items table td{
	background:transparent;
	border-bottom:1px solid #a9b7bb;
}
.catalog_search td.r_items table td.catalog_price{
	font-size:24px;
	line-height:24px;
	font-family:"GothamProRegular";
}
.catalog_search td.r_items table td.catalog_price form{
	padding:10px 0 0;
}
#cart_animation {
	opacity:0;
	position:absolute;
	top:10px;
	right:10px;
	width:15px;
	height:15px;
	background:url('../images/ajax_loader.gif');
}
.hide {
	display:none;
}
input.error {
	border:1px solid #e03c42;
}
sup.req {
	color:#e03c42;
	font-size:10px;
}
.cart_title {
	font-family:"GothamProBold";
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.cart_items {
	list-style:none;
	width:100%;
	display:table;
}
.cart_item {
	display:table-row;
}
.cart_item_head {
}
.cart_item div{
	display:table-cell;
	vertical-align:middle;
	padding:25px;
	font-size:14px;
	line-height:21px;
	text-align:center;
	background:#f0f0f0;
}
.cart_item:nth-child(even) div{
	background:#f7f7f7;
}
.cart_item_head div{
	font-family:"GothamProBold";
	font-size:16px;
	background:transparent;
	text-align:center;
	text-transform:uppercase;
	color:#434343;
}
.cart_item div:last-child{
	border-right:0px;
}
.cart_item div input[type=text]{
	text-align:center;
	width:40px;
}
.cart_item div input[type=button]{
	cursor:pointer;
	width:22px;
	height:22px;
}
.cart_item_photo {
	width:100px;
}
.cart_item div.cart_item_name {
	text-align:left;
}
.cart_item div.cart_item_name a{
	font-family:"GothamProBold";
	color:#0575a5;
	text-decoration:none;
}
.cart_item div.cart_item_name a:hover{
	text-decoration:underline;
}
.cart_item_price {
	color:#0575a5;
	font-family:"GothamProBold";
	width:150px;
}
.cart_item_count {
	width:150px;
}
.cart_item_delete {
}
.cart_desc{
	font-family:"GothamProLight";
	font-size:10px;
	line-height:15px;
	color:#6cbadc;
}
.is_spb .cart_desc{
	font-size:12px;
	line-height:20px;
	font-family:"GothamProMedium";
	color:#ffffff;
}
a.cart_delete {
	display:inline-block;
	text-decoration:none;
	background:#ff840b;
	color:#ffffff;
	border-radius:50%;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:16px;
}
.cart_summary {
	font-family:"GothamProBold";
	padding:30px 0px;
	text-align:right;
	line-height:26px;
}
.cart_summary input {
	margin-left:50px;
	width:100px;
	margin-right:10px;
}
#global_price {
	font-weight:bold;
	font-size:24px;
}
.cart_h1{
	font-family:"GothamProBold";
	font-size:24px;
	line-height:26px;
	text-transform:uppercase;
	margin-bottom:25px;
	text-align:center;
}
.cart_form {
	background:url("../images/bg_cartform.jpg");
	color:#ffffff;
	height:315px;
	display:none;
}
.cart_stage{
	float:left;
	width:33.33%;
	box-sizing:border-box;
	padding:15px;
}
.cart_stage .title{
	font-family:"GothamProBold";
	font-size:16px;
	margin-bottom:10px;
}
.cart_form .field{
	margin-bottom:10px;
}
.is_delivery{
	display:none;
}
.cart_form input[type=text],.cart_form textarea,.cart_form select{
	width:100%;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,.4);
	background:transparent;
	color:#ffffff;
	font-family:"GothamProLight";
	font-size:12px;
}
.cart_form input[type=text]:focus,.cart_form textarea:focus,.cart_form select:focus{
	border-color:#6cbadc;
}
.cart_form select{
	color:#afc7d2;
}
.cart_form select option{
	background:#0e3556;
}
.cart_form input[type=text]:focus,.cart_form textarea:focus,.cart_form select:focus{
	outline:none;
}
.cart_form input[type=text]::-webkit-input-placeholder{
	color:#afc7d2;
}
.cart_form input[type=text]::-moz-placeholder{
	color:#afc7d2;
}
.cart_form input[type=text]:-moz-placeholder{
	color:#afc7d2;
}
.cart_form input[type=text]:-ms-input-placeholder{
	color:#afc7d2;
}
.cart_form textarea::-webkit-input-placeholder{
	color:#afc7d2;
}
.cart_form textarea::-moz-placeholder{
	color:#afc7d2;
}
.cart_form textarea:-moz-placeholder{
	color:#afc7d2;
}
.cart_form textarea:-ms-input-placeholder{
	color:#afc7d2;
}
.cart_form input[type=text],.cart_form select{
	height:35px;
	padding:0 15px;
}
.cart_form textarea{
	resize:none;
	height:85px;
	padding:10px 15px;
}
.cart_form table{
	margin-top:10px;
	width:100%;
}
.cart_form table td {
	padding-bottom:10px;
	padding-right:10px;
	white-space:nowrap;
	vertical-align:middle;
}
.cart_form table tr td:nth-child(2n) {
	padding-right:40px;
}
.cart_form table td sup{
	font-size:11px;
	line-height:12px;
}
.cart_form table td.cart_form_title {
	font-size:16px;
}
.rules{
	padding-top:10px;
	font-size:11px;
	line-height:15px;
}
.cart_form .rules{
}
.cart_form .rules a{
	text-decoration:none;
	color:#ffffff;
	border-bottom:1px solid rgba(255,255,255,.5);
}
.cart_form .rules a:hover{
	border-color:transparent;
}
.pay_vars{
}
.pay_vars label{
	display:block;
	margin-bottom:10px;
}
.pay_vars label > span{
	display:block;
	height:60px;
	border:1px solid rgba(255,255,255,.4);
	padding-left:55px;
	padding-top:15px;
	background-position:12px 50%;
	background-repeat:no-repeat;
	font-family:"GothamProMedium";
	font-size:12px;
	line-height:14px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}
.pay_vars label > span:before{
	width:18px;
	height:18px;
	background:url("../images/icon_check.png") no-repeat;
	position:absolute;
	top:50%;
	left:-9px;
	margin-top:-9px;
	display:none;
	content:'';
}
.pay_vars label > span span{
	font-family:"GothamProLight";
	display:block;
}
.pay_vars label > span.online{
	background-image:url("../images/icon_online.png");
}
.pay_vars label > span.cash{
	background-image:url("../images/icon_cash.png");
}
.pay_vars label input[type=radio]{
	display:none;
}
.pay_vars label input[type=radio]:checked + span{
	border-color:#6cbadc;
}
.pay_vars label input[type=radio]:checked + span:before{
	display:block;
}
.cart_form input[type=submit],.main_search input[type=submit]{
	font-family:"GothamProBold";
	height:40px;
	padding:0 40px 0 20px;
	background:url("../images/arrow_right.png") #ff840b no-repeat 90% 50%;
	border-radius:20px;
	margin-top:20px;
	font-size:12px;
	border:0;
	cursor:pointer;
	color:#ffffff;
}
.cart_title_count{
	display:none;
}
.delivery_vars{
	margin-bottom:20px;
	text-align:center;
}
.delivery_vars label{
	font-size:12px;
	line-height:15px;
	display:inline-block;
	vertical-align:top;
	margin:0 20px 10px;
}
.delivery_vars label input{
	display:none;
}
.delivery_vars label input+span{
	display:block;
	padding:20px 40px;
	border:2px solid #0575a5;
	font-size:18px;
	color:#0575a5;
	position:relative;
	cursor:pointer;
	font-family:"GothamProBold";
}
.delivery_vars label input+span:before{
	width:18px;
	height:18px;
	background:url("../images/icon_check.png") no-repeat;
	position:absolute;
	top:50%;
	left:-9px;
	margin-top:-9px;
	display:none;
	content:'';
}

.delivery_vars label input:checked+span{
	background:#0575a5;
	color:#ffffff;
}
.delivery_vars label input:checked+span:before{
	display:block;
}
.delivery_m{
	display:none;
}