/* .styled_table.styled_table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 4px solid #f4f4f4;
}
.styled_table.styled_table tbody tr th {
  color: #242424;
  font-size: 16px;
  vertical-align: middle;
  text-align: left;
  height: 54px;
  border-top: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
  padding-left: 10px;
  background: #fff;
}
.styled_table.styled_table tbody tr th:nth-of-type(1) {
  border-left: 1px solid #ebebec;
}
.styled_table.styled_table tbody tr th:last-of-type {
  border-right: 1px solid #ebebec;
}
.styled_table.styled_table tbody tr:nth-of-type(2) td {
  padding-top: 34px;
}
.styled_table.styled_table tbody tr:last-of-type td {
  padding-bottom: 27px;
  border: none;
}
.styled_table.styled_table tbody tr td {
  border-bottom: 1px dotted #e6e6e6;
  padding: 18px 0 11px;
} */

table.styled_table {
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0 3px 1px #e7e7e7;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
table.styled_table tr td,
table.styled_table tr th {
  padding: 0;
}
table.styled_table tr td.preview_picture,
table.styled_table tr th.preview_picture {
  border: none !important;
  padding: 0 !important;
}
table.styled_table tr td.preview_picture .p_wrapp,
table.styled_table tr th.preview_picture .p_wrapp {
  position: relative;
}
table.styled_table tr td.preview_picture .p_wrapp .p_inner,
table.styled_table tr th.preview_picture .p_wrapp .p_inner {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: -150px;
  display: none;
}
table.styled_table tr:hover .preview_picture .p_wrapp .p_inner {
  display: block;
}
table.styled_table tr th {
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  padding: 8px 4px;
}
table.styled_table tr th:last-of-type {
  border-right: none;
}
table.styled_table tr td {
  border-right: 1px solid #e7e7e7;
  padding: 4px 2px 1px 5px;
}
table.styled_table tr td:last-of-type {
  border-right: none;
}
table.styled_table tr td.price {
  color: #ff2200;
  white-space: nowrap;
}
table.styled_table tr td .count_wrapper {
  width: 23px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
table.styled_table tr td .count_wrapper input[type=text] {
  line-height: 21px;
  height: 21px;
}
table.styled_table tr td .count_wrapper .count_switcher {
  top: 1px;
  width: 25px;
}
table.styled_table tr td .count_wrapper .count_switcher .count_switcher_up,
table.styled_table tr td .count_wrapper .count_switcher .count_switcher_down {
  width: 26px;
}
table.styled_table tr td .count_wrapper .count_switcher .count_switcher_up {
  top: 4px;
}
table.styled_table tr td .count_wrapper .count_switcher .count_switcher_down {
  bottom: 3px;
}
table.styled_table tr td .exists {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
table.styled_table tr td .addToCart {
  display: inline-block;
  vertical-align: middle !important;
  vertical-align: top;
  width: 20px;
  height: 15px;
  background: url("../../images/sprite.png") -520px 0 no-repeat;
}
table.styled_table tr td.tools {
  white-space: nowrap;
}
table.styled_table tr:hover .char {
  color: #ff2200;
}
html.inner_page body .main_wrapper .full_width_content ul.pathway {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
html.inner_page body .main_wrapper .full_width_content ul.pathway li {
  padding: 0;
  display: inline-block;
}