#feedbackButton
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(243, 151, 19, 1) 0%, rgba(229, 49, 13, 1) 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: rgb(233, 131, 11);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width:180px;height:40px;color:#fff;
}
#feedbackForm {
    display: none;
    position: absolute;
}

#feedbackForm #closeButton {
    text-align: right;
    margin-right:-25px;
    margin-top:-68px;
}
#feedbackForm #closeButton span {
    cursor: pointer;
}

.leftSide {
    margin: 0 !important;
}
table.one {
	border-collapse:collapse;
	border:1px solid grey;
}
table.one  td{
	padding:5px;text-align:center;
	border:1px solid grey;
	color:#000;
}

.text-bold{
  font-weight: bold;
}

.text-just{
  text-align: justify;
}

.card-name{
    font-family: Tahoma;
    color: #e3a500!important;
    font-size: 13px;
    display: block;
    font-weight:  bold;
    text-transform:  uppercase;
}

.text-card-size{
    font-size: 13px;
}
.block-category{
    display: inline-block;
}
.item-category{
    width: 207px;
    margin-right: 15px;
    border: 1px solid #d1d1d1;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
    float: left;
 }
    .item-category:last-child{
        margin-right: 0;
    }

.item-category:nth-child(3) {
    margin-right: 0;
}

.item-category:nth-child(6) {
    margin-right: 0;
}

.item-category:nth-child(9) {
    margin-right: 0;
}

.item-category:nth-child(12) {
    margin-right: 0;
}

.item-category:nth-child(15) {
    margin-right: 0;
}

.item-category:nth-child(18) {
    margin-right: 0;
}

.item-category:nth-child(21) {
    margin-right: 0;
}

.item-category-link{
    text-align: center;
    margin-bottom: 5px;
    min-height: 60px;
}
.item-category img{
    width: 167px;
    height: 103px;
    margin: 0 20px;
}

.item-category a{
    border: 0;
}

@media only screen and (max-width: 425px){
    .block-category {
        display: block;
    }
    .item-category {
        width: 100%;
    }
    .item-category img {
        width: 255px;
        height: 155px;
        margin: 0 86px;
    }
    .item-card {
        width: 45%;
    }
}

.img-center{
    text-align: center;
}

.img-center p{
    font-style: italic;
}

/* block card */
.block-card {
/*     display: inline-block; */
	display: flex;
    flex-wrap: wrap;
}

.block-card .item-card {
    width: 202px;
/*     float: left; */
    margin-right: 10px;
/* 	margin-left: 10px; */
    padding: 10px 4px 20px 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
    display: flex;
    flex-direction: column;
/*     justify-content: space-between; */
}

/*
.block-card .item-card:nth-child(3n) {
    margin-right: 0;
}
*/

/*
.block-card .item-card:last-child{
    margin-right: 0;
}
.block-card .item-card:nth-child(3) {
    margin-right: 0;
}
.block-card .item-card:nth-child(6) {
    margin-right: 0;
}
.block-card .item-card:nth-child(9) {
    margin-right: 0;
}
.block-card .item-card:nth-child(12) {
    margin-right: 0;
}
.block-card .item-card:nth-child(15) {
    margin-right: 0;
}
.block-card .item-card:nth-child(18) {
    margin-right: 0;
}
.block-card .item-card:nth-child(21) {
    margin-right: 0;
}*/

/* ??? */
.article-card {
    color: #5e5e5e;
    margin: 0;
    padding: 0 10px;
}

.block-card .img-card{
    margin: 0 auto;
    display: table;
    order: -1;
}
.block-list .img-card {
	padding: 3px;
}
.block-list .img-card img {
	max-width: 100%;
	width: 100%;
}
.block-card .img-card img {
    width: auto !important;
    height: 110px;
    max-width: 100%;
}
.block-card .manufacturer-name span {
	display: none;
}

.block-card .item-card-link{
    text-align: center;
    margin-bottom: 0;
    min-height: 75px;
}

.block-card .item-card-link a{
    font-size: 13px;
}

