.blog_area {
  border: none;
}
.blog_area.card .blog_price {
  font-size: 18px;
  color: #000;
  margin: 50px 0;
  font-weight: 500;
}
.blog_area.card .blog_price span {
  font-size: 44px;
  font-weight: bold;
}
.blog_area.card .product-list {
  list-style: none;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  margin-bottom: 60px;
}
.blog_area.card .product-list li {
  height: 40px;
  line-height: 40px;
}
.blog_area.card .product-list li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #666cff;
  border-radius: 50%;
  margin-right: 5px;
}
.blog_area.card .product-list li span {
  color: #666cff;
}
.regist-button {
  display: inline-block;
}
.regist-button a {
  padding: 15px 35px 16px;
  font-weight: 400;
  color: #05c455;
  display: inline-block;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
.regist-button a:hover {
  color: #fff;
  border: 1px solid #05c455;
}
.regist-button a:hover::before {
  transform: scale(1);
}
.regist-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: linear-gradient(90deg, #05c455 96%, #05c455 -5%);
  transition: 0.5s;
  border-radius: 5px;
}
.footer-bg .row .follow-company-icon .icon-content {
  display: flex;
  align-items: center;
  color: #fff;
}
.lh-2 a:hover {
  color: #05c455 !important;
}
.center-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.scroll-area .sidebar-go-top {
  height: 100px;
  width: 70px;
  background: #05c455;
  color: #fff;
  position: fixed;
  cursor: pointer;
  top: 40%;
  transform: translateY(-50%);
  right: 0px;
  border-radius: 20px 0px 0px 20px;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 20px 10px;
  user-select: none;
}
.scroll-area .sidebar-go-top div {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 12px;
}
.scroll-area .sidebar-go-top div i {
  color: #fff;
  font-size: 24px;
}
.scroll-area .sidebar-go-top div * {
  width: 100%;
  height: 50%;
}
#mask-kk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000;
  opacity: 0.5;
  display: none;
}
.popup-kk {
  position: absolute;
  width: 540px;
  height: 278px;
  background: #fff;
  z-index: 1000;
  display: none;
  border-radius: 5px;
}
.popup-kk .content {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  padding: 30px;
}
.popup-kk .close {
  position: absolute;
  top: 21px;
  right: 20px;
  cursor: pointer;
}
