/*.container {
  margin: 5% 3%;
}
@media (min-width: 48em) {
  .container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .container {
    margin: 2em auto;
    max-width: 75em;
  }
}*/

/*.catproducttable {
  width: 100%;
  margin-bottom: 1.5em;
}*/

/* change size for smaller device */
@media (min-width: 48em) {
  .catproducttable {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  .catproducttable {
    font-size: 1em;
  }
}


.catproducttable thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .catproducttable thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
@media (min-width: 48em) {
	.catproducttable thead th {
		font-size: 100%;
	}
}
.catproducttable thead th {   /* Цвет заголовка */
  background-color: #29817A;
  border: 1px solid #29817A;
  font-weight: normal;
  text-align: center;
  color: white;
}
.catproducttable thead th:first-of-type {
  text-align: left;
}
.catproducttable tbody,
.catproducttable tr,
.catproducttable th,
.catproducttable td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .catproducttable tr {
    display: table-row;
  }
}
.catproducttable th,
.catproducttable td[data-title] {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .catproducttable th,
  .catproducttable td[data-title] {
    padding: .5em .5em;
  }
}

@media (min-width: 48em) {
  .catproducttable th,
  .catproducttable td {
    display: table-cell;
    padding: .5em;
  }
  .catproducttable td[data-title] {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .catproducttable th,
  .catproducttable td[data-title] {
    padding: .1em .5em;
  }
}
@media (min-width: 75em) {
  .catproducttable th,
  .catproducttable td[data-title] {
    padding: .1em;
  }
}
.catproducttable caption {
  margin-bottom: 1em;
  font-size: 1em;
  /*font-weight: bold;*/
  text-align: center;
}
@media (min-width: 48em) {
  .catproducttable caption {
    font-size: 0.9em;
  }
}
.catproducttable tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .catproducttable tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .catproducttable tbody {
    display: table-row-group;
  }
}
.catproducttable tbody tr {
  margin-bottom: 0.5em;
  border: 1px solid;
}
@media (min-width: 30em) {
  .catproducttable tbody tr {
    border-bottom: none;
  }
}
@media (min-width: 48em) {
  .catproducttable tbody tr {
    display: table-row;
    /*border-width: 1px solid;*/
	border: none;
  }
}
.catproducttable tbody tr:last-of-type {
  margin-bottom: 0;
}
/* Цвет строк таблицы */
@media (min-width: 48em) {  
  .catproducttable tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
/*.catproducttable tbody th[scope="row"] {
  background-color: #1d96b2;
  color: white;
}
@media (min-width: 48em) {
  .catproducttable tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}*/
.catproducttable tbody tr td:last-of-type,
.catproducttable thead tr th:last-of-type  {
	text-align: right;
}
@media (min-width: 48em) {
.catproducttable tbody tr td:first-of-type,
.catproducttable thead tr th:first-of-type  {
	text-align: left;
}
}
.catproducttable tbody td[data-title] {
  text-align: right;
  min-height: 20px;
}
@media (min-width: 30em) {
  .catproducttable tbody td[data-title] {
    border-bottom: 1px solid;
  }
}
@media (min-width: 48em) {
  .catproducttable tbody td[data-title] {
	border: none;
    text-align: center;
  }
}
.catproducttable tbody td[data-type=currency] {
  text-align: right;
}
.catproducttable thead th[data-type=currency] {
  text-align: right;
  padding-right: 10px;
}
.catproducttable tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 1em;
  /*color: rgba(94, 93, 82, 0.75);*/
  font-weight: 400;
}
@media (min-width: 30em) {
  .catproducttable tbody td[data-title]:before {
    font-size: 1em;
  }
}
@media (min-width: 48em) {
  .catproducttable tbody td[data-title]:before {
    content: none;
  }
}

@media (min-width: 48em) {
	.catproducttable .row_article .cell_image {
		text-align: left;
	}
}
.catproducttable .row_article .cell_image {
	text-align: center;
}
@media (min-width: 48em) {
	.catproducttable td:last-of-type {
	  min-width: 55px;
	}
}

.cell_addToCart span.addtocart-button {
	margin-top: 10px;
}
@media (min-width: 48em) {
	.cell_addToCart span.addtocart-button  {
	  margin-top: 0px;
	}
}

.catproducttable tbody tr.row_attached_product {
	border:none;
}
.catproducttable tbody tr.row_addtocart,
.catproducttable tbody td.cell_addToCart {
	margin-bottom:0px;
	border:none;
}
.catproducttable tbody tr.row_total {
	margin-bottom:0px;
	border:none;
}
.catproducttable .row_total td:first-of-type {
	display:none;
	text-align: right;
}
@media (min-width: 48em) {
	.catproducttable .row_total td:first-of-type {
		display:table-cell;
	}
}
th.cell_quantity {
    min-width: 60px;
}

.catproducttable .cell_image a img {
    display: inherit;
}

.catproducttable td.cell_image img {
    max-height: 120px;
}
@media (min-width: 48em) {
.catproducttable td.cell_image img {
    max-height: 70px;
}
}
.catproducttable td.cell_addToCartEach { padding: 5px; }
@media (min-width: 48em) {
.catproducttable td.cell_addToCartEach { padding: opx; }
}