img {
  border: 0;
  margin-top: 0;
}
.shop_item {
  border-bottom: 1px solid #DADAD9;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  background-color: white;
}
.shop_item .shop_photo {
  float: left;
  width: 145px;
  margin-right: 10px;
  text-align: center;
}
.shop_item .shop_photo img {
  max-width: 135px;
}
.shop_item .pl_content {
  float: left;
  width: auto;
  max-width: 390px;
}
.shop_item .pl_content .shop_caption {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #4873b8;
}
.shop_item .pl_content .shop_cnt_products {
  display: block;
  color: #4873b8;
  margin: 10px 0 15px 0;
}
.shop_item .pl_content .address_shop {
  font-size: 14px;
  background: url("/mrkt/img/location-icon.svg") left top no-repeat;
  padding-left: 17px;
  margin-top: 5px;
  color: #6E6E6E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_item {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  background-color: white;
  cursor: pointer;
}

.product_item > div {
  float: left;
}
.product_item.premium .header_link {
  background-color: #fff799;
}
.top-special1 + .product_item {
  border-top: none;
}
.pl_content {
  float: left;
  width: 322px;
}
.pl_header {
  width: 322px;
}
.pl_header a {
  font-size: 18px;
  color: #4873b8;
  font-weight: bold;
}
.pl_path {
  width: 322px;
  color: #2272bb;
  margin: 5px 0;
}
.pl_text {
  margin: 9px 0 8px 0;
  font-size: 14px;
  width: 322px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pl_text > div {
  line-height: 19px;
  font-size: 15px;
}
.pl_text span {
  color: #6E6E6E;
  font-weight: bold;
}
.pl_sign {
  width: 375px;
  height: 18px;
  /*text-overflow: ellipsis;*/
  /*-ms-text-overflow: ellipsis;*/
}
.pl_sign > div {
  float: left;
}
.pl_info {
  width: 375px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  max-height: 20px;
}
.pl_info > div {
  float: left;
}
.pl_price {
  font-size: 17px;
  font-weight: bold;
  color: #494949;
  margin-top: 8px;
}
.pl_price span {
  font-size: 12px;
}
.pl_exist {
  text-align: right;
  margin-bottom: 5px;
  font-size: 14px;
  margin: 1px 0 0 10px;
}

.pl_customer a {
  color: #6E6E6E;
  text-decoration: underline;
  font-size: 13px;
}
.pl_customer a:hover {
  text-decoration: none;
}
.pl_favorite {
  position: absolute;
  right: 0;
}
.pl_photo {
  max-width: 208px;
  max-height: 156px;
  width: 208px;
  height: 156px;
  text-align: center;
  vertical-align: middle;
  line-height: 156px;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pl_pages {
  clear: both;
  display: inline-block;
  width: 550px;
  height: 31px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 4px 0 4px 0;
  position: relative;
}
.align_center_to_left {
  float: left;
  left: 50%;
  position: relative;
  margin-top: 2px;
}
.align_center_to_right {
  left: -50%;
  position: relative;
  z-index: 1;
}
a.page_m,
span.page_m {
  height: 37px;
  border-radius: 3px;
  color: #212121;
  float: left;
  margin: 0px 2px 0px 2px;
  line-height: 37px;
  min-width: 37px;
  width: auto !important;
  background-color: #e3e3e3;
  text-align: center;
}
.look_other_market_link {
  overflow: hidden;
  margin: 20px 0;
  font-size: 12px;
  color: #000000;
}
.look_other_market_link a {
  color: #2272bb;
  text-decoration: underline;
  font-size: 12px;
}
.look_other_market_link > div {
  float: left;
  width: 50%;
}
.footer_new {
  width: 510px;
  background-color: #f5f5f5;
  /*  padding: 0 20px;*/
}
.footer_new .link {
  width: 510px;
  border-bottom: 1px solid #dbdbdb;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer_new .link a {
  margin-right: 28px;
}
.footer_new .copyright {
  width: 510px;
  height: 40px;
  line-height: 30px;
  height: 0;
}
[picsLocation] img {
  margin-top: 0;
}
.mrkt-content {
  min-height: 104px;
}
.pl_content{
  margin-left: 20px;
}
@media (min-width: 1280px) {
  .pl_content,
  .pl_header,
  .pl_text,
  .pl_sign {
    width: 432px;
  }
  .products .pl_header, .products .pl_content, .products .pl_text{
    width: 322px;
  }
}
