body {
	background-color: #e9e9e9;
}

* {
	font-family: Tahoma;
}

a {
	color: #69130c;
}
a:hover, a:focus {
	text-decoration: none;
	color: #69130c;
}

.b-goodsCard-delivery {
    color: #008000;
    font-weight: bold;
}

@media (min-width:1405px){
.b-goodsCard-props {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 49%!important;
}

.b-goodsCard-delivery {
    width: 50%!important;
}

.b-prodinfo-block {
	/*display: inline-block;*/
width: 49%;
/*top: 0;*/
}
}
.b-redBtn, .b-grayBtn {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
}
.b-redBtn {
	background-color: #a11c17;
}
	.b-redBtn:hover {
		background-color: #b23632;
	}
.b-grayBtn {
	background-color: #ababab;
}
	.b-grayBtn:hover {
		background-color: #bebebe;
	}

.b-buyBtn {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-weight:700;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background:#77b336;
}
.b-buyBtn:hover, .b-buyBtn:focus {
	background:#008000;
	color: #fff;
}
.b-buyBtn.inBasket{
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: black;
	/* background-image: url(../images/in_basket.png); */
	background-color: #fac218;
}
.b-buyBtn.inBasket:hover, .b-buyBtn.inBasket:focus{
	background-color: #dca704;
}
.b-modelCard .b-buyBtn.notStore {
    cursor: not-allowed;
	background-color: #aaa!important;
}
.b-modelCard .b-buyBtn.notStore:hover {
	/*background-color: #818080!important;*/
}
.b-modelCardlList {
	overflow: hidden;
	margin: 0 0 20px 0px;
	text-align: center;
}
.b-modelCard {
    margin: 10px 4px;
    background: #fff;
    width: 220px;
    box-shadow: 0px 0px 2px #ddd;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0px 0px 0px;
	text-align: center;
}

	.b-modelCard .message-holder {
		height: 20px;
	}
	.b-modelCard .promo-message {
		width: 205px;
		position: relative;
		cursor: help;
	}
	.b-modelCard .promo-message .wrap {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: white;
	}

   .b-modelCard .promo-message:hover:after {
    content: attr(data-title); /* Выводим текст */
    background: gray;
    background: rgba(128,128,128,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    left: 0px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
	}
.b-modelCard .promo-message:hover:before{
    border: solid;
    border-color: gray transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}


   .b-modelCard .b-modelList-pic:hover:after {
    content: attr(data-title); /* Выводим текст */
    background: gray;
    background: rgba(128,128,128,.8);
    border-radius: 5px;
    top: 86px;
    color: #fff;
    left: 0px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
	}
.b-modelCard .b-modelList-pic:hover:before{
    border: solid;
    border-color: gray transparent;
    border-width: 0 6px 6px 6px;
    top: 80px;
    content: "";
    left: 20%;
    position: absolute;
    z-index: 99;
}

.b-modelCard > a {
	position: relative;
    display: block;
}

.b-modelList-pic {
	height: 220px;
	display: block;
	overflow: hidden;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

}
.b-modelList-pic img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.b-modelList-pic .helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
}
.b-modelList-price {
	width: 50%;
	text-align: center;
	font-size: 18px;
	color: #69130c;
	height: 35px;
	line-height: 33px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.b-modelCard .oldprice {
    text-decoration: line-through;
    width: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #dd7d1f;
    height: 35px;
    line-height: 33px;
    position: absolute;
    left: 0;
    bottom: 14px;
}
.b-modelCard .oldprice+.b-modelList-price {
	bottom: -5px;
}
.b-modelList-content {
	overflow: hidden;
	position: relative;
	height: 150px;
	font-size: 14px;
	color: #b58750;
	text-align: center;
}
.b-modelList-content-info {
	margin: 5px 0;
}
.b-modelList-descr {
	overflow: hidden;
	position: relative;
	height: 100%;
	text-overflow: ellipsis;
}
.b-modelList-descr a {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	color: #b58750;
}
.b-modelList-name {
	margin: 0 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #69130c;
	line-height: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 47px;
}
.b-modelList-name span {
	display:block;
	color:#555;
	font-size:11px;
}
.b-modelList-prop {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.b-modelList-prop li {}
.b-modelList-descr {}
.b-modelList-bottom {
	width: 50%;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.b-modelList-credit {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	color: #686868;
	font-size: 11px;
	text-align: left;
}
.b-modelCard .b-buyBtn {
	vertical-align: middle;
	width: 100%;
}
.b-modelCard-ask {
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	background: url(../images/icon-question.png) no-repeat;
}

.b-inStore {
	color: #008000;
}
.b-notStore {
	color: #ff0000;
}

.b-paginator {
	margin: 30px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	list-style: none;
}
	.b-paginator-item {
		display: inline-block;
		vertical-align: top;
		margin: 0 8px;
		font-size: 12px;
		line-height: 1.4;
		font-weight: bold;
		letter-spacing: normal;
		font-family: "Trebuchet MS";
	}
	.b-paginator-item a {
		display: block;
		width: 18px;
		height: 18px;
		line-height: 18px;
		text-align: center;
		text-decoration: underline;
		color: #686868;
	}
	.b-paginator-item a:hover {
		text-decoration: none;
	}
	.b-paginator-item_active a {
		color: #fff;
		text-decoration: none;
		border-radius: 50%;
		font-weight: normal;
		background-color: #69130c;
	}
	.b-paginator-item_active a:hover {
		background-color: #69130c;
	}
	.b-paginator-item_prev a, .b-paginator-item_next a {
		margin-top: 1px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		background: url(../images/paginatorSprite.png) 0 0 no-repeat;
	}
	.b-paginator-item_prev a {background-position: left top;}
	.b-paginator-item_prev a:hover {background-position: left bottom;}
	.b-paginator-item_next a {background-position: right top;}
	.b-paginator-item_next a:hover {background-position: right bottom;}

.b-sbBlock {
	color: #373737;
}

.b-sbBlock-head {
	font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
}
.b-sbBlock-head:after {
    content: '';
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/filterHeadSprite.png) left bottom;
    margin: 2px 6px;
}
.b-sbBlock_open .b-sbBlock-head:after {
	background-position: left top;
}
.b-sbBlock-content {
	display: none;
	padding: 10px 14px;
	border: 1px solid #e0e0e0;
	border-top: none;
	background-color: #fff;
}

.b-filter {}
	.b-filterItem {}
	.b-filterItem-name {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 10px;
		font-size: 13px;
		color: #373737;
		text-decoration: none;
		background: url(../images/filterNameBorder.png) left bottom repeat-x;
	}
	.b-filterItem-name:hover {
		background: none;
		color: #373737;
		text-decoration: none;
	}
	.b-filterItem_active .b-filterItem-name {
		color: #69130c;
		background: url(../images/filterNameActiveBorder.png) left bottom repeat-x;
	}
	.b-filterItem-content {
		display: none;
		margin-bottom: 5px;
	}
	.b-filterItem_active .b-filterItem-content {}
	.b-filter-select {
		width: 175px;
		height: 20px;
		line-height: 20px;
		border-radius: 2px;
		border: 1px solid #e2e9ef;
		border-top-color: #aaadb2;
	}

.b-filterItem.b-filterItem_more {
	margin: 10px 0 20px;
}
	.b-filterItem_more > .b-filterItem-name {
		display: block;
		text-align: center;
		background: no-repeat;
	}
	.b-filterItem_more > .b-filterItem-name span {
		border-bottom: 1px dashed #dc524d;
		color: #dc524d;
		font-size: 14px;
	}

.b-filterItem .b-filterItem {}
.b-filterItem .b-filterItem select {
	width: 100%;
}
.b-filterItem .b-filterItem .b-checkboxList-item {
	font-size: 12px;
}
.b-filterItem .b-filterItem .b-filterItem-name {}

.b-checkboxList {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.b-checkboxList-item {
		display: block;
		font-size: 14px;
		margin-bottom: 3px;
		white-space: nowrap;
	}
	.b-checkboxList-item input[type=checkbox] {
		display: inline-block;
		vertical-align: top;
		margin-right: 4px;
	}
	.b-checkboxList-item span {
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}
	.b-checkboxList-item input[type=checkbox]:checked + span {
		font-weight: bold;
	}

.b-slider {
	margin: 15px 0 15px 8px;
}
.b-uiSlider-inp {
	padding: 0 5px;
	width: 57px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	border: 1px solid #e2e9ef;
	border-top-color: #aaadb2;
}

/* ------------- custom ui-styles ------------- */
.ui-widget-content {
	height: 4px;
	border-radius: 0;
	border: none;
	border-top: 1px solid #c5c8c8;
	background-color: #e7eaea;
}
.ui-widget-header {
	background: #c5c8c8;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	top: -8px;
	width: 13px;
	height: 19px;
	border: none;
	outline: none;
	background: url(../images/sliderHandle.png) no-repeat;
}

.b-titlePanel {
	font-size: 20px;
	color: #333;
	text-align:center;
}
.b-titlePanel h1 {
	font-weight:700;
	margin: 0 0 20px 0;
}

.b-modelCardTable {
	display: none;
}
/*---------------------------------- Product detail page*/
.b-changeGoods{
    font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
	overflow: hidden;
}
.b-changeGoods a{
    color: #373737;
    text-decoration: none;
    min-height: 28px;
    vertical-align: middle;
}
.b-changeGoods a:hover{
    color: #a11c17;
}
.b-changeGoods-leftLink{
    display: inline-block;
    float: left;
    max-width: 290px;
    text-align: left;
    padding-left: 37px;
    background: url(../images/changeGoods_left.png) no-repeat left center;
    padding-right: 10px;
}
.b-changeGoods-linkText{
    display: inline-block;
    vertical-align: middle;
}
.b-changeGoods-rightLink{
    display: inline-block;
    float: right;
    max-width: 290px;
    text-align: right;
    padding-right: 37px;
    background: url(../images/changeGoods_right.png) no-repeat right center;
    padding-left: 10px;
}

div.b-changeGoods-wrapper{
    display:table-cell;
    vertical-align: middle;
}

.b-goodsCard{
    padding: 5px 10px 20px 10px;
    background: #fff;
}

.b-goodsCard-left{
    float: left;
	margin-right: 5px;
}

.zoomWindow {
    outline: 1px solid #E2DED1;
}

.b-goodsSlider{
    position: relative;
    display: block;
    padding: 5px;
    overflow: hidden;
	text-align: center;
}

.b-goodsSlider .b-goodsSlider-imagesLeft {
	display:inline-block;
    width: 70px;
    margin-right: 7px;
    position: relative;
	vertical-align:top;
}

.b-goodsSlider .b-goodsSlider-imagesLeft .b-goodsSlider-carouselPrev{
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/changeGoods_up.png) no-repeat;
    z-index: 10;
}

.b-goodsSlider .b-goodsSlider-imagesLeft .b-goodsSlider-carouselNext{
	position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/changeGoods_down.png) no-repeat;
    z-index: 10;
}

.b-goodsSlider .b-goodsSlider-mainImageWrap{
	width: 320px;
    max-height: 420px;
	overflow: hidden;
    margin-bottom: 10px;
	display:inline-block;
}

.b-goodsSlider .b-goodsSlider-imagesBottom{
    position: relative;
}

.b-goodsSlider .b-goodsSlider-imagesBottom .b-goodsSlider-carouselPrev{
    position: absolute;
    top: 21px;
    left: -27px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/changeGoods_left.png) no-repeat;
    z-index: 10;
}

