
.text-magenta {
	color: #f31086 !important;
}

.text-light-blue {
  color: #669cf6 !important;
}

.bg-color-light-blue {
	background-color: #e0ebfd !important;
}

.bg-color-light-pink {
  background-color: #ff91ca !important;
}

.bg-color-light-pink-2 {
  background-color: #fff2f9 !important;
}

h2.title-txt {
  position: relative;
  padding: 1rem 0;
  border-bottom: 6px solid #f31086;
}

h2.title-txt:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ff91ca;
}

h2.title-txt-blue {
  position: relative;
  padding: 1rem 0;
  border-bottom: 6px solid #456ba8;
}

h2.title-txt-blue:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #669cf6;
}
.goods-image img{
  width: 170px;
  height: 170px;
}