.cart_widget {
    text-align: center;
    font-size: 24px;
	font-family: Fira Sans;
}

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

.cart_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;
}

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

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

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

.cart_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.cart_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;
}

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

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

.cart_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;
}

.cart_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;
}

.cart_idt td {
    padding: 0;
}

.filter-panel .ft_cartlist 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;
}

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

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

.cart_tile .title{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	text-align:center;
}
.cart_tile .title a{
	text-decoration:none;
	color:#444444;
}
.cart_tile .title a:hover{
	color:#E95668;
}

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

.cart_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;
}
.cart_tile .button_line .add_fav:hover{
	color:#E95668;
}
.cart_tile .button_line .add_cart{
	padding-left: 15px;
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-shadow: #FFFFFF 1px 1px 0px;
	font-size: 18px;
	cursor: pointer;
	font-family: Fira Sans;
}
.cart_tile .button_line .add_cart:hover{
	color:#E95668;
}
.cart_tile .price_line{
	position:absolute;
	bottom:50px;
	left:15px;
	font-size:20px;
	font-weight:bold;
	color:#E95668;
}
.cart_tile .view_photo{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
}
.cart_tile .view_photo a{
	opacity: 0;
	color: #E95668
}

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

.cart_tile .discount_label{
	background-color: #33BD00;
	color: #FFFFFF;
	display: inline-block;
	position: absolute;
	top: 10px;
	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;
}

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

.cart_tile:hover .cart_stickers{
	display: none;
}

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

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

/* CART FIELD */

#controller_wrap .content_item .old_price,
.cart_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,
.cart_modal_item .price_line{
	color: #E95668;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
#controller_wrap .content_item .button_line,
.cart_modal_item .button_line{
	height: 32px;
	line-height: 32px;
}

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

#controller_wrap .content_item .add_fav,
.cart_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,
.cart_modal_item .add_fav:hover{
	color: #E95668;
}

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

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

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

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

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

.cart_modal_item .content{
	display: block;
	font-size: 12px;
	height: 100px;
	overflow: hidden;
}