.b-goodsSlider .b-goodsSlider-imagesBottom .b-goodsSlider-carouselNext{
    position: absolute;
    top: 21px;
    right: -27px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/changeGoods_right.png) no-repeat;
    z-index: 10;
}

.b-goodsSlider .b-goodsSlider-carouselPrev.m-disabled, .b-goodsSlider-carouselNext.m-disabled {
    display: none;
}

.b-goodsSlider .b-goodsSlider-carousel{
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    max-height: 400px;
}

.b-goodsSlider .b-goodsSlider-carouselList{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-goodsSlider .b-goodsSlider-carouselList > li{
    display: table;
    width: 70px;
    height: 70px;
    margin-right: 3px;
}

.b-goodsSlider .b-goodsSlider-carouselList > li > a{
    display: table-cell;
    vertical-align: middle;
}

.b-goodsCard-right{
	display: block;
    text-align: left;
    color: #373737;
    overflow: hidden;
	position: relative;
}

.b-goodsCard-right h1{
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.b-goodsCard-right h1 span{
	font-size: 18px;
}

.b-goodsCard-table{
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
	margin-bottom: 10px;
}

.b-goodsCard-table tr{
    height: 26px;
    margin: 0;
    border: 0;
    background: #ffffff;
}

.b-goodsCard-table tr:nth-child(odd){
    background: #f0f0f0;
}

.b-goodsCard-table td{
    margin: 0;
    border: 0;
}

.b-goodsCard-table td:first-child{
    width: 140px;
    padding-left: 10px;
    vertical-align: center;
}

.b-productinfo-btns {
	min-height: 50px;
	position: relative;
	margin-top: 10px;
}

.b-productinfo {
	min-height: 120px;
	position: relative;
}

.b-favorit{
    display: inline-block;
    font-size: 14px;
    height: 22px;
    margin-top: 5px;
    margin-left: 10px;
	cursor: pointer;
	top: 0;
	bottom: 0;
	position: absolute;
}

.b-favorit_label{
	float:left
}

.b-favorit input{
	float:left
}

.b-favorit input[type=checkbox]{
	display:none;
}

.b-favorit input[type=checkbox]+div{
	padding-left: 25px;
    background-image: url('../images/star-empty.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px auto;
}

.b-favorit input[type=checkbox]:checked+div{
    background-image: url('../images/star-full.png');
}

.b-discount {
	display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #e93234;
    padding: 5px 10px;
    font-weight: bolder;
    vertical-align: top;
    margin-bottom: 10px;
}

.b-deliveryinfo{
    font-size: 13px;
    margin-bottom: 20px;
}

.b-deliveryinfo a {
	text-decoration: underline;
	color: #77b336;
	font-weight: bold;
}

.b-deliveryinfo a:hover {
	text-decoration: none;
	color: #77b336;
}

/*Если есть в наличии:*/
.b-inStock{
display: inline-block;
font-size: 14px;
color: #fff;
background-color: #77b336;
padding: 5px 10px;
font-weight: bolder;
vertical-align: top;
margin-bottom: 10px;
}

/*Если нет в наличии:*/
.b-NotInStock{
    display: inline-block;
    font-size: 15px;
    color: #fff;
	background-color: #c5c5c5;
    padding: 3px 15px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.b-NotInStock_link {
    margin-left: 5px;
    text-decoration: underline;
}

.b-average{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
	padding-left: 25px;
	background-image: url('../images/flag.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

.b-property{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
	padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

/* Музейное качество */
.b-property.museum_quality{
	background-image: url('../images/museum.png');
}

/* Для первого раза */
.b-property.for_first_time{
	background-image: url('../images/beginner.png');
}

/* Лазерная резка */
.b-property.laser_cut{
	background-image: url('../images/laser.png');
}

/* Медная обшивка корпуса */
.b-property.cooper_sheets{
	background-image: url('../images/copper.png');
}

/* Инструменты в комплекте */
.b-property.with_tools{
	background-image: url('../images/tools.png');
}

/* Пошаговая фотоинструкция */
.b-property.step_by_step{
	background-image: url('../images/photo.png');
}

/* Уровень сложности */
.b-property.level_diff-1{
	background-image: url('../images/light.png');
}

/* Уровень сложности */
.b-property.level_diff-2{
	background-image: url('../images/medium.png');
}

/* Уровень сложности */
.b-property.level_diff-3{
	background-image: url('../images/difficult.png');
}


.b-socialWrapper{
    display: block;
    position: relative;
    margin: 2px 0 0 0;
}

.b-buyWrapper{
	margin-bottom: 10px;
    overflow: hidden;
}

.b-buyWrapper .b-buy{
	overflow: hidden;
    display: inline-block;
}

.b-buyWrapper .bonus {
    font-size: 15px;
    margin: 0;
}

.b-buyWrapper .b-buy-price{
	font-size: 18px;
    line-height: 25px;
	display: inline-block;
    width: 200px;
	margin-right: 10px;
	color:#333;
}

.b-buyWrapper  .b-buy-price .old-price {
	font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    color: #dd7d1f;
	margin-right: 5px;
	display: block;
}

.b-goodsCard-right .b-buy-buyButton_withNum {
	padding: 12px 20px 12px 50px;
	height:auto;
}

.b-goodsCard-right .b-buy_num {
	top: 12px;
}

.bx-catalog-tab-container .image_tab {
	padding: 5px;
	float: left;
}
.bx-catalog-tab-container p {
	display:inline;
}
.b-buyWrapper  .b-buy-price .current-price {
	font-size: 26px;
    font-weight: bold;
}
.b-buy_broad .b-buy-name {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
.b-buy_broad .b-buy-price {
	color: #fff;
	line-height: 40px;	
} 
.b-buy_broad .b-buy_1 {
	padding: 0;
}
.b-buyWrapper  .b-buy-price .free-delivery {
    font-size: 11px;
    font-weight: bold;
    color: #77b336;
}

.b-buy-priceNA{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    float: left;
    padding: 7px 6px;
    color: #fff;
}

.b-buy-form{
    line-height: 28px;
    font-size: 11px;
	margin: 5px 5px 0px 0px;
}

.b-buy-form .b-buy-count{
	vertical-align: middle;
    display: inline-block;
}

.b-buy-form .b-buy-count .bx_small {
	display: block;
    height: 13px;
	background: #f5f5f5;
	border: 1px solid #eee;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
	width: 25px;
	cursor:pointer;
}

.b-buy-form .b-buy-count .bx_small.minus {
	background-image: url("../images/down-arrow.png");
}

.b-buy-form .b-buy-count .bx_small.plus {
	background-image: url("../images/arrow-up.png");
}

.b-buy-form .b-buy-count input.count {
	text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 25px;
    background: #f5f5f5;
    border: none;
    outline: none;
}

.b-buy-form select{
    width: 55px;
    height: 28px;
    margin-right: 8px;
}

.b-buy-buyButton{
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: 89px;
    height: 28px;
    padding: 0 8px 0 41px;
	background-color: #dd7d1f;
	background-image: url(../images/basket.png);
	background-repeat: no-repeat;
	background-position:  top 5px left 5px;
	background-position:  5px 5px;
    /* background: #dd7d1f url(../images/basket.png) no-repeat top 5px left 5px;*/
    font-size: 13px;
    color: #fff;
}

.b-buy-buyButton_OFF{
    background-color: #c5c5c5;
    cursor: default;
}

.b-buy-buyButton_withNum{
	display: inline-block;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    height: 37px;
    padding: 5px 20px 5px 50px;
    background-color: #dd7d1f;
    background-image: url(../images/basket.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    position: relative;
    box-shadow: 0 -3px 0 0 #c06c19 inset !important;
	vertical-align: middle;
}

.b-buy-buyButton_withNum:hover {
	color:#fff;
	background-color:#c06c19;
}
.b-buy-buyButton_withNum:focus {
	color:#fff;
}
.b-buy-buyButton_withNum.notStore {
	cursor: not-allowed;
	background-color: #aaa;
    box-shadow: 0 -3px 0 0 #aaa inset !important;
    /*box-shadow: 0 -3px 0 0 #818080 inset !important;*/
}
.b-buy-buyButton_withNum.notStore:hover {
	/*background-color: #818080;*/
}

.b-buySmall_num{
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	padding-left: 10px;
	width: 26px;
	background: #dd7d1f;
	text-align: center;
	padding-bottom: 0px;
	padding-right: 10px;
	border-radius: 5px;
}
.b-buySmall_num:hover{
	background:#a11c17;
}
.b-buy_num{
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 4px;
    left: 7px;
    text-align: center;
    background: #fff;
    border-radius: 40px;
    padding: 0px 11px;
}


.b-buy-credit{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #5e4531;
    font-size: 11px;
    line-height: 16px;
	margin-right: 20px;
}

.b-buy-help{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
	cursor: help;
    color: #5e4531;
    font-size: 11px;
    line-height: 16px;
}

/*Если нет в наличии:*/
.b-buy-predzakaz{
    display: inline-block;
    position: absolute;
    right: 0;
    top: -20px;
    color: #686868;
    font-size: 11px;
    line-height: 16px;
    padding-right: 6px;
    text-decoration: none;
}

.b-socials{}
.b-icon{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    float: left;
    margin-right: 7px;
    background-image: url(../images/social.png);
}
.b-icon-vk{
    background-position: top 0 left 0;
}
.b-icon-facebook{
    background-position: 0 -31px;
}
.b-icon-instagram{
    background-position: top 0 left -61px;
}
.b-icon-twitter{
    background-position: top 0 left -92px;
}
.b-icon-google{
    background-position: top 0 left -122px;
}

.b-icon-vk:hover{
    background-position: top -24px left 0;
}
.b-icon-facebook:hover{
    background-position: top -24px left -31px;
}
.b-icon-instagram:hover{
    background-position: top -24px left -61px;
}
.b-icon-twitter:hover{
    background-position: top -24px left -92px;
}
.b-icon-google:hover{
    background-position: top -24px left -122px;
}

.b-textDescription{
    display: block;
    margin: 20px 0 15px 0;
    padding: 3px 20px 8px 17px;
    background: #fff;
    text-align: left;
    font-size: 13px;
    color: #373737;
}
.b-textDescription h3{
    padding: 0;
    margin: 7px 0 0 0;
    font-size: 18px;
    color: #373737;
    text-transform: uppercase;
}
.b-textDescription p{
    margin: 0;
    padding: 7px 0 5px 0;
}

.b-recommend{
    background: #fff;
    font-size: 14px;
    color: #373737;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    width: 100%;
}
.b-recommend tbody{
    width: 100%;
    padding: 0 20px 0 20px;
}
.b-recommend th{
    background-color: #77b336;
    font-size: 16px;
    text-align: center;
    height: 28px;
    padding: 0 20px 0 20px;
    font-weight: normal;
	color:#fff;
	font-weight:700;
}
.b-recommend tr{
    height: 50px;
    margin: 0;
}
.b-recommend td{
    border: 1px solid #e0e0e0;
}

/*ячейки таблицы*/
.b-recommend-showPhoto{
    min-width: 62px;
	padding: 2px;
    text-align: center;
    position: relative;
}
.b-recommend-code{
    min-width: 74px;
    text-align: center;
    color: #686868;
}
.b-recommend-name a{
    margin-left: 20px;
    min-width: 360px;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid RGBA(117, 44, 15, 0.33);
}
.b-recommend-name a:hover{
	color: #57100a;
	border-bottom: 1px solid RGBA(117, 44, 15, 0.66);
}
.b-recommend-code a {
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid RGBA(117, 44, 15, 0.33);
}
.b-recommend-code a:hover{
	color: #57100a;
	border-bottom: 1px solid RGBA(117, 44, 15, 0.66);
}
.b-recommend-accept{
    min-width: 40px;
    text-align: center;
}
.b-recommend-price{
    text-align: center;
    padding: 0 10px;
    border-right: none !important;
}
.b-recommend-buy{
    border-left: none !important;
    width: 47px;
    padding-right: 20px;
}

.i-showPhoto{
    display: inline-block;
    width: 23px;
    height: 17px;
    background-image: url(../images/showPhoto.png);
    background-repeat: no-repeat;
    background-position: left 0 top -17px;
}
.i-showPhoto:hover, .i-showPhoto:active{
    background-position: left 0 top 0;
}

.b-bigPhotoPlace{
    padding: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    position: absolute;
    bottom: -4px;
    right: 54px;
}
.b-bigPhotoPlace-inner{
    padding: 19px;
    display: block;
    position: relative;
}
.b-bigPhoto-image{}

.b-angle{
    position: absolute;
    right: -10px;
    bottom: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #e0e0e0;
}
.b-agle-inner{
    display: block;
    height: 100%;
    position: relative;
}
.b-angle_small{
    position: absolute;
    top: -7px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #ffffff;
}

.b-buySmall{
    display: block;
    float: right;
    border-radius: 3px;
    width: 46px;
    height: 27px;
	background-color: #dd7d1f;
	background-image: url(../images/basket.png);
	background-repeat: no-repeat;
	background-position:  top 4px center;

/*background: #dd7d1f url(../images/basket.png) no-repeat top 4px center;*/
}
.b-buySmall:hover{
    background-color: #a11c17;
}
.b-buySmall_off{
	cursor: not-allowed;
    background-color: #c5c5c5;
}
.b-buySmall_off:hover{
    background-color: #c5c5c5;
}

.b-tags{
    margin: 20px 23px;
    color: #686868;
    font-size: 11px;
}
.b-tags{
    margin: 0;
    padding: 0;
}
.b-tags a{
    color: #686868;
    text-decoration: none;
}
.b-tags a:hover{
    color: #686868;
    text-decoration: underline;
}

.b-topSub{
    height: 27px;
    background: #5e4531;
    margin-bottom: -21px;
    line-height: 27px;
}
.b-topSub-buy{
    width: 135px;
    height: 27px;
    padding-right: 16px;
    text-align: right;
    float: right;
	background-color: #c5c5c5;
	background-image: url(../images/notInStock1.png);
	background-repeat: no-repeat;
	background-position:  top 5px left 6px;
	background-position:  5px 6px;
    background: #c5c5c5 url(../images/notInStock1.png) no-repeat top 5px left 6px;
    color: #fff;
}
.b-topSub-predzakaz{
    display: block;
    height: 27px;
    float: right;
    text-align: center;
    color: #686868;
    background-color: #77b336;
}

.b-buyWrapper_broad{
    width: 100%;
}
.b-buy-name{
    display: inline-block;
    font-size: 11px;
    line-height: 28px;
    float: left;
    color: #dd7d1f;
    /*min-width: 320px;*/
    padding-left: 11px;
	padding-top: 7px;
}
.b-buy_broad{
    width: auto;
    display: block;
    height: 45px;
    background: #5e4531;
    color: #fff;
}
.b-buy_1{
    float: right;
    width: 200;
    padding: 7px 6px;
    width: auto;
    display: block;
}

.b-item{
    width: 120px;
    float: left;
    margin-right: 40px;
}
.b-item-name{
    color: #686868;
    font-size: 11px;
    padding-bottom: 4px;
    font-weight: bold;
	text-align: center;
}
.b-item-image{
    position: relative;
	text-align: center;
}
.b-item-add{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: rgba(161, 28, 23, 0.7);
}
.b-item-price{
    display: block;
    margin: 1px 0 4px 0;
    padding: 2px 0 2px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #5e4531;
}
.b-item-description a{
    font-size: 11px;
    color: #373737;
    font-weight: bold;
    text-decoration: none;
    line-height: 14px;
}

div.b-recommend-iconAccept{
    background: url("../images/accept_green.png") no-repeat scroll 0px 0px transparent;
}

div.b-recommend-iconDecline{
    background: url("../images/none_accept1.png") no-repeat scroll 0px 0px transparent;
}

div.b-recommend-icon{
    width: 16px;
    height: 16px;
    margin-left: 12px;
}

.b-share__link{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    float: left;
    margin-right: 7px;
    background-image: url(../images/social.png);
}
.b-share__link span{
    display: none!important;
}
.b-share-btn__vkontakte{
    background-position: top 0 left 0;
}
.b-share-btn__facebook{
    background-position: top 0 left -31px;
}
.b-icon-instagram{
    background-position: top 0 left -61px;
}
.b-share-btn__twitter{
    background-position: top 0 left -92px;
}
.b-share-btn__gplus{
    background-position: top 0 left -122px;
}

.b-share-btn__vkontakte:hover{
    background-position: top -24px left 0;
}
.b-share-btn__facebook:hover{
    background-position: top -24px left -31px;
}
.b-icon-instagram:hover{
    background-position: top -24px left -61px;
}
.b-share-btn__twitter:hover{
    background-position: top -24px left -92px;
}
.b-share-btn__gplus:hover{
    background-position: top -24px left -122px;
}
span.b-share>.b-share__handle{
    padding:0px!important;
    height: 24px;
}

.delivery-right-banner {
	margin-left:-2px;
}
.content-menu span a {
	text-decoration:none;
	border-bottom: 1px solid RGBA(117, 44, 15, 0.33);
	padding-bottom:1px;
}
.content-menu span a:hover{
	color: #57100a;
	border-bottom: 1px solid RGBA(117, 44, 15, 0.66);
}
.b-buy_1 .minus {
	background: rgb(221, 125, 31) none repeat scroll 0% 0%;
	border-radius: 3px;
	cursor: pointer;
	padding: 4px 7px 3px;
	font-weight: 700;
}
.b-buy_1 .plus {
background: rgb(119, 179, 54) none repeat scroll 0% 0%;
border-radius: 3px;
cursor: pointer;
padding: 4px 5px 3px;
font-weight: 700;
}
.b-buy_1 input[type=text] {
	color: #000;
	text-align: center;
}
