.board_widget {
    text-align: center;
    font-size: 16px;
	font-family: Fira Sans;
}

.board_widget > a {
    line-height: 32px;
    height: 32px;
    padding: 3px 8px;
	text-decoration: none;
	color: #444;
}

.board_widget > div > a {
    font-size: 18px;
    text-decoration: none;
    background: #33BD00;
    color: white;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
	display: none;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.board_widget > div > a:hover {
    opacity: 0.7;
	transition: all 0.5s linear;
}

.board_table {
    border: 1px solid #f1f1f1;
    width: 100%;
}

.board_table th {
    background: #f1f1f1;
    padding: 5px;
}

.board_table td {
    padding: 7px;
}

.td_sum,
.td_price {
    width: 80px;
    text-align: center;
}

.td_col {
    text-align: center;
    width: 50px;
}

.td_col span {
    font-weight: bold;
    color: green;
    cursor: pointer;
    display: none;
}

.td_del {
    width: 16px;
    cursor: pointer;
}

.td_photo {
    width: 64px;
	text-align: center;
}

.td_result {
    font-size: 22px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.td_result span{
    color: #ae0a09;
	font-size: 28px;
}

input.input.board_col {
    text-align: center;
}

.order_form {
	display: none;
}

.order_button{
	text-align: right;
	font-size: 16px;
}

.order_button span{
	background-color: #269c9e;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
}

.order_button span:hover{
	opacity: 0.8;
	cursor: pointer;
}

.status_line {
    margin-bottom: 15px;
}

.status_line a {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
	border-style: solid;
	border-width: 3px;
}

.status_line_red {
    border-color: orange;
}

.status_line_green {
    border-color: forestgreen;
}

.status_line a:hover {
    text-decoration: none;
}

.board_profile_table {
    width: 100%;
    background: aliceblue;
    border-collapse: collapse;
	border-radius: 5px;
    overflow: hidden;
}

.board_profile_table th {
    background: cornflowerblue;
    color: gainsboro;
    padding: 5px;
}

.board_profile_table td {
    padding: 5px 5px 5px 10px;
}

.cpt_status {
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: cadetblue;
}

.update_status_line {
    margin-bottom: 15px;
}

.update_status_line a {
    color: white;
    background: cadetblue;
    padding: 0 3px;
    border-radius: 3px;
	text-decoration: none;
}

.update_status_line a:hover {
    color: white;
	opacity: 0.7;
}

.board_dostavka_info{
	border-style: solid;
	border-width: 1px;
	border-color: #90E3DF;
	background-color: #F3FFFE;
	border-radius: 3px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.board_idt td {
    padding: 0;
}

.filter-panel .ft_boardlist textarea {
    height: 27px;
    line-height: 16px;
}

td.fav_btn{
	text-align:center;
	width:24px;
	font-size:24px;
	cursor: pointer;
}
td.fav_btn a{
	color: #CCCCCC;
}
td.fav_btn a:hover{
	color: #E95668;
}
.fav_tab .title a{
	text-decoration: none;
	margin-left: 10px;
}

/* ===================================================== */

.board_shop_list {
    text-align: center;
}

.board_tile{
	display:inline-block;
	width:210px;
	height:315px;
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	overflow: hidden;
	font-family: Fira Sans;
}
.board_tile:hover{
	box-shadow:#393737 0px 0px 6px 0px;
}
.board_tile .photo{
	width:100%;
	height:220px;
	overflow: hidden;
}
.board_tile .photo a{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.board_tile .title{
	padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
text-align: center;
font-size: 22px;
color: #2868ec;
}
.board_tile .title a{
	text-decoration:none;
	color:#444444;
}
.board_tile .title a:hover{
	color:#E95668;
}

.board_tile .button_line{
	position: absolute;
	height: 40px;
	display: inline-block;
	width: 100%;
	line-height: 40px;
	bottom: 0;
	left: 0;
	border-top: 1px solid #ddd;
}

.board_tile .button_line .add_fav{
	position:absolute;
	width:40px;
	right:0px;
	bottom:0px;
	line-height:45px;
	text-align:center;
	font-size:24px;
	height:40px;
	text-shadow:#FFFFFF 1px 1px 0px;
	cursor: pointer;
}
.board_tile .button_line .add_fav:hover{
	color:#E95668;
}
.board_tile .button_line .add_board{
	padding-left: 15px;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-shadow: #FFFFFF 1px 1px 0px;
	font-size: 18px;
	cursor: pointer;
	font-family: Fira Sans;
	text-align: left;
}
.board_tile .button_line .add_board:hover{
	color:#E95668;
}
.board_tile .price_line{
	position:absolute;
	bottom:15px;
	left:15px;
	font-size:20px;
	font-weight:bold;
	color:#E95668;
}
.board_tile .view_photo{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
}
.board_tile .view_photo a{
	opacity: 0;
	color: #E95668
}

.board_tile .old_price{
	color: #B1B1B1;
	font-weight: normal;
	font-size: 16px;
	text-decoration: line-through;
	margin-left: 10px;
}

.board_tile .discount_label{
	background-color: #33BD00;
	color: #FFFFFF;
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 5px;
	opacity: 0;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.board_tile .board_stickers{
	display: block;
	width: 106px;
	height: 111px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.board_tile:hover .board_stickers{
	display: none;
}

.board_tile:hover .discount_label,
.board_tile:hover .view_photo a{
	opacity: 1;
	transition: all 0.2s linear;
}

.board_tile:hover .photo a{
	background-size: 150% !important;
}

/* board FIELD */

#controller_wrap .content_item .old_price,
.board_modal_item .old_price{
	margin-left: 10px;
	color: #B1B1B1;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 16px;
}
#controller_wrap .content_item .price_line,
.board_modal_item .price_line{
	color: #E95668;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
#controller_wrap .content_item .button_line,
.board_modal_item .button_line{
	height: 32px;
	line-height: 32px;
}

#controller_wrap .content_item .add_board,
.board_modal_item .add_board{
	background-color: #E95668;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	color: #FFFFFF;
	width: 120px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-family: Fira Sans;
}

#controller_wrap .content_item .add_fav,
.board_modal_item .add_fav{
	font-size: 24px;
	line-height: 32px;
	display: inline-block;
	padding-left: 10px;
	color: #A3A3A3;
	cursor: pointer;
}
#controller_wrap .content_item .add_fav:hover,
.board_modal_item .add_fav:hover{
	color: #E95668;
}

.board_modal_item .price_line {
	margin-top: 10px;
}

/* ФОРМА ЗАКАЗА */
textarea#address,
textarea#comment {
	height: 60px;
}

/* МОДАЛЬНОЕ ОКНО ТОВАРА*/

.board_modal_item{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	max-width: 600px;
}

.board_modal_item .photo{
	width: 100px;
	height: 100px;
	background-size: cover;
	margin-right: 10px;
	float: left;
}

.board_modal_item .content{
	display: block;
	font-size: 12px;
	height: 100px;
	overflow: hidden;
}
.board_tile div.title{
	color:#4A4E56 !important;
	font-size:14px !important;
	font-weight:bold !important;
	font-style:normal !important;
	text-align:center !important;
	text-transform:uppercase !important;
	text-shadow:#ADAFB2 6px 5px 3px !important;
	background-color:rgba(239, 242, 249, 0.94) !important;
}
.widget_content_list div.board_tile{
	background-color:rgba(224, 237, 229, 0.9) !important;
	border-style:dotted !important;
	border-color:#588CDD !important;
	border-width:2px !important;
	border-radius:11px !important;
}