#Product_Page {
  padding-top: 50px;
}
.Heading_tit {
  color: #009cb3;
  text-align: center;
  padding: 20px 0 5px;
  position: relative;
}
.Heading_tit::after {
  content: "";
  height: 1px;
  background: #009cb3;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prd-lst-sort {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 50px;
}
.prd-lst-sort span.active__ {
  color:#009cb3;
}
.prd-lst-sort a span {
	text-decoration: underline;
}

.Product_list_sub {
  position: relative;
  padding: 50px 15px;
  margin: 50px auto;
}
.Product_list_s {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.Product_list_s_li {
  flex: 1;
  max-width: 50%;
  text-align: center;
  margin: 0 15px;
}
.Product_name {
  padding: 30px 0 0;
  text-align: left;
  color: #009cb3;
}
.Product_price {
  font-size: 20px;
  color: #e30000;
  font-weight: bolder;
  padding-top: 10px;
}

.Product_list_s_li_block{	
  border: 1px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
  display: block;
  margin-bottom: 24px;
  border-radius: 4px;
  background: #ffffff;
  transition: 0.3s ease-in-out;	
  padding: 20px;
}
.Product_list_s_li_block:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  -webkit-box-shadow: 0 0 8px 1px #34508a;
  box-shadow: 0 0 8px 1px #34508a;
}
.Produbt_list_s_li_btn {
  max-width: 100%;
  margin: 0 auto;
  background: #000;
  position: relative;
  margin-top: 20px;
  text-align: center;
  display: block;
  padding: 12px 0;
  background-image: linear-gradient(to bottom, #50e9ff 0%, #00bfdb 49%, #009cb3 50%, #009cb3);
  background-image: -moz-linear-gradient(top, #50e9ff 0%, #00bfdb 49%, #009cb3 50%, #009cb3);
  background-image: -webkit-linear-gradient(top, #50e9ff 0%, #00bfdb 49%, #009cb3 50%, #009cb3);
  border-radius: 10px;
  color: #ffffff;
  font-weight: bolder;
  letter-spacing: 0.15rem;
  border: 2px solid #5feaff;
  border-top-color: rgb(226, 133, 72);
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-color: rgb(226, 133, 72);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-top: 2px solid #d5faff;
  border-bottom: 2px solid #009cb3;
  box-shadow: 1px 2px 5px 0px rgba(112, 111, 111, 0.30);
}
.Product_ot_ {
  font-size: 100%;
  color: red;
}
.Plp_d_a_t {
  text-align: center;
  font-size: 22px;
  font-family: "Hannari", serif;
  font-weight: bolder;
  line-height: 1.8;
  color: #515151;
}
.Plp_block_section {
  padding: 50px 0;
}
.Plp_block_tit {
  text-align: center;
  padding: 20px 0;
  margin: 30px auto 50px;
  color: #009cb3;
  font-size: 26px;
  position: relative;
}

.Plp_block_tit::after {
  content: "";
  height: 1px;
  background: #009cb3;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


.Plp_ef_block_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.Plp_ef_block_l, .Plp_ef_block_r {
  flex: 1;
}
.Plp_ef_block_list h4 {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #000;
  max-width: 250px;
  margin: 0 auto 40px;
}
.Plp_ef_block_l, .Plp_ef_block_r {
  flex: 1;
  margin: 10px;
  padding: 20px 15px 30px;
  background: #d8f2ff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #b5b5b5;
}
.boxBody ul {
  min-height: 150px;
  list-style: disc;
  padding-left: 15px;
}
.Plp_pr_block_list {
	margin-bottom: 80px;
}
.Plp_block_subtit {
  background: #009cb3;
  padding: 10px;
  text-align: center;
  margin: 10px 0 20px;
  max-width: 250px;
  color: #fff;
}
.Plp_pr_block_list_wrap {
	display: flex;
	flex-wrap: wrap;
    background: #f4f4f4;
	align-items: center;
}
.Plp_pr_block_l, .Plp_pr_block_r {
  flex: 1;
  padding: 20px 15px 30px;
  border-radius: 5px;
}
.Plp_pr_block_txt {
  font-size: 18px;
  line-height: 1.5;
}
.Plp_pr_sw_ {
  font-size: 16px;
  margin: 30px 0 10px;
}


.Product_list_normal_li_wrap {
  padding: 20px;
}
.Product_list_normal {
  display: flex;
  flex-wrap: wrap;
}
.Product_list_normal li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 50px;
}
.Produbt_list_s_li_btn a {
  color: #fff;
}

.Product_Img_block_normal {
  text-align: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.Product_Img_normal {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product_Img_swe_.prd-lst-img {
  margin-top: -100%;
}

.Product_list_normal_li .Product_name {
  min-height: 75px;
}
.Product_sold_out {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 60px;
}

.prd-lst-pager.google-font {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
.prd-lst-pos {
  padding: 10px 0;
  margin-bottom: 120px;
}