.block-card .description-card {
    margin-bottom: auto;
    margin-top: 5px;
    padding-bottom: 5px;
}

.block-card .prices-card {
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    min-height: 25px;
}

.block-card .prices-card span {
    font-size: 24px;
}

.block-card .bascet-card {
    margin: 0 auto;
    border-radius: 5px;
    width: 140px;
    height: 38px;
    cursor: pointer;
    display: block;
    background: rgb(246, 215, 11);
    position: inherit;
    text-indent: 0px;
}

.block-card .bascet-card .img-basket {
    margin-bottom: 0;
}

.block-card .bascet-card .bsk-text {
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    margin: 0;
}

.block-card .delivery-card {
    padding: 0 10px;
}
.block-card .delivery-card p {
    margin: 2px 0;
}
.block-card .delivery-card img{
    float: left;
    margin-right: 5px;
    width: 18px;
}
.block-card .card-calendar{
    width: 17px;
}
.block-card .property-card,
.block-card .preview-text > ul {
    padding-left: 12px;
}
.block-card .cut-text {	display: none; }
.block-card .order-box {
/* 	margin-top: auto; */
}
.block-card .preview-text p {
	margin: 0 0 1em;
}

/* -- .block-list -- */

.block-list {
	padding-top: 20px;
}
.block-list .preview-text  {	
	height: 125px;
/* 	overflow: hidden;	 */
	position: relative;
}
.block-list .preview-text .cut-text {
	position: relative;
	z-index: 15;
	background-color: #fff;
	max-height: 125px;
	overflow: hidden;
	padding-left: 5px;
	transition: all 500ms;
}
.block-list .preview-text:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 100;
	bottom: 0;
	height: 40px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 18;
}
.block-list .preview-text .cut-text:hover {
	overflow: visible;
	max-height: none;
	padding-bottom: 5px;
/* 	position: absolute; */
/* 	max-height: auto; */
}
.block-list .preview-text:hover:after {
	visibility: hidden;
}
.block-list .manufacturer-name {
/* 	position: relative; */
/* 	z-index: 9; */
}
.block-list .item-card {
	padding: 0 0 25px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.block-list .img-card {
	flex-basis: 142px;
	float: left;
    width: 142px;
    margin-right: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
.block-list .item-card-link {
/* 	position: absolute; */
/* 	top: 0; */
/* 	left: 0; */
/* 	margin: 0;	 */
	width: 100%;
	margin-bottom: 5px;
}
.block-list .description-card {
	flex-basis: 52%;
	float: left;
	width: calc(100% - 285px);
    justify-content: center;
    padding-right: 5px;
}
.block-list .description-card p {
	margin: 0 0 1em;
}
.block-list .delivery-card {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.block-list .delivery-card p {
	margin: 0;
}
.block-list .delivery-card p img {
	width: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.block-list .order-box {
	float: right;
	width: 130px;
}
.block-list .prices-card {
	margin: 0 0 14px 0;
	font-size: 14px;
    font-weight: 700;
    color: #82817E;
}
.block-list .addbask_sect {
	position: unset;
    background: rgb(249, 207, 0);
    text-indent: 0;
    border-radius: 7px;
    padding: 2px;
    width: 115px;
    height: 35px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    font-weight: bold;
    display: flex;
    align-items: center;
}
.block-list .bascet-card .img-basket {
    margin: 0;
    background-position: center;
}
.block-list .prices-card span {}
.block-list .bascet-card {}

.block-list .manufacturer-name {
	list-style: none;
}
.block-list .description-card .property-card__fields {
	display: none;
}

.block-card .preview-text .property-card {
	display: none;
}
.block-card .with-features  {
	display: none;
}


/*.block-list li[data-id="68"],
.block-list li[data-id="69"] {
	display: none;
}*/

/* view select */
.view-select {
	margin-top: 10px;
}
.view-select a {
	text-decoration: none;
	color: #999;
	margin-right: 5px;
}
.view-select a.active {
	color: #c15500;
}