.wrapper_content * {
  color: #000;
  font-weight: 500;
}

/*.product-wrapper p {
  font-size: calc(12px + (19 - 12) * ((100vw - 320px) / (2560 - 320)));
}*/

.wrapper_content ul {
  list-style-position: inside;
}

.section-mhl .img-exp+div {
	font-size: 20px;
}

.section-mhl .img-exp+div > p,li {
	font-weight: 600;
}

.section-mhl .img-exp+.div-sb {
	font-size: 25px;
	letter-spacing: -0.5px;
}

.img-exp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-pdt-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}

.product-wrapper {
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.wrapper_content h1 {
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 600 !important;
  line-height: 1.1em;
}

.price-wrapper {
  position: absolute;
  bottom: 40px;
  right: 3px;
  display:none;
}

.section-pdt .price-wrapper.ready {
  display:block;
}

.section-pdt a {
  border-bottom:none;
}

.worklearnhome .price-wrapper {
  /*text-align:left;
  bottom:20px;*/
}

.disc_price {
  font-size: calc(17px + (25 - 17) * ((100vw - 320px) / (2560 - 320))) !important;
  color: #e34141;
  font-weight: 600;
}

.disc_price span {
  color: #e34141;
  font-weight: 600;
}

.g3_price {
	display: flex;
	justify-content: flex-start;
	padding-left: 20px !important; 
}

.price {
  font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (2560 - 320))) !important;
  color: #000;
}

.buy-btn a {
  background: #e34141;
  font-size: calc(13px + (17 - 13) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 600;
  color: #fff;
  padding: 7px 15px;
}

.x3_txt {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .all-pdt-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .buy-btn {
    margin-top: 10px;
  }

  .g3_price {
	display: flex;
	justify-content: center;
	padding: 0 !important;
}


  .wrapper_content ul {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .price-wrapper {
    position: initial;
    margin-bottom: 30px;
  }

  .buy-btn a {
  	display: flex;
    justify-content: center;
    align-items: center;
  }
}